B.V. Raghav
B.V. Raghav
I find the same problem. invocation of ggtags-find-tag-dwim, fails with the message (error "Selecting deleted buffer")
This is also being referenced at http://debbugs.gnu.org/cgi/bugreport.cgi?bug=23987 HTH
Although I admit there might be more sophisticated use cases to a native random function; Here's one using the GNU Coreutils `shuf` and shell pipes; to extract random elements of...
I was able to cirvumvent the problem by customising the checker to use `source` instead of `source-original` ```emacs-lisp :command ("eslint" ;; ... "--stdin" "--stdin-filename" source) ``` My complete customisation looks...
For posterity, I have created this simple workaround `el`. https://github.com/bvraghav/dotelisp/blob/master/bvr-flycheck-eslint.el And I leave it to the good judgement of maintainers to close this issue.
Locally, I introduced this **correction** instead, ``` elisp (when (treesit-auto-recipe-ext r) (add-to-list 'auto-mode-alist (cons (treesit-auto-recipe-ext r) (treesit-auto-recipe-ts-mode r)))) ``` Hope this suggestion aligns with the intended design.