From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: slow capture templates Date: Thu, 22 May 2014 18:34:27 +0200 Message-ID: <87k39dkc18.fsf@bzg.ath.cx> References: <87wqde9p1b.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50481) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WnVx2-0007QB-Oj for emacs-orgmode@gnu.org; Thu, 22 May 2014 12:34:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WnVwt-0006Dl-K4 for emacs-orgmode@gnu.org; Thu, 22 May 2014 12:34:40 -0400 Received: from mail-wg0-x229.google.com ([2a00:1450:400c:c00::229]:43456) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WnVwt-0006DZ-Ce for emacs-orgmode@gnu.org; Thu, 22 May 2014 12:34:31 -0400 Received: by mail-wg0-f41.google.com with SMTP id z12so3697278wgg.24 for ; Thu, 22 May 2014 09:34:30 -0700 (PDT) In-Reply-To: (jamil egdemir's message of "Thu, 22 May 2014 11:51:04 -0400") 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: jamil egdemir Cc: emacs-orgmode@gnu.org Hi Jamil, jamil egdemir writes: > I've pulled the latest org from git and added it to my load-path: You also need to "make" or "make autoloads". > ;; to make sure we're using the latest org checkout from git: > (add-to-list 'load-path "~/home/jegdemir/buildarea/org-mode/lisp") > (add-to-list 'load-path "~/home/jegdemir/buildarea/org-mode/contrib/lisp" t) > > and now when I evaluate org-version in my *scratch* I get: > > (org-version)"8.2.6" Please check M-x org-version RET, not just M-: (org-version) RET as it gives more information. > So it seems there is a connection with X. Mhh... `org-get-x-clipboard-compat' does not do anything fancy -- perhaps you can check whether you observe the slowliness with other Emacs features using the clipboard? -- Bastien