emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] [BUG] read-char arguments: XEmacs incompatibility


From: Carsten Dominik
Subject: Re: [Orgmode] [BUG] read-char arguments: XEmacs incompatibility
Date: Thu, 3 Dec 2009 12:47:57 +0100

Fixed, thanks.

- Carsten

On Dec 1, 2009, at 8:46 PM, Richard KLINDA wrote:

In org-clock.el there is a call to read-char with 3 arguments, but
XEmacs's version only takes 0 arguments, so it signals error (upon using
org-clock-in, for example).

,----
|             (let (char-pressed)
|               (while (null char-pressed)
|                 (setq char-pressed
|                       (read-char (concat (funcall prompt-fn clock)
|                                          " [(kK)eep (sS)ubtract (C)ancel]? ")
|                                  nil 45)))
|               char-pressed))))
`----

--
Udv, Richard


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

- Carsten







reply via email to

[Prev in Thread] Current Thread [Next in Thread]