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: Thu, 16 Jun 2005 00:07:31 -0400 Message-ID: References: <20050615.065000.242163253.wl@gnu.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1118894742 8931 80.91.229.2 (16 Jun 2005 04:05:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 16 Jun 2005 04:05:42 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 16 06:05:40 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DildI-0002BV-S0 for ged-emacs-devel@m.gmane.org; Thu, 16 Jun 2005 06:05:37 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dilic-0002uh-Mo for ged-emacs-devel@m.gmane.org; Thu, 16 Jun 2005 00:11:06 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DiliI-0002rA-3d for emacs-devel@gnu.org; Thu, 16 Jun 2005 00:10:46 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DiliG-0002qe-Gw for emacs-devel@gnu.org; Thu, 16 Jun 2005 00:10:45 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dilfc-0001sW-9R for emacs-devel@gnu.org; Thu, 16 Jun 2005 00:08:01 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Dilgx-00087O-Na for emacs-devel@gnu.org; Thu, 16 Jun 2005 00:09:23 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1Dilf9-0003Di-Oj; Thu, 16 Jun 2005 00:07:31 -0400 Original-To: Werner LEMBERG In-reply-to: <20050615.065000.242163253.wl@gnu.org> (message from Werner LEMBERG on Wed, 15 Jun 2005 06:50:00 +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:38923 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:38923 I suggest to add an interactive command `file-make-local-variable' which does this. As an interface I can imagine something similar to AUCTeX's C-c C-e command. For those of us that do not use AUCTeX, what does that interface look like?