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: M-x normal-mode and local variables Date: Mon, 17 Apr 2006 13:56:14 -0400 Message-ID: References: <9508491d0603300327i6da294bcp553f2f48df85d65f@mail.gmail.com> <8764lue3jv.fsf-monnier+emacs@gnu.org> <9508491d0604021712r78136dco5e33b05a3d39109b@mail.gmail.com> <87y7ynjt1y.fsf-monnier+emacs@gnu.org> <41262.128.165.123.132.1144865598.squirrel@webmail.lanl.gov> <42337.128.165.123.132.1144940642.squirrel@webmail.lanl.gov> <87u08tu315.fsf-monnier+emacs@gnu.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1145296637 31440 80.91.229.2 (17 Apr 2006 17:57:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 17 Apr 2006 17:57:17 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Apr 17 19:57:11 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 1FVXy5-0002e8-HJ for ged-emacs-devel@m.gmane.org; Mon, 17 Apr 2006 19:56:58 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FVXy5-0003qE-1O for ged-emacs-devel@m.gmane.org; Mon, 17 Apr 2006 13:56:57 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FVXxQ-0003ck-IY for emacs-devel@gnu.org; Mon, 17 Apr 2006 13:56:16 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FVXxP-0003cA-UQ for emacs-devel@gnu.org; Mon, 17 Apr 2006 13:56:15 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FVXxP-0003bv-FP for emacs-devel@gnu.org; Mon, 17 Apr 2006 13:56:15 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FVXy6-0006Gw-S5 for emacs-devel@gnu.org; Mon, 17 Apr 2006 13:56:58 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1FVXxO-0007OT-8Q; Mon, 17 Apr 2006 13:56:14 -0400 Original-To: Stefan Monnier In-reply-to: <87u08tu315.fsf-monnier+emacs@gnu.org> (message from Stefan Monnier on Sun, 16 Apr 2006 08:22:08 -0400) 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:52966 Archived-At: I think using M-x normal-mode is sufficiently uncommon that we shouldn't try too hard to streamline it. So I vote to have it query. Especially since there's no guarantee that the user actually checked the local variables before calling M-x normal-mode, so blindly obeying the local variables could be dangerous in some scenarios. That is a significant point. I would still like to hear what others have to say.