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

2009-12-03 Thread Carsten Dominik
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) |

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

2009-12-01 Thread Richard KLINDA
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 |