From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Keywords Date: Thu, 11 Mar 2010 20:30:36 -0500 Message-ID: References: <87zl2g24xy.fsf@stupidchicken.com> <87mxyfq3bz.fsf@gmx.de> <87sk87h49a.fsf@gmx.de> <87hbomwu4b.fsf_-_@mail.jurta.org> <878w9yr0zh.fsf_-_@mail.jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1268357506 26935 80.91.229.12 (12 Mar 2010 01:31:46 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 12 Mar 2010 01:31:46 +0000 (UTC) Cc: emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Mar 12 02:31:42 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Nptj0-0000a2-Ol for ged-emacs-devel@m.gmane.org; Fri, 12 Mar 2010 02:31:41 +0100 Original-Received: from localhost ([127.0.0.1]:34267 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nptis-0001RT-K6 for ged-emacs-devel@m.gmane.org; Thu, 11 Mar 2010 20:31:30 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nptin-0001QZ-Qz for emacs-devel@gnu.org; Thu, 11 Mar 2010 20:31:25 -0500 Original-Received: from [140.186.70.92] (port=53783 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nptii-0001Jm-QW for emacs-devel@gnu.org; Thu, 11 Mar 2010 20:31:24 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Npti1-0008Ct-Ac for emacs-devel@gnu.org; Thu, 11 Mar 2010 20:30:38 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183]:17325 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Npti1-0008Cj-8Q for emacs-devel@gnu.org; Thu, 11 Mar 2010 20:30:37 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvsEAG4nmUtLd+qv/2dsb2JhbACaY3S8BIR7BIMXh3U X-IronPort-AV: E=Sophos;i="4.49,623,1262581200"; d="scan'208";a="58045551" Original-Received: from 75-119-234-175.dsl.teksavvy.com (HELO ceviche.home) ([75.119.234.175]) by ironport2-out.pppoe.ca with ESMTP; 11 Mar 2010 20:30:36 -0500 Original-Received: by ceviche.home (Postfix, from userid 20848) id 1CB25B423D; Thu, 11 Mar 2010 20:30:36 -0500 (EST) In-Reply-To: <878w9yr0zh.fsf_-_@mail.jurta.org> (Juri Linkov's message of "Thu, 11 Mar 2010 23:45:18 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:121840 Archived-At: > 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