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: tags for functions Date: Thu, 22 Jan 2009 14:39:40 -0500 Message-ID: References: <867i4pemv5.fsf@lifelogs.com><86y6x49un4.fsf@lifelogs.com><86tz7ra0dm.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1232653914 32222 80.91.229.12 (22 Jan 2009 19:51:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 22 Jan 2009 19:51:54 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Ted Zlatanov" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 22 20:53:07 2009 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.50) id 1LQ5bd-0004rv-QD for ged-emacs-devel@m.gmane.org; Thu, 22 Jan 2009 20:52:50 +0100 Original-Received: from localhost ([127.0.0.1]:54110 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LQ5aM-0001lv-Fl for ged-emacs-devel@m.gmane.org; Thu, 22 Jan 2009 14:51:30 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LQ5R6-0005iN-8D for emacs-devel@gnu.org; Thu, 22 Jan 2009 14:41:56 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LQ5R4-0005hU-69 for emacs-devel@gnu.org; Thu, 22 Jan 2009 14:41:55 -0500 Original-Received: from [199.232.76.173] (port=54795 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LQ5R3-0005hR-Vq for emacs-devel@gnu.org; Thu, 22 Jan 2009 14:41:54 -0500 Original-Received: from mail.g-wis.com ([204.250.154.18]:3821) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LQ5R3-0007Ev-Hd for emacs-devel@gnu.org; Thu, 22 Jan 2009 14:41:53 -0500 thread-index: Acl8yXlFAVM9J13GSzaQ0BFHDZnF0w== X-Received-From-Address: 69.38.23.210 X-Envelope-From: monnier@iro.umontreal.ca X-Envelope-To: emacs-devel@gnu.org, tzz@lifelogs.com, monnier@iro.umontreal.ca Original-Received: from ceviche.home ([69.38.23.210]) by mail.g-wis.com with Microsoft SMTPSVC(6.0.3790.3959); Thu, 22 Jan 2009 11:41:51 -0800 Original-Received: by ceviche.home (Postfix, from userid 20848) id B087BB401D; Thu, 22 Jan 2009 14:39:40 -0500 (EST) Content-Class: urn:content-classes:message Importance: normal Priority: normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.4325 In-Reply-To: <86tz7ra0dm.fsf@lifelogs.com> (Ted Zlatanov's message of "Thu, 22Jan 2009 08:20:05 -0600") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-OriginalArrivalTime: 22 Jan 2009 19:41:51.0412 (UTC) FILETIME=[78D2C740:01C97CC9] X-detected-operating-system: by monty-python.gnu.org: Windows 2000 SP4, XP SP1+ 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:108108 Archived-At: > Let's go with > (defun my-move-defun () > "docstring" > :keywords '(move) > ...) How 'bout (defun my-move-defun () "docstring" (declare (keywords (move))) ...) -- Stefan PS: Don't take this to mean I think this is a good idea. I haven't had time to think about it or even read the thread for that matter.