From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Kastrup Newsgroups: gmane.emacs.devel Subject: Re: [david.reitter@gmail.com: recentf: "Select coding system" on quit] Date: Fri, 22 Apr 2005 09:58:40 +0200 Message-ID: <85zmvrmedr.fsf@lola.goethe.zz> References: <16131584.1114096593070.JavaMail.www@wwinf1101> <200504220043.JAA01151@etlken.m17n.org> <139e63bed8ac36b91c33a4b51c3fe2bc@gmail.com> <200504220540.OAA01703@etlken.m17n.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1114156977 25234 80.91.229.2 (22 Apr 2005 08:02:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 22 Apr 2005 08:02:57 +0000 (UTC) Cc: David Reitter , david.ponce@wanadoo.fr, rms@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Apr 22 10:02:51 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DOt6q-0001wt-RN for ged-emacs-devel@m.gmane.org; Fri, 22 Apr 2005 10:01:57 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DOtBi-0002JO-Vf for ged-emacs-devel@m.gmane.org; Fri, 22 Apr 2005 04:06:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DOt5x-0000hV-9o for emacs-devel@gnu.org; Fri, 22 Apr 2005 04:01:02 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DOt5s-0000gA-NS for emacs-devel@gnu.org; Fri, 22 Apr 2005 04:00:58 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DOt5p-0006gA-Um for emacs-devel@gnu.org; Fri, 22 Apr 2005 04:00:55 -0400 Original-Received: from [151.189.21.43] (helo=mail-in-03.arcor-online.net) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1DOt6i-0001PD-TR; Fri, 22 Apr 2005 04:01:49 -0400 Original-Received: from lola.goethe.zz (i5387966D.versanet.de [83.135.150.109]) by mail-in-03.arcor-online.net (Postfix) with ESMTP id 64852161915; Fri, 22 Apr 2005 09:58:54 +0200 (CEST) Original-Received: by lola.goethe.zz (Postfix, from userid 1002) id E9BC21C1E222; Fri, 22 Apr 2005 09:58:40 +0200 (CEST) Original-To: Kenichi Handa In-Reply-To: <200504220540.OAA01703@etlken.m17n.org> (Kenichi Handa's message of "Fri, 22 Apr 2005 14:40:09 +0900 (JST)") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) 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:36266 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:36266 Kenichi Handa writes: > In article <139e63bed8ac36b91c33a4b51c3fe2bc@gmail.com>, David Reitter writes: > >> On 22 Apr 2005, at 01:43, Kenichi Handa wrote: > >>> Ah! Thank you for the fix. Anyway, does it work as >>> expected? Shall I commit it? > >> Yes, it fixes the issue for me. > > Ok, I've just installed the last version sent from David > . Please, it has been pointed out already that this is not the proper way to fix it. It makes the source very unreadable. Instead, you should just place a formfeed character (^L) after the last function in the file. Local variable sections are not detected before such a character, and it is precisely for this purpose. -- David Kastrup, Kriemhildstr. 15, 44793 Bochum