Skip to main content

Questions tagged [dynamic-scoping]

5 votes
1 answer
305 views

I encountered an issue with the following code, provided by NickD as an answer to a previous question (link to the question): (defun my-add-string-to-list (LIST-VAR STRING) (add-to-list LIST-VAR ...
Gabriele's user avatar
  • 1,720
0 votes
0 answers
67 views

(require 'cl) (require 'seq) (require 'dash) (eval-when-compile (require 'cl-lib) (require 'subr-x) (require 'env) (require 'json)) (defgroup chatgpt nil "ChatGPT frontend." :...
A-nak Wannapaschaiyong's user avatar
1 vote
1 answer
124 views

Am using the following function, but getting the error In bracemk-balance: fencones.el:109:9:Warning: assignment to free variable ‘skeleton-pair’ What is wrong with this? (defun bracemk-balance ()...
Dilna's user avatar
  • 1,473
4 votes
1 answer
103 views

I have this function which works perfectly in an uncompiled function. It should let-bind the variable bibtex-completion-bibliography to the result of (org-ref-find-bibliography). (defun org-ref-...
John Kitchin's user avatar
  • 12.2k
1 vote
1 answer
63 views

I have always felt that emacs' rules of scope are a bit strange and prone to contradictions. In fact I have even attempted to file bug reports just to be told that my interpretation of the rules of ...
Ruy's user avatar
  • 859
1 vote
0 answers
336 views

There is this function in tide: ;; Defined in ~/.emacs.d/.local/straight/repos/tide/tide.el (defun tide-rename-file () "Rename current file and all it's references in other files." (...
Jose V's user avatar
  • 141
3 votes
1 answer
255 views

What I want to do: have the function evil-delete do one more task after its usual code. (I'm presuming that evil-delete is the underlying workhorse that is called by evil-delete-line and about five ...
not-just-yeti's user avatar
2 votes
0 answers
129 views

I have a large monorepo repository and open different parts of it in a persp-mode perspective. It would be nice if for all buffers owned by that perspective I could set for example projectile-project-...
George Mauer's user avatar

15 30 50 per page