* Adrian Aichner <adrian(a)xemacs.org> writes:
> On Sat, Apr 02 2005, Adrian Aichner wrote:
2004-08-30 Katsumi Yamaoka <yamaoka(a)jpl.org>
<24 lines deleted by Adrian Aichner>
* gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
"Unrecognized menu descriptor" error in XEmacs.
And sure enough, applying this minimalistic patch to
xemacs-packages/gnus fixes the problem for me:
Index: gnus-sum.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/gnus/lisp/gnus-sum.el,v
retrieving revision 1.6
diff -u -u -r1.6 gnus-sum.el
--- gnus-sum.el 13 Mar 2005 00:23:28 -0000 1.6
+++ gnus-sum.el 2 Apr 2005 15:25:15 -0000
@@ -2250,7 +2250,7 @@
,@(if (featurep 'xemacs) '(t)
'(:help "Generate and print a PostScript image"))])
("Copy, move,... (Backend)"
- ,@(if (featurep 'xemacs) '(t)
+ ,@(if (featurep 'xemacs) nil
'(:help "Copying, moving, expiring articles..."))
["Respool article..." gnus-summary-respool-article t]
["Move article..." gnus-summary-move-article
Steve, could you please review your gnus xemacs package sync to make
sure there aren't other things that were missed? Do you know why this
change from 2004-08-30 did not make it over in your sync?
I sure do. The reason it didn't get sync'd is because this change is
_NOT_ present in the upstream 5.10 branch (where I sync'd from). I'm
committing to XE CVS in just a minute.
Katsumi, could you please commit this change to the 5.10 branch.
Thanks.
Adrian, thank you very much for your excellent sleuthing.
--
|---<Steve Youngs>---------------<GnuPG KeyID: A94B3003>---|
| I am Dyslexic of Borg. |
| Fusistance is retile. Your arse will be laminated. |
|------------------------------------<steve(a)sxemacs.org>---|