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: .emacs.d/tramp - written/touched each time you exit Emacs? Date: Mon, 01 Dec 2008 06:43:03 +0100 Message-ID: <87oczwmowo.fsf@gmx.de> References: <010001c95276$b3d6d7f0$0200a8c0@us.oracle.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1228110204 15472 80.91.229.12 (1 Dec 2008 05:43:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 1 Dec 2008 05:43:24 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Drew Adams" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 01 06:44:27 2008 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 1L71a6-0006On-BL for ged-emacs-devel@m.gmane.org; Mon, 01 Dec 2008 06:44:26 +0100 Original-Received: from localhost ([127.0.0.1]:45798 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L71Yw-0004N8-59 for ged-emacs-devel@m.gmane.org; Mon, 01 Dec 2008 00:43:14 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L71Yq-0004N1-Sj for emacs-devel@gnu.org; Mon, 01 Dec 2008 00:43:08 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L71Yp-0004Mp-Ds for emacs-devel@gnu.org; Mon, 01 Dec 2008 00:43:08 -0500 Original-Received: from [199.232.76.173] (port=38503 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L71Yp-0004Mm-8O for emacs-devel@gnu.org; Mon, 01 Dec 2008 00:43:07 -0500 Original-Received: from mail.gmx.net ([213.165.64.20]:48961) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1L71Yo-0003i9-LY for emacs-devel@gnu.org; Mon, 01 Dec 2008 00:43:07 -0500 Original-Received: (qmail invoked by alias); 01 Dec 2008 05:43:04 -0000 Original-Received: from p57A2308C.dip0.t-ipconnect.de (EHLO arthur.local) [87.162.48.140] by mail.gmx.net (mp005) with SMTP; 01 Dec 2008 06:43:04 +0100 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX19ZRYMFZ15ZffbgHF196At79qUwwn+Ax/YAZQkgfG JKxXcf7lN4HRoZ In-Reply-To: <010001c95276$b3d6d7f0$0200a8c0@us.oracle.com> (Drew Adams's message of "Sat, 29 Nov 2008 15:03:32 -0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-Y-GMX-Trusted: 0 X-FuHaFi: 0.74 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:106359 Archived-At: "Drew Adams" writes: > I tried another session of Emacs and saw the same thing - the file `tramp' was > touched when I exited Emacs, but the content looks identical. > > Are we perhaps writing or touching this file systematically each time Emacs > exits? If so, is that necessary? Yes, Tramp writes always its cache data, when Emacs exits. I'll add a check, whether these data have been changed, in order to avoid useless writing. Best regards, Michael.