emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: general-purpose.el - a general-forms-resource-utility


From: Richard Stallman
Subject: Re: general-purpose.el - a general-forms-resource-utility
Date: Fri, 07 Jul 2006 00:14:59 -0400

    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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]