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

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

bug#33301: 27.0.50; broken elisp indentation for non-definition symbols


From: João Távora
Subject: bug#33301: 27.0.50; broken elisp indentation for non-definition symbols starting with "def.."
Date: Sat, 10 Nov 2018 10:28:24 +0000

On Sat, Nov 10, 2018, 04:48 Michael Heerdegen <michael_heerdegen@web.de wrote:
João Távora <joaotavora@gmail.com> writes:

> +                        (or (not (derived-mode-p 'emacs-lisp-mode))
> +                            (macrop (intern function)))))

That should better be `intern-soft' I think, right?

Probably, otherwise you intern some def-symbols even before reading then. Hope nil doesn't break macrop.

And it has to ask for special-form-p, too otherwise your defvars are messed up...

João

Michael.

reply via email to

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