From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Le Wang Newsgroups: gmane.emacs.devel Subject: BUG REPORT: `kill-buffer-query-functions' Date: Thu, 27 Feb 2003 18:48:52 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: main.gmane.org 1046390184 32374 80.91.224.249 (27 Feb 2003 23:56:24 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 27 Feb 2003 23:56:24 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18oXt1-0008Q1-00 for ; Fri, 28 Feb 2003 00:56:23 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18oYAA-0003lO-00 for ; Fri, 28 Feb 2003 01:14:06 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18oXrW-0007eh-0C for emacs-devel@quimby.gnus.org; Thu, 27 Feb 2003 18:54:50 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18oXqE-0006y2-00 for emacs-devel@gnu.org; Thu, 27 Feb 2003 18:53:30 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18oXn4-0005Zz-00 for emacs-devel@gnu.org; Thu, 27 Feb 2003 18:50:15 -0500 Original-Received: from main.gmane.org ([80.91.224.249]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18oXmd-0005QC-00 for emacs-devel@gnu.org; Thu, 27 Feb 2003 18:49:48 -0500 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 18oXmK-00081m-00 for ; Fri, 28 Feb 2003 00:49:28 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Received: from news by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 18oXmI-00081V-00 for ; Fri, 28 Feb 2003 00:49:26 +0100 Original-Lines: 7 Original-X-Complaints-To: usenet@main.gmane.org User-Agent: KNode/0.7.1 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:12014 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:12014 Hi, When making this hook buffer local, the 't add at the end is called as a function, and of course it's not a function. -- Le