From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.devel Subject: Re: Tramp confused by files' ctimes Date: Thu, 30 Aug 2007 09:23:00 +0200 Message-ID: References: <20070828114421.GA24151@saeurebad.de> <87bqcrmn6l.fsf@gmx.de> <20070829164902.GC7409@saeurebad.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1188458957 19694 80.91.229.12 (30 Aug 2007 07:29:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 30 Aug 2007 07:29:17 +0000 (UTC) To: Emacs development discussions Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 30 09:29:14 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 1IQeSm-0006IM-M1 for ged-emacs-devel@m.gmane.org; Thu, 30 Aug 2007 09:29:12 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IQeSm-00027S-E3 for ged-emacs-devel@m.gmane.org; Thu, 30 Aug 2007 03:29:12 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IQeN0-0006Og-7i for emacs-devel@gnu.org; Thu, 30 Aug 2007 03:23:14 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IQeMy-0006Np-Eh for emacs-devel@gnu.org; Thu, 30 Aug 2007 03:23:13 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IQeMy-0006Nh-7j for emacs-devel@gnu.org; Thu, 30 Aug 2007 03:23:12 -0400 Original-Received: from mailrelay2.alcatel.de ([194.113.59.96]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IQeMx-00084Q-6O for emacs-devel@gnu.org; Thu, 30 Aug 2007 03:23:11 -0400 Original-Received: from slbhab.alcatel.de (slbhab.bln.sel.alcatel.de [149.204.63.218]) by mailrelay2.alcatel.de (8.13.4/8.13.4/ICT) with ESMTP id l7U7Minq026147; Thu, 30 Aug 2007 09:22:44 +0200 In-Reply-To: <20070829164902.GC7409@saeurebad.de> (Johannes Weiner's message of "Wed, 29 Aug 2007 18:49:02 +0200") User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.3 (hpux) X-Scanned-By: MIMEDefang 2.51 on 149.204.45.73 X-Detected-Kernel: Linux 2.4-2.6 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:77401 Archived-At: Johannes Weiner writes: > Hi Michael, Hi Hannes, > It is fixed. I am interested in what was broken, though. Unfortunately, you > updated a lot of things with the last commit, so I can't hunt it down.. ;) * tramp.el (tramp-handle-set-file-times): Flush the file properties. Tramp caches file information, in order to avoid (expensive) remote commands retrieving the same information again and again. When there is a change on the file, this information must be reset. It happened to you because I've introduced recently some optimization accessing files located on localhost. This place I've forgotten. > Thank you! > > Hannes Best regards, Michael.