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 01:07:14 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

Stefan Monnier <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.





reply via email to

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