Andreas Jaeger <aj(a)suse.de> writes:
A binary search revealed that the bug is in the function
(defun html-helper-expert-menu ()
...
The problematic line is:
(define-key html-mode-map (kbd "<M-iso-left-tab>")
'tempo-complete-tag)
I've uncommented the line for now and checked this in as a temporary
fix.
I think the psgml package needs a "requires" xemacs-base so that the
build process loads the auto-loads (which includes
read-keyboard-macro)
Jan