What I am trying to complete is the name of the variable temp-buffer-show-function. I cannot reproduce the issue without including a symbol (in this case x) in the let varlist.
Interestingly, bare Emacs sans ivy completes temp-buffer-sh to temp-buffer-window-show, i.e. it mistakes (temp-buffer-sh as starting a function call, rather than a variable's let-binding.
The text was updated successfully, but these errors were encountered:
Commit 87c1e4e introduced the following error during in-buffer elisp completion:
$ make plain
(let (x (temp-buffer-sh
C-M-igives the error
and the attached backtrace.
What I am trying to complete is the name of the variable
temp-buffer-show-function
. I cannot reproduce the issue without including a symbol (in this casex
) in thelet
varlist.Interestingly, bare Emacs sans
ivy
completestemp-buffer-sh
totemp-buffer-window-show
, i.e. it mistakes(temp-buffer-sh
as starting a function call, rather than a variable'slet
-binding.The text was updated successfully, but these errors were encountered: