emacs-devel
[Top][All Lists]
Advanced

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

Re: bogus change(s) in cl-macs.el


From: Miles Bader
Subject: Re: bogus change(s) in cl-macs.el
Date: Fri, 19 Nov 2004 12:48:08 +0900

> Second, the change at least
> to the `labels' macro breaks emacs-w3m.  Emacs-w3m uses some cl
> macros including `labels' in order to work together with the
> external w3m command asynchronously. 

Please describe this "breakage" in greater detail.

If you're outputing the result of macro-expansions to a file and
expecting to read them in later, you almost certainly should bind
`print-gensym' to t when doing so; otherwise the result is quite
likely to be wrong.

-Miles




reply via email to

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