Stéphane Marks
Stéphane Marks
bufferlo stores a tab-bar tab group and will automatically assign it to the newly opened tab if your post-open hook hasn't already assigned one. If you assign an "explicit" name...
Here's what's in mine ```elisp (defun my/tab-bar-tab-post-open-function (tab) (my/tab-bar-set-id nil tab) (my/tab-bar-tab-set-project-and-group tab 'maybe-sort)) (add-hook 'tab-bar-tab-post-open-functions #'my/tab-bar-tab-post-open-function) ``` If you need to, you can also test to see if a...
Also, my `bufferlo-bookmark-tab-handler-functions` and `bufferlo-bookmark-frame-handler-functions` are empty.
Sets use the underlying frame and tab code so there should be zero difference.
Tabs loaded from sets automatically set bufferlo-bookmark-tab-replace-policy 'replace so that would explain the behavior. The situation this helps with is if you open a tab bookmark that is in a...
This works for me: ```elisp (use-package eldoc ... :init (defun my/eldoc-clear-doc-hook () ;; (setq eldoc-last-message nil) ; needed? (when (bound-and-true-p eldoc--doc-buffer) (with-current-buffer eldoc--doc-buffer (let ((inhibit-read-only t)) (erase-buffer))))) (add-hook 'window-state-change-hook #'my/eldoc-clear-doc-hook)...
Greetings, @casouri and thank you for taking the time to look into this again. The change seems to speed up eldoc-box (I use it in on-demand mode not hover) which...
@casouri there is an issue with ```eldoc-box--help-at-point-async-update``` ```elisp error in process filter: eldoc-box--help-at-point-async-update: Wrong type argument: frame-live-p, nil error in process filter: Wrong type argument: frame-live-p, nil ``` This started...
@casouri I reported https://github.com/casouri/casouri.github.io/issues/4#issuecomment-2312820811 as a phishing attempt.
Thanks for taking a look. I'm not sure it's just the plist as I just checked the embedded gcc distro and it doesn't have any command-line drivers.