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: conf-space-mode Date: Sat, 16 Sep 2006 15:05:52 -0400 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1158433681 14122 80.91.229.2 (16 Sep 2006 19:08:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 16 Sep 2006 19:08:01 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Sep 16 21:08:01 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GOfW7-0003ur-2E for ged-emacs-devel@m.gmane.org; Sat, 16 Sep 2006 21:07:55 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GOfW6-00029R-I5 for ged-emacs-devel@m.gmane.org; Sat, 16 Sep 2006 15:07:54 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GOfUB-0007n3-O5 for emacs-devel@gnu.org; Sat, 16 Sep 2006 15:05:55 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GOfUA-0007ls-Pv for emacs-devel@gnu.org; Sat, 16 Sep 2006 15:05:54 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GOfUA-0007lb-Ev for emacs-devel@gnu.org; Sat, 16 Sep 2006 15:05:54 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GOfWc-00010W-Gf for emacs-devel@gnu.org; Sat, 16 Sep 2006 15:08:26 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1GOfU8-0004qI-GP; Sat, 16 Sep 2006 15:05:52 -0400 Original-To: Wolfgang Jenkner In-reply-to: (message from Wolfgang Jenkner on Sat, 16 Sep 2006 15:45:33 +0200) 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:59921 Archived-At: I think this should be (add-hook 'hack-local-variables-hook 'conf-space-mode-internal nil t) You're right. I will install these changes. Thanks.