emacs-devel
[Top][All Lists]
Advanced

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

Re: eval-after-load as a macro (and eval-next-after-load)


From: Richard Stallman
Subject: Re: eval-after-load as a macro (and eval-next-after-load)
Date: Mon, 07 Apr 2003 22:31:20 -0400

    Maybe some wording could be added to talk about efficiency.  For
    example, crisp.el adds two entries to cua-movement-commands.  It does
    not make sense for crisp to require cua, as many crisp users probably
    don't want to use cua.  It also doesn't work to just frob
    cua-movement-commands, since adding to a list can only be done after
    the defvar.

The usual way to handle this is with hooks.  Does cua mode have
a cua-mode-hook?




reply via email to

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