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: command for creating local variables in files Date: Fri, 17 Jun 2005 00:38:49 -0400 Message-ID: References: <20050615.065000.242163253.wl@gnu.org> <20050616.121330.91311979.wl@gnu.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1118983418 7994 80.91.229.2 (17 Jun 2005 04:43:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 17 Jun 2005 04:43:38 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 17 06:43:29 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Dj8hI-0006AC-JS for ged-emacs-devel@m.gmane.org; Fri, 17 Jun 2005 06:43:16 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dj8mq-000661-6I for ged-emacs-devel@m.gmane.org; Fri, 17 Jun 2005 00:49:00 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Dj8iZ-0003lc-Rn for emacs-devel@gnu.org; Fri, 17 Jun 2005 00:44:36 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Dj8iV-0003j1-AK for emacs-devel@gnu.org; Fri, 17 Jun 2005 00:44:32 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dj8iT-0003dv-O6 for emacs-devel@gnu.org; Fri, 17 Jun 2005 00:44:30 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Dj8f8-0000Hb-JJ for emacs-devel@gnu.org; Fri, 17 Jun 2005 00:41:02 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1Dj8cz-0002A6-KA; Fri, 17 Jun 2005 00:38:49 -0400 Original-To: Werner LEMBERG In-reply-to: <20050616.121330.91311979.wl@gnu.org> (message from Werner LEMBERG on Thu, 16 Jun 2005 12:13:30 +0200 (CEST)) 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:38996 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:38996 So for a file-make-local-variable command we need questions like Major mode: (default ) ... Variable: foo... Variable foo set to: ... You are describing a command to set up an entire local variables list. That's not what file-make-local-variable should do. That command should add or alter ONE variable in the local variables list; only one. It can read a variable name and the value string in the usual way with the minibuffer.