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: Tue, 29 Nov 2011 19:14:26 +0100 Message-ID: <87obvuyewt.fsf@thinkpad.tsdh.de> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1322590501 2536 80.91.229.12 (29 Nov 2011 18:15:01 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 29 Nov 2011 18:15:01 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Nov 29 19:14:57 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 1RVSCm-00032h-0l for geh-help-gnu-emacs@m.gmane.org; Tue, 29 Nov 2011 19:14:56 +0100 Original-Received: from localhost ([::1]:43342 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RVSCl-0004bp-HA for geh-help-gnu-emacs@m.gmane.org; Tue, 29 Nov 2011 13:14:55 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:35861) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RVSCg-0004bZ-II for help-gnu-emacs@gnu.org; Tue, 29 Nov 2011 13:14:51 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RVSCc-0001jj-H9 for help-gnu-emacs@gnu.org; Tue, 29 Nov 2011 13:14:50 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:40621) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RVSCc-0001jd-Aw for help-gnu-emacs@gnu.org; Tue, 29 Nov 2011 13:14:46 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RVSCa-0002xA-DN for help-gnu-emacs@gnu.org; Tue, 29 Nov 2011 19:14:44 +0100 Original-Received: from 91-67-11-43-dynip.superkabel.de ([91.67.11.43]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 29 Nov 2011 19:14:44 +0100 Original-Received: from tassilo by 91-67-11-43-dynip.superkabel.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 29 Nov 2011 19:14:44 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 19 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 91-67-11-43-dynip.superkabel.de User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.91 (gnu/linux) Cancel-Lock: sha1:GITgGMhgw3Kx8arvrAXMEMPWppE= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 80.91.229.12 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:83095 Archived-At: Steven Har writes: Hi Steven, > I'm using breadcrumb.el, and from time to time when exiting Emacs > there's a few seconds delay with the status area showing "Wrote > ~/.emacs.d/breadcrumb" The "wrote" (past tense) suggests that the culprit is something that happens after the breadcrumb has finished, but that's only a vague guess. Before you exit emacs, do M-x toggle-debug-on-quit RET. Then exit emacs (C-x C-c), and when you are in the seems-to-hang state, hit C-g. That will pop up a buffer showing a lisp backtrace that you can poste here and hopefully helps us finding the culprit. Bye, Tassilo