From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: gerd.moellmann@t-online.de (Gerd Moellmann) Newsgroups: gmane.emacs.devel Subject: Re: Declarations in macro definitions Date: 19 Mar 2002 22:53:14 +0100 Sender: emacs-devel-admin@gnu.org Message-ID: <86y9goxm0l.fsf@gerd.dnsq.org> References: <86g02zqsp0.fsf@gerd.dnsq.org> <200203180905.g2I95ic08431@wijiji.santafe.edu> Reply-To: gerd@gnu.org NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1016574923 5236 127.0.0.1 (19 Mar 2002 21:55:23 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 19 Mar 2002 21:55:23 +0000 (UTC) Cc: emacs-devel@gnu.org Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16nRZi-0001MM-00 for ; Tue, 19 Mar 2002 22:55:22 +0100 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 16nRfA-0001sr-00 for ; Tue, 19 Mar 2002 23:01:01 +0100 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16nRZT-0001I0-00; Tue, 19 Mar 2002 16:55:07 -0500 Original-Received: from mailout05.sul.t-online.com ([194.25.134.82]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16nRXt-00019U-00; Tue, 19 Mar 2002 16:53:29 -0500 Original-Received: from fwd11.sul.t-online.de by mailout05.sul.t-online.com with smtp id 16nRXk-0003vi-06; Tue, 19 Mar 2002 22:53:20 +0100 Original-Received: from gerd.dnsq.org (520015515780-0001@[217.85.171.119]) by fwd11.sul.t-online.com with esmtp id 16nRXf-0ADYgKC; Tue, 19 Mar 2002 22:53:15 +0100 Original-Received: (from gerd@localhost) by gerd.dnsq.org (8.11.6/8.11.6) id g2JLrEL00238; Tue, 19 Mar 2002 22:53:14 +0100 (CET) (envelope-from gerd@gnu.org) X-Authentication-Warning: gerd.dnsq.org: gerd set sender to gerd@gnu.org using -f Original-To: rms@gnu.org In-Reply-To: <200203180905.g2I95ic08431@wijiji.santafe.edu> Original-Lines: 16 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2.50 X-Sender: 520015515780-0001@t-dialin.net Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.5 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:2051 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:2051 Richard Stallman writes: > I like the the idea of putting this info in a macro definition, but I > don't think `declare' is a good name for it. That name is too general > to fit this rather specific meaning. (But it's familiar to Lisp programmers for a long time...) > I would rather imitate `interactive' and define separate no-op > functions for these purposes. The things that want to use them > can search the macro definition for them. > > (ISTR that someone was implementing this for edebug a few months > ago--in fact, I thought it had been installed already. In that case I guess my patch won't be needed. _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel