emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Eric Abrahamsen <eric@ericabrahamsen.net>
To: emacs-orgmode@gnu.org
Subject: Re: long delay after selecting capture template
Date: Thu, 24 Mar 2016 21:40:48 +0800	[thread overview]
Message-ID: <87d1qkro2n.fsf@ericabrahamsen.net> (raw)
In-Reply-To: 87io0cgg5c.fsf@viking.dsc.soic.indiana.edu

Allan Streib <astreib@indiana.edu> writes:

> Eric Abrahamsen <eric@ericabrahamsen.net> writes:
>
>> Another thing you can try is edebugging `org-capture-fill-template' and
>> stepping through it, and just see if anything weird happens. See the
>> Elisp manual for how to edebug, if you haven't before.
>>
>> Does it only happen for the "t" template? What's the "t" template look
>> like?
>
> I've really just started with org mode and task capture; so far I've
> only used the default "todo" (t) template.
>
> Debugging the function, the "stall" happens on the indicated line below,
> the call to org-get-x-clipboard with the value 'SECONDARY
>
>      [...]
>      
> 	 ;; Is the link empty?  Then we do not want it...
> 	 (v-a (if (equal v-a "[[]]") "" v-a))
> 	 (clipboards (remove nil (list v-i
> 				       (org-get-x-clipboard 'PRIMARY)
> 				       (org-get-x-clipboard 'CLIPBOARD)
> 				 >>>   (org-get-x-clipboard 'SECONDARY)  <<<
> 				       v-c)))
>
>      [...]
>
> I've heard of primary and clipboard X11 selections, but not secondary. I
> found a web post[1] suggesting it's a "near-extinct" feature.
>
> If I comment out that line the delay vanishes.

Well that's some fairly successful sleuthing. The bad news is you know
now as much as (or more than) I do about your problem, and I don't know
what to tell you from here. I'd say tell the list what system you're
using, and what desktop environment, and hope someone has some wisdom to
bestow.

Otherwise... just comment that line out.

E

  reply	other threads:[~2016-03-24 13:41 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-17 17:10 long delay after selecting capture template Allan Streib
2016-03-17 23:53 ` Eric Abrahamsen
2016-03-18 18:09   ` Allan Streib
2016-03-19 13:38     ` Eric Abrahamsen
2016-03-24 13:27       ` Allan Streib
2016-03-24 13:40         ` Eric Abrahamsen [this message]
2016-03-24 14:07         ` Eric S Fraga
2016-03-24 14:36           ` Allan Streib

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87d1qkro2n.fsf@ericabrahamsen.net \
    --to=eric@ericabrahamsen.net \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).