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: Ted Zlatanov
Subject: Re: add keyword search and display in details for list-packages
Date: Wed, 04 Dec 2013 16:33:46 -0500
User-agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.50 (gnu/linux)

On Wed, 04 Dec 2013 14:53:30 -0500 Stefan Monnier <address@hidden> wrote: 

>>>> +                 (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?

SM> Yes.

OK, pushed to Emacs trunk.

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

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

OK, pushed to elpa.git.  I see it's the right approach to rely on
`lm-keywords-list' to DTRT.

Thanks
Ted




reply via email to

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