emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: elisp--local-variables triggers an error on special input


From: Joost Kremers
Subject: Re: elisp--local-variables triggers an error on special input
Date: Tue, 01 Dec 2020 14:15:48 +0100
User-agent: mu4e 1.5.7; emacs 27.1.50

On Tue, Dec 01 2020, Evgeny Zajcev wrote:
> I've noticed that sometimes company raises an error in my *scratch*, I've
> shrinked the case and got:
>
> (with-current-buffer (get-buffer-create "pwp")
>   (erase-buffer)
>   (insert "((eg \"\C-,\")")
>   (elisp--local-variables))
>
> Evaluating this sexp raises "Invalid modifier in string" error

You get that error by just eval'ing:

    (insert "((eg \"\C-,\")")

in the *scratch* buffer. So it doesn't seem to be related to
`elisp--local-variables`.

-- 
Joost Kremers
Life has its moments



reply via email to

[Prev in Thread] Current Thread [Next in Thread]