From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: [christopher.ian.moore@gmail.com: Emacs very slow opening file] Date: Fri, 30 Sep 2005 19:50:56 -0400 Message-ID: References: <20050929095157.GA6233@kenny.sha-bang.local> <85vf0j6our.fsf@lola.goethe.zz> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1128125143 15105 80.91.229.2 (1 Oct 2005 00:05:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 1 Oct 2005 00:05:43 +0000 (UTC) Cc: wilde@sha-bang.de, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 01 02:05:35 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1ELUsM-0007OS-HH for ged-emacs-devel@m.gmane.org; Sat, 01 Oct 2005 02:05:14 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ELUsL-0007Fb-Cg for ged-emacs-devel@m.gmane.org; Fri, 30 Sep 2005 20:05:13 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ELUrh-0007D6-Aa for emacs-devel@gnu.org; Fri, 30 Sep 2005 20:04:33 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ELUrf-0007C6-HR for emacs-devel@gnu.org; Fri, 30 Sep 2005 20:04:32 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ELUre-0006wD-E4 for emacs-devel@gnu.org; Fri, 30 Sep 2005 20:04:30 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1ELUeX-00049T-LD for emacs-devel@gnu.org; Fri, 30 Sep 2005 19:50:57 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1ELUeW-0004lk-FC; Fri, 30 Sep 2005 19:50:56 -0400 Original-To: David Kastrup In-reply-to: <85vf0j6our.fsf@lola.goethe.zz> (message from David Kastrup on Fri, 30 Sep 2005 08:39:40 +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:43411 Archived-At: When Emacs is running diff itself, it could start the output off with an appropriate -*- type string overriding a possible local variables block. Or it could append a solitary ^L to the output (which is the normal way of telling Emacs not to look further backward for a local variables section). That would work. However, if the other idea can work--recognize that the Local Variables list is inside a diff hunk--that would work more generally.