From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.help Subject: RE: Several seconds of delay when exiting Emacs Date: Wed, 14 Dec 2011 05:55:39 -0800 Message-ID: <2FFF58657E2B464FB3CFD7C05AF38C35@us.oracle.com> References: <87obvuyewt.fsf@thinkpad.tsdh.de><118483C69F8247D5AB7AE33507D74D74@us.oracle.com> <8739cne66q.fsf@tsdh.uni-koblenz.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1323870962 9636 80.91.229.12 (14 Dec 2011 13:56:02 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 14 Dec 2011 13:56:02 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: "'Tassilo Horn'" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Dec 14 14:55:58 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RapJN-0003Y3-HJ for geh-help-gnu-emacs@m.gmane.org; Wed, 14 Dec 2011 14:55:57 +0100 Original-Received: from localhost ([::1]:38919 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RapJN-0000RM-3O for geh-help-gnu-emacs@m.gmane.org; Wed, 14 Dec 2011 08:55:57 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:38202) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RapJE-0000Pq-7M for help-gnu-emacs@gnu.org; Wed, 14 Dec 2011 08:55:53 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RapJC-0003cz-Id for help-gnu-emacs@gnu.org; Wed, 14 Dec 2011 08:55:48 -0500 Original-Received: from rcsinet15.oracle.com ([148.87.113.117]:39948) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RapJC-0003cs-Ak for help-gnu-emacs@gnu.org; Wed, 14 Dec 2011 08:55:46 -0500 Original-Received: from acsinet21.oracle.com (acsinet21.oracle.com [141.146.126.237]) by rcsinet15.oracle.com (Switch-3.4.4/Switch-3.4.4) with ESMTP id pBEDtheG019054 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 14 Dec 2011 13:55:44 GMT Original-Received: from acsmt356.oracle.com (acsmt356.oracle.com [141.146.40.156]) by acsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id pBEDtg7h004381 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 14 Dec 2011 13:55:42 GMT Original-Received: from abhmt113.oracle.com (abhmt113.oracle.com [141.146.116.65]) by acsmt356.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id pBEDtg55004808; Wed, 14 Dec 2011 07:55:42 -0600 Original-Received: from dradamslap1 (/10.159.37.49) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Wed, 14 Dec 2011 05:55:42 -0800 X-Mailer: Microsoft Office Outlook 11 Thread-Index: Acy6VJzxgclOHKKDQ2ysTcjT0679/AAEtsOQ X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 In-Reply-To: <8739cne66q.fsf@tsdh.uni-koblenz.de> X-Source-IP: acsinet21.oracle.com [141.146.126.237] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090209.4EE8AAE0.01D0,ss=1,re=0.000,fgs=0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 1) X-Received-From: 148.87.113.117 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:83203 Archived-At: > >> I know nothing about `saveplace.el', but looking around a > >> little it appears that that is the library involved here. > > > > FWIW - Googling a bit shows that (a) `save-place.el' has I meant `saveplace.el' > > been part of GNU Emacs since at least version 19, and > > (b) back in Emacs 21 it was even documented in the Emacs > > manual, but that mention was removed in Emacs 22. I find > > no mention of it in the Emacs NEWS (past or current). > > It's still in emacs 24, but its file name changed to > saveplace.el. Actually, I think the name was always `saveplace.el'. I misspoke, above. > But strange, that is has been removed from > the info docs' (info "(emacs)Saving Emacs Sessions") > section... > > > Here is a link to an old manual node that mentions it: > > http://www.delorie.com/gnu/docs/emacs/emacs_465.html > > Yes, instead of using that toggle function, I have > (require 'saveplace) > (setq-default save-place t) > in my ~/.emacs.