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

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

bug#14422: 24.3; Eager Macro Expansion


From: Stefan Monnier
Subject: bug#14422: 24.3; Eager Macro Expansion
Date: Mon, 20 May 2013 22:11:15 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> The following test case demonstrates a problem that has been distilled
> from Org's test suite.

   % emacs24 -Q --batch -f batch-byte-compile eme.el
   
   In toplevel form:
   eme.el:3:1:Warning: global/dynamic var `ll' lacks a prefix
   eme.el:13:1:Error: Symbol's value as variable is void: ll
   %

So the code has a problem, since byte-compiling it doesn't work
(emacs24 is 24.1, here).  No wonder eager macro-expansion also leads
to problems.


        Stefan





reply via email to

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