From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: add-hook Date: Tue, 11 Nov 2003 13:22:11 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1068575938 15398 80.91.224.253 (11 Nov 2003 18:38:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 11 Nov 2003 18:38:58 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue Nov 11 19:38:56 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AJdPk-0006b4-00 for ; Tue, 11 Nov 2003 19:38:56 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AJdPk-0005YQ-00 for ; Tue, 11 Nov 2003 19:38:56 +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 1AJeMK-0003Nx-Qz for emacs-devel@quimby.gnus.org; Tue, 11 Nov 2003 14:39:28 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AJeMC-0003N0-70 for emacs-devel@gnu.org; Tue, 11 Nov 2003 14:39:20 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AJeDo-0002Pa-Mm for emacs-devel@gnu.org; Tue, 11 Nov 2003 14:31:11 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AJeDl-0002OJ-9N for emacs-devel@gnu.org; Tue, 11 Nov 2003 14:30:37 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.24) id 1AJd9X-0004Wf-LH; Tue, 11 Nov 2003 13:22:11 -0500 Original-To: Miles Bader In-reply-to: (message from Miles Bader on 10 Nov 2003 14:07:12 +0900) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:17770 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:17770 > That is very confusing, and contradicts what the comment says. > This needs to be cleaned up somehow. Call me insane, but wouldn't `local-variable-p' be a nice way to detect this case...? That is the change I made. But Stefan said it made the code incomprehensible to him. It also did apparently cause BBDB to malfunction.