From: "Stephan Stahl" <stahl@eos.franken.de>
Subject: autoloading of defvaralias possible?
Date: Wed, 9 Feb 2005 23:14:18 +0100 (CET) [thread overview]
Message-ID: <32823.194.95.226.87.1107987258.squirrel@wwws.franken.de> (raw)
Hi.
The reason i ask if autoloading of an defvaralias is possible is
because of the new variable disabled-command-function and its
obsoleted alias disabled-command-hook. I used to (setq
disabled-command-hook nil) in my .emacs. With CVS emacs this does no
longer work because at the time .emacs is loaded the alias is unknown
to emacs. Would it be possible and desirable to add this alias to
autoload? I think it would be nice not to break such things..
Thanks,
Stephan
PS:
Just in case someone ran into the same problem.. i try to keep my
.emacs as version independent as possible and this is what i came up
with:
(or (and (boundp 'disabled-command-function)
(setq disabled-command-function nil))
(and (boundp 'disabled-command-hook)
(setq disabled-command-hook nil)))
--
Stephan Stahl
next reply other threads:[~2005-02-09 22:14 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-02-09 22:14 Stephan Stahl [this message]
2005-02-10 18:40 ` autoloading of defvaralias possible? Richard Stallman
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=32823.194.95.226.87.1107987258.squirrel@wwws.franken.de \
--to=stahl@eos.franken.de \
/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.