emacs-devel
[Top][All Lists]
Advanced

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

Re: Emphasize the character to be typed next in *Completions*


From: Kim F. Storm
Subject: Re: Emphasize the character to be typed next in *Completions*
Date: 24 Mar 2004 11:38:08 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

Masatake YAMATO <address@hidden> writes:

> > > >> +              (case completion-emphasis-region
> > > > Isn't `case' a CL-ism ?  It shouldn't be used in simple.el ...
> > > 
> > > Why not?  It's a macro, so just add
> > > 
> > >    (eval-when-compile (require 'cl))
> > 
> > I know, but I had the impression that RMS didn't want cl-isms in the
> > "core" files...
> > 
> > In any case, I don't see why we cannot just use cond instead of case.
> 
> Ok. I will replace case with cond when I can install my patch. Is it
> ready to install? (completion-emphasis and completion-emphasis-region
> are now customizable.)  

Please do.

>                         To which group completion-emphasis and
> completion-emphasis-region members sholud be belonging ?

completion seems like a good choice ... ?

> 
> BTW, I think it is good to provide 
> `customize-face-under-the-next-mouse-click'.
> Even if one wants to customize a face, it is not easy to know the name of face
> from the display. Is there such function or a function useful to implement 
> such
> function in emacs?

If you suggest that if some command prompts you for a face name, you may
just click on the face you want on the screen, it sounds "interesting",
but as Miles points out, M-x customize-face already defaults to the
face at point.





reply via email to

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