emacs-devel
[Top][All Lists]
Advanced

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

Re: add keyword search and display in details for list-packages


From: Stefan Monnier
Subject: Re: add keyword search and display in details for list-packages
Date: Wed, 04 Dec 2013 14:53:30 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

>>> +                 (keywords (split-string (or (lm-header "keywords") "")
>>> +                                         "," t "[ ]+"))
JL> Isn't `lm-keywords-list' a better function to do this?
> It would be normally, but it doesn't trim space off the strings (the
> last argument is missing).  This is compatible with older Emacsen but, I
> think, is less useful.  So can I make the change to `lm-keywords-list'
> to add that last argument?

Yes.

> Or do you and Stefan feel it should be used
> without worrying about trimming space?

I agree to this as well (remember that elpa.gnu.org uses Emacs-24.3 to
build its web pages).


        Stefan



reply via email to

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