On 03 Mar 2002, Adrian.Aichner(a)t-online.de wrote:
>>>>> "Jeff" == Jeff Mincy
<mincy(a)rcn.com> writes:
Jeff> When clicking on the toolbar colors I get:
Hi Jeff,
what exactlty did you do to get this problem?
Is it reproducible in xemacs -vanilla?
Yes, (I had to remember to take out my patch though).
What version of XEmacs are you using?
What is your version of
(package-get-package-provider 'xpm-mode)
(text-modes "1.32")
text-modes 1.38 xemacs 21.4.6 on windows build.
It is fine on Unix.
So, there may be an underlying toolbar issue on windows.
All these questions would be answered by a proper
M-x report-emacs-bug
Yea, well, I already had the patch...
-jeff
Adrian
Jeff> Signaling: (wrong-type-argument toolbar-button-p nil)
Jeff> toolbar-button-help-string(nil)
Jeff> xpm-toolbar-select-colour(#<misc-user-event (call-interactively (lambda
(event) (interactive "e") (xpm-toolbar-select-colour event "C")))>
"C")
Jeff> (lambda (event) (interactive "e") (xpm-toolbar-select-colour
event "C"))(#<misc-user-event (call-interactively (lambda (event)
(interactive "e") (xpm-toolbar-select-colour event "C")))>)
Jeff> call-interactively((lambda (event) (interactive "e")
(xpm-toolbar-select-colour event "C")))
Jeff> When opening a non existent file, fubar.xpm, xpm-mode goes into an
Jeff> infinite while loop in xpm-init.
Jeff> I'm sending a patch.
Jeff> -jeff