emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* my remember templates do not work anymore in 5.16
@ 2007-12-03 13:10 Rainer Stengele
  2007-12-03 13:49 ` Carsten Dominik
  0 siblings, 1 reply; 5+ messages in thread
From: Rainer Stengele @ 2007-12-03 13:10 UTC (permalink / raw)
  To: emacs-orgmode

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


Can anybody confirm his old remember templates still work in 5.16?

rainer

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: my remember templates do not work anymore in 5.16
  2007-12-03 13:10 my remember templates do not work anymore in 5.16 Rainer Stengele
@ 2007-12-03 13:49 ` Carsten Dominik
  2007-12-03 14:20   ` Rainer Stengele
  0 siblings, 1 reply; 5+ messages in thread
From: Carsten Dominik @ 2007-12-03 13:49 UTC (permalink / raw)
  To: Rainer Stengele; +Cc: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 335 bytes --]

On Dec 3, 2007 2:10 PM, Rainer Stengele <rainer.stengele@diplan.de> 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

[-- Attachment #1.2: Type: text/html, Size: 616 bytes --]

[-- Attachment #2: Type: text/plain, Size: 204 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: my remember templates do not work anymore in 5.16
  2007-12-03 13:49 ` Carsten Dominik
@ 2007-12-03 14:20   ` Rainer Stengele
  2007-12-03 16:26     ` James TD Smith
  0 siblings, 1 reply; 5+ messages in thread
From: Rainer Stengele @ 2007-12-03 14:20 UTC (permalink / raw)
  To: emacs-orgmode

Carsten Dominik schrieb:
> 
> 
> On Dec 3, 2007 2:10 PM, Rainer Stengele <rainer.stengele@diplan.de
> <mailto:rainer.stengele@diplan.de>> 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
>  
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Re: my remember templates do not work anymore in 5.16
  2007-12-03 14:20   ` Rainer Stengele
@ 2007-12-03 16:26     ` James TD Smith
  2007-12-03 19:06       ` Carsten Dominik
  0 siblings, 1 reply; 5+ messages in thread
From: James TD Smith @ 2007-12-03 16:26 UTC (permalink / raw)
  To: emacs-orgmode

On 2007-12-03 15:20:17(+0100), Rainer Stengele wrote:
> Carsten Dominik schrieb:
> > 
> > On Dec 3, 2007 2:10 PM, Rainer Stengele <rainer.stengele@diplan.de
> > <mailto:rainer.stengele@diplan.de>> 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 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Re: my remember templates do not work anymore in 5.16
  2007-12-03 16:26     ` James TD Smith
@ 2007-12-03 19:06       ` Carsten Dominik
  0 siblings, 0 replies; 5+ messages in thread
From: Carsten Dominik @ 2007-12-03 19:06 UTC (permalink / raw)
  To: James TD Smith; +Cc: emacs-orgmode

On 12/3/07, James TD Smith <ahktenzero@dsl.pipex.com> wrote:
> On 2007-12-03 15:20:17(+0100), Rainer Stengele wrote:
> > 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.

I believe that 5.16b works again.  But I am not totally sure it will still
do what you meant it to do, and I am very sure that it will not do
that under XEmacs, because it does not seem to have those x-...
variables.

I don't know much about the clipboard stuff, so I'd appreciate very much
if you could take a look at the modified code and make sure that it
works, also under XEmacs.

Thanks!

- Carsten

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-12-03 19:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-12-03 13:10 my remember templates do not work anymore in 5.16 Rainer Stengele
2007-12-03 13:49 ` Carsten Dominik
2007-12-03 14:20   ` Rainer Stengele
2007-12-03 16:26     ` James TD Smith
2007-12-03 19:06       ` Carsten Dominik

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).