[Top][All Lists]
[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?
- Re: CUA mode cursor color, (continued)
- Re: CUA mode cursor color, Sam Steingold, 2002/05/13
- Re: CUA mode cursor color, Stefan Monnier, 2002/05/13
- Re: CUA mode cursor color, Kai Großjohann, 2002/05/14
- Re: CUA mode cursor color, Stefan Monnier, 2002/05/14
- Re: CUA mode cursor color, Miles Bader, 2002/05/14
- Re: CUA mode cursor color, Kai Großjohann, 2002/05/14
- Re: CUA mode cursor color, Alex Schroeder, 2002/05/13
- Re: CUA mode cursor color, Richard Stallman, 2002/05/15
- Re: CUA mode cursor color, Richard Stallman, 2002/05/14
- Re: CUA mode cursor color, Miles Bader, 2002/05/13
- Re: CUA mode cursor color,
Richard Stallman <=
Re: CUA mode cursor color, Richard Stallman, 2002/05/13
Re: CUA mode cursor color, Kim F. Storm, 2002/05/13
Re: CUA mode cursor color, Ehud Karni, 2002/05/13
Re: CUA mode cursor color, Richard Stallman, 2002/05/13