From: "Juanma Barranquero" <lekktu@gmail.com>
To: "Stefan Monnier" <monnier@iro.umontreal.ca>
Cc: emacs-devel@gnu.org, Kenichi Handa <handa@m17n.org>
Subject: Re: 23.0.50;(set-language-environment 'Chinese-GB) error
Date: Mon, 15 Oct 2007 22:35:58 +0200 [thread overview]
Message-ID: <f7ccd24b0710151335m5b8ab31dh190e5d4f9a19afef@mail.gmail.com> (raw)
In-Reply-To: <jwvk5poe94n.fsf-monnier+emacs@gnu.org>
On 10/15/07, Stefan Monnier <monnier@iro.umontreal.ca> 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
next prev parent reply other threads:[~2007-10-15 20:35 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-10-15 8:39 23.0.50;(set-language-environment 'Chinese-GB) error Jie Yu
2007-10-15 13:09 ` Kenichi Handa
2007-10-15 13:46 ` Juanma Barranquero
2007-10-15 14:39 ` Stefan Monnier
2007-10-15 20:35 ` Juanma Barranquero [this message]
2007-10-15 20:43 ` Juanma Barranquero
2007-10-16 5:06 ` Kenichi Handa
[not found] ` <E1Ii13R-0002Dm-VP@fencepost.gnu.org>
2007-10-17 11:22 ` Kenichi Handa
2007-10-17 14:13 ` Stefan Monnier
2007-10-18 0:44 ` Kenichi Handa
2007-10-18 5:03 ` Richard Stallman
2007-10-17 20:49 ` Richard Stallman
2007-10-18 0:51 ` Kenichi Handa
2007-10-18 4:17 ` Stefan Monnier
2007-10-16 4:11 ` Richard Stallman
2007-10-17 9:35 ` Juanma Barranquero
2007-10-18 20:08 ` Richard Stallman
2007-10-19 7:47 ` Juanma Barranquero
2007-10-19 20:57 ` Glenn Morris
2007-10-19 21:59 ` Juanma Barranquero
2007-10-20 0:42 ` Juanma Barranquero
2007-10-20 14:57 ` Richard Stallman
2007-10-20 3:29 ` Richard Stallman
-- strict thread matches above, loose matches on Subject: below --
2007-10-12 3:10 23.0.50; (set-language-environment " Jie Yu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=f7ccd24b0710151335m5b8ab31dh190e5d4f9a19afef@mail.gmail.com \
--to=lekktu@gmail.com \
--cc=emacs-devel@gnu.org \
--cc=handa@m17n.org \
--cc=monnier@iro.umontreal.ca \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.