INFO REQUESTED
|--==> "SK" == Stefan Kamphausen <kamphausen(a)novelscience.com> writes:
SK> Then I have to apologise for not sending a real patch. The point
SK> simply is that I'm not familiar with creating/sending/using patches. I
SK> looked through the archives of the xemacs-patch mailinglist to find a
SK> quick HOWTO guide, but to no result.
OK, a quick HOWTO...
1) backup the original file
cp func-menu.el func-menu.el.orig
2) hack func-menu.el to your heart's content
3) create a patch using 'diff'
diff -u func-menu.el.orig func-menu.el > my-func-menu.diff
4) email 'my-func-menu.diff' to <xemacs-patches(a)xemacs.org> together
with a plain text ChangeLog entry (just check existing ChangeLog
entries to give you an idea as to how they are written).
SK> So I provide the code by cutting the neighbouring parts from the
SK> original func-menu.el (Version 2.65).
Could you please try to make a patch by following my steps above and
send that to <xemacs-patches(a)xemacs.org>.
If you have any problems with doing that, feel free to send me
directly your new func-menu.el (the whole file).
--
|---<Steve Youngs>---------------<GnuPG KeyID: 9E7E2820>---|
| XEmacs - It's not just an editor. |
| It's a way of life. |
|------------------------------------<youngs(a)xemacs.org>---|