emacs-devel
[Top][All Lists]
Advanced

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

Re: Keywords


From: Stefan Monnier
Subject: Re: Keywords
Date: Thu, 11 Mar 2010 20:30:36 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (gnu/linux)

> To fix this problem I propose the following heuristics: if the keywords
> line contains a comma, then split keywords using a comma and not whitespace,
> because the presence of a comma means that the author decided to separate
> keywords by commas only.

Sounds good,

> But there are more problems.  In finder-inf.el multi-word keywords need
> to be grouped using Lisp syntax.  Currently they are symbols, and the
> entry look like:

You can use

     ("composite.el"
         "support character composition"
         (mule multilingual character\ composition))


-- Stefan




reply via email to

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