From: Richard Stallman <rms@gnu.org>
Cc: emacs-devel@gnu.org
Subject: Re: general-purpose.el - a general-forms-resource-utility
Date: Fri, 07 Jul 2006 00:14:59 -0400 [thread overview]
Message-ID: <E1Fyhk3-0000hA-3E@fencepost.gnu.org> (raw)
In-Reply-To: <44ACE1B5.10909@easy-emacs.de> (message from Andreas Roehler on Thu, 06 Jul 2006 12:11:01 +0200)
Just today I saw
(defun region-around-match (&optional n)
(set-mark (match-beginning n))
(goto-char (match-end n)))
(defun region-to-string ()
(buffer-substring (min (point) (mark)) (max (point) (mark))))
in mlsupport.el.
These are not useful. There are other good ways to do these things.
next prev parent reply other threads:[~2006-07-07 4:14 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-07-06 10:11 general-purpose.el - a general-forms-resource-utility Andreas Roehler
2006-07-06 19:57 ` Eli Zaretskii
2006-07-06 20:34 ` Lennart Borgman
2006-07-07 6:13 ` Andreas Roehler
2006-07-07 4:14 ` Richard Stallman [this message]
2006-07-07 6:32 ` Andreas Roehler
2006-07-07 7:55 ` Thien-Thi Nguyen
2006-07-07 8:50 ` Andreas Roehler
2006-07-07 16:04 ` Thien-Thi Nguyen
2006-07-08 1:12 ` Richard Stallman
2006-07-07 4:15 ` Richard Stallman
2006-07-07 7:08 ` Andreas Roehler
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1Fyhk3-0000hA-3E@fencepost.gnu.org \
--to=rms@gnu.org \
--cc=emacs-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.