>>>> "jpw" == John Paul Wallington
<jpw(a)shootybangbang.com> writes:
jpw> Kai Grossjohann has extended the function mark-paragraph in CVS GNU
jpw> Emacs so that it can mark more than one paragraph.
jpw> This is neat, and I think it would be neat if XEmacs had the same
jpw> functionality. In terms of testing, I've dorked about with it without
jpw> being unduly surprised.
jpw> Also, I modified the doc-string from:
jpw> "Put point at beginning of this paragraph, mark at end.
jpw> The paragraph marked is the one that contains point or follows point.
jpw> With argument ARG, puts mark at end of a following paragraph, so that
jpw> the number of paragraphs marked equals ARG.
jpw> If ARG is negative, point is put at end of this paragraph, mark is put
jpw> at beginning of this or a previous paragraph."
jpw> to:
jpw> "Put point at beginning of this paragraph, mark at end.
jpw> The paragraph marked is the one that contains point or follows point.
jpw> With arg N, puts mark at end of following N paragraphs;
jpw> negative arg -N means point is put at end of this paragraph, mark is put
jpw> at beginning of this or a previous paragraph."
jpw> --- lisp/ChangeLog.orig Tue Dec 4 09:24:09 2001
jpw> +++ lisp/ChangeLog Tue Dec 4 09:25:15 2001
jpw> @@ -0,0 +1,5 @@
jpw> +2001-12-04 John Paul Wallington <jpw(a)shootybangbang.com>
jpw> +
jpw> + * paragraphs.el (mark-paragraph): synched with FSF;
jpw> + added optional argument.
jpw> +
Hi John,
Please provide verbatim ChangeLog entries in the future.
May I suggest you give Didier Verna's excellent patcher.el a
test-drive.
It's part of the xemacs-devel package.
Just do
M-x customize-group RET patcher RET
Do some catch-all setups in the default group, then define your
"Projects" (works great for projects other than XEmacs too!).
Now you can
M-x patcher-mail
or even
M-x patcher-mail-subproject
Appropriate ChangeLogs will automatically be found and generically
modified (according to M-x patch-to-change-log).
You just edit them to your liking, insert them into the
*mail to xmacs-patches ...* buffer with
C-c C-p i
and send off the mail.
You'll love it!
Best regards,
Adrian
jpw> --
jpw> John Paul Wallington
--
Adrian Aichner
mailto:adrian@xemacs.org
http://www.xemacs.org/