From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.devel Subject: RE: .emacs.d/tramp - written/touched each time you exit Emacs? Date: Sun, 30 Nov 2008 23:10:50 -0800 Message-ID: <000001c95383$f14a7660$0200a8c0@us.oracle.com> References: <010001c95276$b3d6d7f0$0200a8c0@us.oracle.com> <87oczwmowo.fsf@gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1228115482 27260 80.91.229.12 (1 Dec 2008 07:11:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 1 Dec 2008 07:11:22 +0000 (UTC) Cc: emacs-devel@gnu.org To: "'Michael Albinus'" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 01 08:12:26 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 1L72xF-0005dF-M8 for ged-emacs-devel@m.gmane.org; Mon, 01 Dec 2008 08:12:25 +0100 Original-Received: from localhost ([127.0.0.1]:38650 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L72w5-00033z-9G for ged-emacs-devel@m.gmane.org; Mon, 01 Dec 2008 02:11:13 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L72w0-00033u-RQ for emacs-devel@gnu.org; Mon, 01 Dec 2008 02:11:08 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L72vy-00033i-Ti for emacs-devel@gnu.org; Mon, 01 Dec 2008 02:11:08 -0500 Original-Received: from [199.232.76.173] (port=41091 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L72vy-00033f-Qx for emacs-devel@gnu.org; Mon, 01 Dec 2008 02:11:06 -0500 Original-Received: from acsinet12.oracle.com ([141.146.126.234]:65109) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1L72vy-0004C7-Ez for emacs-devel@gnu.org; Mon, 01 Dec 2008 02:11:06 -0500 Original-Received: from rgminet15.oracle.com (rcsinet15.oracle.com [148.87.113.117]) by acsinet12.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id mB17AcMn016225 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 1 Dec 2008 07:10:40 GMT Original-Received: from acsmt700.oracle.com (acsmt700.oracle.com [141.146.40.70]) by rgminet15.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id mB17AwlE023299; Mon, 1 Dec 2008 07:11:00 GMT Original-Received: from dradamslap1 (/141.144.88.17) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Sun, 30 Nov 2008 23:10:51 -0800 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <87oczwmowo.fsf@gmx.de> Thread-Index: AclTd9n5+8iLrpcQQlykluQU3Mc3KwAC/98g X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3350 X-Source-IP: acsmt700.oracle.com [141.146.40.70] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A010208.49338DFD.00A5:SCFSTAT928724,ss=1,fgs=0 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 1) 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:106360 Archived-At: > > 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. Thanks.