From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Jim Blandy" Newsgroups: gmane.emacs.devel Subject: Re: What constitutes a "function-defining form" Date: Sun, 28 Sep 2008 23:30:02 -0700 Message-ID: <8f2776cb0809282330t4c927785t3121fd3548eacdd4@mail.gmail.com> References: <48DE5C17.8090509@gmail.com> <48DE67F2.4050403@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1222669819 26756 80.91.229.12 (29 Sep 2008 06:30:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 29 Sep 2008 06:30:19 +0000 (UTC) Cc: Emacs Devel To: "Lennart Borgman (gmail)" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 29 08:31:17 2008 connect(): Connection refused 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 1KkCHr-0006X8-Uo for ged-emacs-devel@m.gmane.org; Mon, 29 Sep 2008 08:31:16 +0200 Original-Received: from localhost ([127.0.0.1]:45203 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KkCGp-0007I1-9N for ged-emacs-devel@m.gmane.org; Mon, 29 Sep 2008 02:30:11 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KkCGk-0007He-2v for emacs-devel@gnu.org; Mon, 29 Sep 2008 02:30:06 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KkCGi-0007HS-8I for emacs-devel@gnu.org; Mon, 29 Sep 2008 02:30:04 -0400 Original-Received: from [199.232.76.173] (port=43176 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KkCGi-0007HL-0l for emacs-devel@gnu.org; Mon, 29 Sep 2008 02:30:04 -0400 Original-Received: from yw-out-1718.google.com ([74.125.46.155]:25048) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KkCGh-0001jT-Hv for emacs-devel@gnu.org; Mon, 29 Sep 2008 02:30:03 -0400 Original-Received: by yw-out-1718.google.com with SMTP id 9so289729ywk.66 for ; Sun, 28 Sep 2008 23:30:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references :x-google-sender-auth; bh=1khrSljCrk9cejYNPp7jc9/Gv1BMWht7l1UlA6x29wc=; b=G7SGzB3WLOSMiWbXdsTgtq2j05ISK5K4RH4UIM7bfu4rwT2FNUH/aycnvDset0c8a9 X5Md/aaH8vVkPp0vJNdmt8+/X+i7f7Sv364AZDRYzp2b81rjVXN+GeTF+5ykyztlc2wG vjCUbus/ScFGyRZpRnS101qFSP73zEYqSU+8c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references:x-google-sender-auth; b=OBcrg6QK+1QyGTJ1jHUxdwhvpEHBSfUFWhOLBGGdMwS0WLmlHTfO2CaCodrybTL8uy f9fa2SimDgk0dieutcKP/hzNY+uYPFs7TVA91NjEGBJ8kxyvFs76zVme5AiD9hA6dqFz W+AWFGKWPgGzvMeSKejAW3MmMt3veWdUfi8bk= Original-Received: by 10.100.154.19 with SMTP id b19mr3731235ane.98.1222669802620; Sun, 28 Sep 2008 23:30:02 -0700 (PDT) Original-Received: by 10.100.209.13 with HTTP; Sun, 28 Sep 2008 23:30:02 -0700 (PDT) In-Reply-To: <48DE67F2.4050403@gmail.com> Content-Disposition: inline X-Google-Sender-Auth: b6f5788d8a1f9c6b 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:104215 Archived-At: On Sat, Sep 27, 2008 at 10:05 AM, Lennart Borgman (gmail) wrote: > There is of course good reasons for that beeing hard-coded, but it would > be nice if make-autoload called a hook at the end when nothing did match. Better yet, put a property on the symbol that names the macro, and have make-autoload check that. That way, macro authors can say for themselves what make-autoload should do.