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

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

bug#40573: 27.0.90; flymake-mode broken in scratch buffer


From: Stefan Monnier
Subject: bug#40573: 27.0.90; flymake-mode broken in scratch buffer
Date: Tue, 14 Apr 2020 16:05:15 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

>> > Re. defun finding.  In general, there are no things
>> > analogous to a defun in data files, there just aren't!
>> I think the example shown by Juri included a lambda-function.

I think the main issue should not be whether the file can contain Elisp
code somewhere, but whether the toplevel structure of the file is that
of Elisp code (i.e. whether it makes sense to pass it to `load` or
`byte-compile`).


        Stefan






reply via email to

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