From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: doc on define-minor-mode hook variable(s) Date: Mon, 06 Mar 2006 13:35:45 -0500 Message-ID: References: <87r75gkwbd.fsf-monnier+emacs@gnu.org> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1141671200 11419 80.91.229.6 (6 Mar 2006 18:53:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 6 Mar 2006 18:53:20 +0000 (UTC) Cc: drew.adams@oracle.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 06 19:53:10 2006 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1FGKlH-0002Zd-00 for ; Mon, 06 Mar 2006 19:48:52 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FGKlQ-0003r1-FO for ged-emacs-devel@m.gmane.org; Mon, 06 Mar 2006 13:49:01 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FGKYt-0005qk-1M for emacs-devel@gnu.org; Mon, 06 Mar 2006 13:36:03 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FGKYo-0005o5-4u for emacs-devel@gnu.org; Mon, 06 Mar 2006 13:36:01 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FGKYn-0005nh-Di for emacs-devel@gnu.org; Mon, 06 Mar 2006 13:35:57 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FGKb3-0008P1-GU for emacs-devel@gnu.org; Mon, 06 Mar 2006 13:38:17 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1FGKYb-0001BN-Hl; Mon, 06 Mar 2006 13:35:45 -0500 Original-To: Stefan Monnier In-reply-to: <87r75gkwbd.fsf-monnier+emacs@gnu.org> (message from Stefan Monnier on Mon, 06 Mar 2006 00:05:04 -0500) 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 X-Spam-Report: 5.0 points; * 0.0 BAYES_50 BODY: Bayesian spam probability is 50 to 56% * [score: 0.5077] * 5.0 RCVD_IN_BL_SPAMCOP_NET RBL: Received via a relay in bl.spamcop.net * [Blocked - see ] Xref: news.gmane.org gmane.emacs.devel:51278 Archived-At: > In the past, hook variables were used, and the new notion that a hook need > not be associated with a variable should be explained in the doc. A hook IS a variable--that is to say, a symbol whose value is used. It is a mistake to think that a hook is not a variable.