emacs-devel
[Top][All Lists]
Advanced

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

Re: CUA mode cursor color


From: Richard Stallman
Subject: Re: CUA mode cursor color
Date: Wed, 15 May 2002 01:00:31 -0600 (MDT)

    Stefen's suggestion, to do the same as modes defined `define-minor-mode',
    and print a message if (interactive-p) is true, seems reasonable.

Is interactive-p the right method?  Usually it is the wrong predicate,
because it returns nil for commands run from a keyboard macro, and in
most cases those commands should behave like commands run directly
from the keyboard.  For this specific purpose, though, that behavior
might be the right behavior.  Does everyone agree this is the
predicate to test?

If so, would someone like to modify these modes?




reply via email to

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