On Sat, 08 Apr 2000 at 19:41:29 +1000, "Peter B. West"
<pbwest(a)netscape.net> wrote:
In psgml-edit.el, the function sgml-menu-ask ends like this:
(or
(sgml-popup-menu event
title
(mapcar (function (lambda (x) (cons x x)))
tab))
(message nil))))
If I change that to:
(or
(sgml-popup-menu event
title
(mapcar (function (lambda (x) (cons x x)))
tab))
(progn (y-or-n-p "null return from sgml-popup-event")(message
nil)))))
[snip experiments]
I have to confess that I am completely baffled by this. No matter what
I try, my local XEmacs behaves in the way I would expect. Is anybody
else seeing this behavior? (Quick review: try to insert an element into
a document with psgml's "Insert" menu.) Is anybody else NOT seeing this
behavior?
And, Peter, does this happen with xemacs -vanilla too?
--
Jerry James