unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
From: Tomi Ollila <tomi.ollila@iki.fi>
To: David Edmondson <dme@dme.org>, notmuch@notmuchmail.org
Subject: Re: [PATCH] emacs: Mark the quoted region during reply.
Date: Fri, 06 Jan 2012 23:25:35 +0200	[thread overview]
Message-ID: <yf68vlkjzg0.fsf@taco2.nixu.fi> (raw)
In-Reply-To: <1325844220-1949-1-git-send-email-dme@dme.org>

On Fri,  6 Jan 2012 10:03:40 +0000, David Edmondson <dme@dme.org> wrote:
> Mark the quoted region of text during a reply, making it easy for the
> user to delete it quickly.
> ---

+1

Tomi

>  emacs/notmuch-mua.el |    3 ++-
>  1 files changed, 2 insertions(+), 1 deletions(-)
> 
> diff --git a/emacs/notmuch-mua.el b/emacs/notmuch-mua.el
> index 7114e48..32e2e30 100644
> --- a/emacs/notmuch-mua.el
> +++ b/emacs/notmuch-mua.el
> @@ -108,7 +108,8 @@ list."
>      (if (re-search-backward message-signature-separator nil t)
>  	  (forward-line -1)
>        (goto-char (point-max)))
> -    (insert body))
> +    (insert body)
> +    (push-mark))
>    (set-buffer-modified-p nil)
>  
>    (message-goto-body))
> -- 
> 1.7.7.3

  parent reply	other threads:[~2012-01-06 21:25 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-06 10:03 [PATCH] emacs: Mark the quoted region during reply David Edmondson
2012-01-06 16:49 ` Xavier Maillard
2012-01-06 21:25 ` Tomi Ollila [this message]
2012-01-10 10:38 ` David Bremner

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

  List information: https://notmuchmail.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=yf68vlkjzg0.fsf@taco2.nixu.fi \
    --to=tomi.ollila@iki.fi \
    --cc=dme@dme.org \
    --cc=notmuch@notmuchmail.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 public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).