This bug report will be sent to the XEmacs Development Team,
not to your local site managers!!
Please write in English, because the XEmacs maintainers do not have
translators to read other languages for them.
In XEmacs 21.1 (patch 12) "Channel Islands" [Lucid] (i386-pc-win32) of Sat Sep
16 2000 on ZJ75T
configured using `configure UNKNOWN'
Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:
This is what I get in vanilla XEmacs 21.1.12 and vanilla XEmacs
21.2-cvs:
Here's my query-replace-keymap:
(map-keymap
(function
(lambda (key-description-list binding)
(princ (format ":%S:%S:\n" key-description-list binding))))
query-replace-map)
;;; output of 21.1.12 vanilla:
:\,:act-and-show:
:f1:help:
:y:act:
:delete:skip:
:\?:help:
:\.:act-and-exit:
:^:backup:
:Y:act:
:return:exit:
:(control g):quit:
:(control r):edit:
:(control \]):quit:
:(control h):help:
:(control l):recenter:
:(control w):delete-and-edit:
:q:exit:
:!:automatic:
:n:skip:
:escape:exit-prefix:
:help:help:
:backspace:skip:
:space:act:
:N:skip:
nil
;;; output of 21.2-cvs vanilla:
:\,:act-and-show:
:f1:help:
:y:act:
:delete:skip:
:\?:help:
:\.:act-and-exit:
:^:backup:
:Y:act:
:return:exit:
:(control g):quit:
:(control r):edit:
:(control \]):quit:
:(control h):help:
:(control l):recenter:
:(control w):delete-and-edit:
:q:exit:
:!:automatic:
:n:skip:
:escape:exit-prefix:
:help:help:
:backspace:skip:
:space:act:
:N:skip:
nil
And here's the problem:
;;; Set last-kbd-macro:
(setq last-kbd-macro (read-kbd-macro "ping C-x q SPC pong RET"))
;;; Call macro ten times and try answering (in order) C-h, DEL, BS,
;;; y, n, SPC, q
(call-last-kbd-macro 10)
You shall note that (contrary to the help provided) DEL is being
ignored (BS too)!
Any ideas what's wrong?
Best regards,
Adrian
Recent keystrokes:
<lines deleted by Adrian>
Recent messages (most recent first):
<lines deleted by Adrian>
--
Adrian Aichner <adrian(a)xemacs.org>
Show replies by date