GNU bug report logs -
#46636
28.0.50; M-: (funcall #'or) doesn't throw an error
Previous Next
Reported by: Pip Cet <pipcet <at> gmail.com>
Date: Fri, 19 Feb 2021 13:28:01 UTC
Severity: minor
Found in version 28.0.50
Fixed in version 29.1
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
On Mon, Feb 22, 2021 at 6:20 AM Richard Stallman <rms <at> gnu.org> wrote:
> I think I agree that funcalling `or' should give an error.
This applies to all macros. I chose #'or as an example because it is
often used as though it were a function, so people might be confused
into trying it (as I have, I must confess).
(funcall #'setq x 3)
also "works", and it's clear in that case that it should not.
I think the right way to fix this is not to macroexpand (funcall #'f)
in eval-expression, but to leave it to the byte compiler to do so; the
byte compiler often assumes that function bindings don't change, so it
would not be a new problem for it to also assume that if #'or is a
macro at compile time, it will be a macro at runtime, so it can avoid
simplifying calls to well-known macros, at least.
This bug report was last modified 3 years and 58 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.