From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: tags for functions Date: Wed, 21 Jan 2009 23:13:47 +0100 Message-ID: References: <867i4pemv5.fsf@lifelogs.com> <86y6x49un4.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1232576075 19373 80.91.229.12 (21 Jan 2009 22:14:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 21 Jan 2009 22:14:35 +0000 (UTC) Cc: emacs-devel@gnu.org To: Ted Zlatanov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 21 23:15:48 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 1LPlMP-0003wg-Dk for ged-emacs-devel@m.gmane.org; Wed, 21 Jan 2009 23:15:45 +0100 Original-Received: from localhost ([127.0.0.1]:37812 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LPlL8-0000dz-30 for ged-emacs-devel@m.gmane.org; Wed, 21 Jan 2009 17:14:26 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LPlKX-0008MG-LO for emacs-devel@gnu.org; Wed, 21 Jan 2009 17:13:49 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LPlKW-0008Ks-U9 for emacs-devel@gnu.org; Wed, 21 Jan 2009 17:13:49 -0500 Original-Received: from [199.232.76.173] (port=59214 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LPlKW-0008KO-IS for emacs-devel@gnu.org; Wed, 21 Jan 2009 17:13:48 -0500 Original-Received: from yx-out-1718.google.com ([74.125.44.154]:2458) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LPlKW-0001tl-Bx for emacs-devel@gnu.org; Wed, 21 Jan 2009 17:13:48 -0500 Original-Received: by yx-out-1718.google.com with SMTP id 34so1694303yxf.66 for ; Wed, 21 Jan 2009 14:13:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=gomq1BkYOXmEsoQE6nkLOL25ZYF2uMsKfaGNdIRMQoI=; b=noEca3GWLt3kdFjpQhChXH7XRjUN3Ih75i0w8SsX8JApx2CYDkqaDimDEk+IM1DvbR BO42YOXjbBPIZabKWp3st3WUGs0doyVrdbbRnpLaYQXiU0fgGoVxGWnizpu0uaQalfN4 3zEQ96u0hYJRD9/1I5H18pbUg25wromKf+TaY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=VpTR/JLgvx1AQudE6BxWbHVyVXykqwYikYEc9n7Clyq4IEg/WzKj95EDB8OrovCDrD fu2GkTU/Xf9YqY7/tsfN83rFp4chO8yclMVp0iAqpU0S+CIAYi+ndLP7d8MWjlB1icSX iibRZDwA2XS1swlJYO++ErEcS7zDE9IIP51r8= Original-Received: by 10.150.228.2 with SMTP id a2mr5096525ybh.149.1232576027371; Wed, 21 Jan 2009 14:13:47 -0800 (PST) In-Reply-To: <86y6x49un4.fsf@lifelogs.com> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:108057 Archived-At: On Wed, Jan 21, 2009 at 11:11 PM, Ted Zlatanov wrote: > LB> I think the idea is nice, but maybe keywords should be used (like in > LB> defcustom etc) for the implementation? > > "Keywords" is an OK name for the concept; "tags" is the same thing > logically but we should stick with what's normal for Emacs Lisp. What's > important is to: I meant something like (defun my-move-defun () "docstring" :tags '(move) ...)