bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#57065: 29.0.50; Double evaluation in `c-make-no-parens-syntax-table`


From: Stefan Monnier
Subject: bug#57065: 29.0.50; Double evaluation in `c-make-no-parens-syntax-table`
Date: Sat, 27 Aug 2022 11:11:41 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Alan Mackenzie [2022-08-27 09:46:05] wrote:
> There was another instance of the same bug in cc-langs.el, so I've fixed
> that in a followup commit,

Thanks.  Tho using #' to quote a function *value* is generally wrong (a
function value can be a bytecode object, a subr, a list of the form
(closure ...) none of which the compiler would be happy to see inside
a #', tho I suspect it may still end up doing what we need).

> even though that was unlikely to cause any problems.

Indeed.  For `c-make-no-parens-syntax-table` it did show up in
csharp-mode (that's how I ended up finding it).


        Stefan






reply via email to

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