[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: tramp (2.0.38); error on kill-emacs
From: |
Michael Albinus |
Subject: |
Re: tramp (2.0.38); error on kill-emacs |
Date: |
Tue, 06 Jan 2004 22:50:18 +0100 |
User-agent: |
Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3.50 (gnu/linux) |
Matt Swift <address@hidden> writes:
> I'm getting the following error sometimes at `kill-emacs'. This is a
> backtrace.
[...]
> Debugger entered--Lisp error: (wrong-type-argument integerp nil)
> char-equal(nil 63)
> (or (char-equal (funcall ... last-input-event) 63) (char-equal (funcall ...
> last-input-event) 9) (char-equal (funcall ... last-input-event) 32))
> (and (functionp (quote event-to-character)) (not (event-modifiers
> last-input-event)) (or (char-equal ... 63) (char-equal ... 9) (char-equal ...
> 32)))
Oops. It shouldn't go here in case of Emacs (but XEmacs). Fixed in CVS.
Thanx for the bug report, and best regards, Michael.