From mboxrd@z Thu Jan 1 00:00:00 1970 From: James TD Smith Subject: Re: Re: my remember templates do not work anymore in 5.16 Date: Mon, 3 Dec 2007 16:26:07 +0000 Message-ID: <20071203162607.GB16484@yog-sothoth.internal> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IzE7e-0001Ym-8N for emacs-orgmode@gnu.org; Mon, 03 Dec 2007 11:26:18 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IzE7c-0001W6-H0 for emacs-orgmode@gnu.org; Mon, 03 Dec 2007 11:26:16 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IzE7b-0001V0-W0 for emacs-orgmode@gnu.org; Mon, 03 Dec 2007 11:26:16 -0500 Received: from 81-86-40-42.dsl.pipex.com ([81.86.40.42] helo=yog-sothoth.internal) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IzE7Y-0002sQ-LN for emacs-orgmode@gnu.org; Mon, 03 Dec 2007 11:26:13 -0500 Received: from yog-sothoth.internal (localhost [127.0.0.1]) by yog-sothoth.internal (8.13.4/8.13.4) with ESMTP id lB3GQ8xE089100 for ; Mon, 3 Dec 2007 16:26:08 GMT (envelope-from ahktenzero@dsl.pipex.com) Received: (from ahktenzero@localhost) by yog-sothoth.internal (8.13.4/8.13.4/Submit) id lB3GQ8Vt089099 for emacs-orgmode@gnu.org; Mon, 3 Dec 2007 16:26:08 GMT (envelope-from ahktenzero@dsl.pipex.com) Content-Disposition: inline In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org On 2007-12-03 15:20:17(+0100), Rainer Stengele wrote: > Carsten Dominik schrieb: > > > > On Dec 3, 2007 2:10 PM, Rainer Stengele > > wrote: > > > > Hi. > > I just noticed that my remember templates do not work anymore in 5.16. > > Error message is: > > > > > > Symbol's value as variable is void: x-last-selected-text-primary > > > > > > Hmpf, I appied a patch without checking.... > > > > Fixed in 5.16a, available now. > > > > - Carsten > > Hi Carsten, thanks for the ultra fast answer but I still ghet this: > > org-remember-apply-template: Wrong type argument: symbolp, (quote x-last-selected-text) > > Rainer What version of emacs are you using? I forgot to test the patch I submitted on XEmacs. Unless Carsten wants to try and get my X clipboard code working, I suggest the relevant lines in org-remember be changed to (v-c (if (> (length kill-ring) 0) (current-kill 0) nil)) and I'll try to come up with something which doesn't break. James