Hello
insert-kbd-macro
inserts the following structure:
(defalias 'hello2
(read-kbd-macro "C-k C-y"))
So I would find it very nifty to have
(Defun hello2 ()
(interactive)
(kill-line)
(yank))
Instead.
I had a look at
(defun format-kbd-macro
But don't know how to proceed.
Anybody knows about that?
Uwe Brauer
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta