From mboxrd@z Thu Jan 1 00:00:00 1970 From: Allan Streib Subject: Re: long delay after selecting capture template Date: Fri, 18 Mar 2016 14:09:09 -0400 Message-ID: <87zitvk6dp.fsf@viking.dsc.soic.indiana.edu> References: <87h9g5kpf6.fsf@viking.dsc.soic.indiana.edu> <871t78d5ks.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60654) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1agypn-0005PT-QN for emacs-orgmode@gnu.org; Fri, 18 Mar 2016 14:09:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1agypi-0004Fa-EM for emacs-orgmode@gnu.org; Fri, 18 Mar 2016 14:09:15 -0400 Received: from hartman.uits.indiana.edu ([129.79.1.194]:29416) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1agypi-0004FU-9t for emacs-orgmode@gnu.org; Fri, 18 Mar 2016 14:09:10 -0400 Received: from hartman.uits.indiana.edu (hartman.uits.indiana.edu [129.79.1.194]) by mssg-relay.indiana.edu (8.14.7/8.14.4/IU Campus Communications Team) with ESMTP id u2II95Ah000376 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT) for ; Fri, 18 Mar 2016 14:09:09 -0400 Received: from viking.dsc.soic.indiana.edu (viking.dsc.soic.indiana.edu [156.56.94.68]) (authenticated bits=0) by mail-relay.iu.edu (8.14.7/8.14.4/IU Campus Communications Team) with ESMTP id u2II99pT023881 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Fri, 18 Mar 2016 14:09:09 -0400 Received: from localhost (viking.dsc.soic.indiana.edu [local]) by viking.dsc.soic.indiana.edu (OpenSMTPD) with ESMTPA id 7b332b8e for ; Fri, 18 Mar 2016 14:09:09 -0400 (EDT) In-Reply-To: <871t78d5ks.fsf@ericabrahamsen.net> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Eric Abrahamsen writes: > I guess I would `toggle-debug-on-quit', then call capture, and while > you're waiting for it to return, hit "C-g". That ought to pop up a > backtrace, and you can see what code was being executed during the > delay. It might be obvious what's wrong, or you can post the backtrace > here. I tried this but get no backtrace. Messages buffer contains: Debug on Quit enabled globally Template key: byte-code: Capture abort: (quit) At the "Template key:" prompt, I had typed t, then C-g Allan