emacs-devel
[Top][All Lists]
Advanced

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

bug of recent-keys?


From: Kenichi Handa
Subject: bug of recent-keys?
Date: Tue, 21 Nov 2000 14:26:27 +0900 (JST)

When report-emacs-bug is called via menu-bar->Help->Send Bug Report,
This error is signaled (after I enter Subject)
        Two bases given in one event
This is because the result of (recent-keys) in this code:
  (interactive (reverse (list (recent-keys) (read-string "Bug Subject: "))))
contains this element:
        (help-echo nil nil nil nil -1)
and single-key-description signals the above error when it
gets this argument.

Is this a bug of recent-keys or single-key-description?

---
Ken'ichi HANDA
address@hidden



reply via email to

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