emacs-devel
[Top][All Lists]
Advanced

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

Re: kill ring menu


From: Colin Walters
Subject: Re: kill ring menu
Date: 23 May 2002 00:15:57 -0400

On Tue, 2002-05-21 at 23:51, Miles Bader wrote:
> Miles Bader <address@hidden> writes:
> > The only way I can think of to implement said `font-lock-face-category'
> > is to loop through all the symbols in `font-lock-category-alist' and use
> > `symbol-name' to compare their string names.  That just seemed too
> > inefficient.
> 
> BTW, besides the plist trick I mentioned in my previous message, you
> could also just construct an alist of (GLOBAL-NAME . LOCAL-NAME)
> mappings, and `assq' is every bit as efficient as `nth'.

Done.







reply via email to

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