From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.devel Subject: Re: find-file annoyance Date: Thu, 18 Oct 2007 08:54:35 +0900 Organization: Emacsen advocacy group Message-ID: References: <87myuhwp7c.fsf@gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1192665341 10936 80.91.229.12 (17 Oct 2007 23:55:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 17 Oct 2007 23:55:41 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 18 01:55:41 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IiIjk-0001F1-Dt for ged-emacs-devel@m.gmane.org; Thu, 18 Oct 2007 01:55:40 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IiIjd-0001FL-3m for ged-emacs-devel@m.gmane.org; Wed, 17 Oct 2007 19:55:33 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IiIj1-0000P0-19 for emacs-devel@gnu.org; Wed, 17 Oct 2007 19:54:55 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IiIiz-0000MR-1N for emacs-devel@gnu.org; Wed, 17 Oct 2007 19:54:54 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IiIiy-0000MA-TL for emacs-devel@gnu.org; Wed, 17 Oct 2007 19:54:52 -0400 Original-Received: from orlando.hostforweb.net ([216.246.45.90]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IiIiy-0002b0-FM for emacs-devel@gnu.org; Wed, 17 Oct 2007 19:54:52 -0400 Original-Received: from [66.225.201.151] (port=48387 helo=mail.jpl.org) by orlando.hostforweb.net with esmtpa (Exim 4.68) (envelope-from ) id 1IiIis-0001sV-E8 for emacs-devel@gnu.org; Wed, 17 Oct 2007 18:54:47 -0500 X-Hashcash: 1:20:071017:emacs-devel@gnu.org::1/fuJUeAfn7yKQGP:000000000000000000000000000000000000000000Eu2X X-Face: #kKnN,xUnmKia.'[pp`; Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu; B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.50 (gnu/linux) Cancel-Lock: sha1:QeaWu18CQS9/AC5QbISrb5p00V4= X-Antivirus-Scanner: Clean mail though you should still use an Antivirus X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - orlando.hostforweb.net X-AntiAbuse: Original Domain - gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Source: X-Source-Args: X-Source-Dir: X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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:81114 Archived-At: >>>>> Michael Albinus wrote: > bojohan+news@dd.chalmers.se (Johan Bockg=E5rd) writes: > Hi Johan, >> tramp-rfn-eshadow-update-overlay uses narrowing in a way that moves >> point (the old point was outside the limits). It needs to save-excursion. >> (This patch also replaces a call to `widen' with save-restriction.) > Your patch looks OK to me. Please install it (or tell me when I shall do). > Best regards, Michael. I confirmed the patch solves the problem. Thanks a lot.