all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Juri Linkov <juri@jurta.org>
To: "Lennart Borgman \(gmail\)" <lennart.borgman@gmail.com>
Cc: Sacha Chua <sacha@free.net.ph>, Ryan Yeske <rcyeske@gmail.com>,
	emacs-devel@gnu.org
Subject: Re: remember-region should be autoloaded
Date: Sun, 23 Dec 2007 19:51:12 +0200	[thread overview]
Message-ID: <87tzm9xptb.fsf@jurta.org> (raw)
In-Reply-To: <4768FD4B.2060809@gmail.com> (Lennart Borgman's message of "Wed,  19 Dec 2007 12:15:23 +0100")

> However there is a small bug in remember in the way it handles the
> region. Beside that it would be nice if it used the region when it is
> visible. Something like this in the beginning of remember:
>
> (defun remember (&optional initial)
>   "Remember an arbitrary piece of data.
> With a prefix or a visible region, uses the region as INITIAL."
>   (interactive
>    (list (when (or current-prefix-arg
>                    (and mark-active
>                         transient-mark-mode))
>            (buffer-substring-noproperties
>             (region-beginning) (region-end)))))

This is nice, but what was the conclusion about adding a special function
to check the active region with just one function call?

-- 
Juri Linkov
http://www.jurta.org/emacs/

  parent reply	other threads:[~2007-12-23 17:51 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-19 10:40 remember-region should be autoloaded Ryan Yeske
2007-12-19 11:15 ` Lennart Borgman (gmail)
2007-12-19 12:47   ` Leo
2008-01-08  1:34     ` Michael Olson
2007-12-23 17:51   ` Juri Linkov [this message]
2007-12-23 18:04     ` Lennart Borgman (gmail)
2007-12-24 13:31     ` Richard Stallman

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=87tzm9xptb.fsf@jurta.org \
    --to=juri@jurta.org \
    --cc=emacs-devel@gnu.org \
    --cc=lennart.borgman@gmail.com \
    --cc=rcyeske@gmail.com \
    --cc=sacha@free.net.ph \
    /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.