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

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



> 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