From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.bugs Subject: Re: the ...-unload-hook convention doesn't work Date: Wed, 07 Jan 2004 10:05:29 -0500 Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <200401051824.i05IOpP07535@raven.dms.auburn.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1073488218 22445 80.91.224.253 (7 Jan 2004 15:10:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 7 Jan 2004 15:10:18 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org, teirllm@dms.auburn.edu Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Jan 07 16:10:10 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AeFJy-0000oQ-00 for ; Wed, 07 Jan 2004 16:10:10 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AeGE2-0001wi-Pc for geb-bug-gnu-emacs@m.gmane.org; Wed, 07 Jan 2004 11:08:06 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AeGDl-0001qR-SG for bug-gnu-emacs@gnu.org; Wed, 07 Jan 2004 11:07:49 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AeGDB-0001cC-Pp for bug-gnu-emacs@gnu.org; Wed, 07 Jan 2004 11:07:44 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AeGDB-0001c3-J0 for bug-gnu-emacs@gnu.org; Wed, 07 Jan 2004 11:07:13 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.24) id 1AeFFR-0000VT-6H; Wed, 07 Jan 2004 10:05:29 -0500 Original-To: Dave Love In-reply-to: (message from Dave Love on Tue, 06 Jan 2004 14:33:04 +0000) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:6496 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:6496 I can't check the history now, but if it's been changed it hasn't been done properly. All the examples in Emacs are simple defuns. It would not be consistent to call a symbol whose names is ...-hook as a function. So I think we should fix those files to use the feature properly. The feature is used properly in eshell.