emacs-devel
[Top][All Lists]
Advanced

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

Re: 23.0.50;(set-language-environment 'Chinese-GB) error


From: Juanma Barranquero
Subject: Re: 23.0.50;(set-language-environment 'Chinese-GB) error
Date: Mon, 15 Oct 2007 22:35:58 +0200

On 10/15/07, Stefan Monnier <address@hidden> wrote:

> Maybe those functions should simply be placed in the preloaded
> help.el instead (they're also used by cl-macs.el IIRC).

Those functions are used by advice.el, eldoc.el, cl-macs.el and
autoload.el. I've tried moving them to help.el, but it caused other
problems during bootstrapping. I don't think a single use of a
one-line macro is worth the shuffling around... Perhaps it would be
easier to just copy the relevant macro from advice.el to help-fns.el,
or just use its expansion:

(defmacro ad-get-advice-info (function)
  `(get ,function 'ad-advice-info))

Yes, I know, a horrible kludge.

             Juanma




reply via email to

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