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>---|
Show replies by date
From: Steve Youngs <youngs(a)xemacs.org>
Date: Tue, 07 Aug 2001 00:16:59 +1000
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...
There is xemacs documentation for doing patches...
Have a look at:
/usr/local/lib/xemacs-<version>/etc/BETA
And
C-h C-i standards RET m doc RET change RET
I think this was steve's answer when I asked the same question few months ago...
-jeff
|--==> "JM" == Jeff Mincy <jeff(a)delphioutpost.com> writes:
JM> OK, a quick HOWTO...
JM> There is xemacs documentation for doing patches...
JM> Have a look at:
JM> /usr/local/lib/xemacs-<version>/etc/BETA
JM> And
JM> C-h C-i standards RET m doc RET change RET
JM> I think this was steve's answer when I asked the same question few months
ago...
Yeah it probably was. Thanks for reminding me. :-)
--
|---<Steve Youngs>---------------<GnuPG KeyID: 9E7E2820>---|
| XEmacs - It's not just an editor. |
| It's a way of life. |
|------------------------------------<youngs(a)xemacs.org>---|