From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.help Subject: Re: Several seconds of delay when exiting Emacs Date: Wed, 14 Dec 2011 12:36:13 +0100 Message-ID: <8739cne66q.fsf@tsdh.uni-koblenz.de> References: <87obvuyewt.fsf@thinkpad.tsdh.de> <118483C69F8247D5AB7AE33507D74D74@us.oracle.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1323862604 12096 80.91.229.12 (14 Dec 2011 11:36:44 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 14 Dec 2011 11:36:44 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: "Drew Adams" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Dec 14 12:36:36 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 1Ran8W-0003Dg-2y for geh-help-gnu-emacs@m.gmane.org; Wed, 14 Dec 2011 12:36:36 +0100 Original-Received: from localhost ([::1]:44385 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ran8P-00080u-LC for geh-help-gnu-emacs@m.gmane.org; Wed, 14 Dec 2011 06:36:29 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:48588) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ran8K-00080d-LA for help-gnu-emacs@gnu.org; Wed, 14 Dec 2011 06:36:25 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ran8E-0004cF-UC for help-gnu-emacs@gnu.org; Wed, 14 Dec 2011 06:36:24 -0500 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]:34395) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ran8E-0004bx-PM for help-gnu-emacs@gnu.org; Wed, 14 Dec 2011 06:36:18 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id 38348D236D; Wed, 14 Dec 2011 12:36:17 +0100 (CET) X-Virus-Scanned: amavisd-new at uni-koblenz.de Original-Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id E1T8tlBpWo9T; Wed, 14 Dec 2011 12:36:16 +0100 (CET) X-CHKRCPT: Envelopesender noch tassilo@member.fsf.org Original-Received: from tsdh.uni-koblenz.de (tsdh.uni-koblenz.de [141.26.67.142]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by deliver.uni-koblenz.de (Postfix) with ESMTPSA id 68EC7D2363; Wed, 14 Dec 2011 12:36:16 +0100 (CET) In-Reply-To: (Drew Adams's message of "Tue, 13 Dec 2011 20:26:57 -0800") User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.92 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 141.26.64.15 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:83202 Archived-At: "Drew Adams" writes: >> 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 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. 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. Bye, Tassilo