[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: bogus change(s) in cl-macs.el
- From: Miles Bader <snogglethorpe@xxxxxxxxx>
- Date: Fri, 19 Nov 2004 12:48:08 +0900
- X-ml-name: emacs-w3m
- X-mail-count: 07180
- References: <b9y4qjmwn9g.fsf@jpl.org>
> 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