Re: [PATCH] emacs: Mark the quoted region during reply.

Subject: Re: [PATCH] emacs: Mark the quoted region during reply.

Date: Fri, 06 Jan 2012 23:25:35 +0200

To: David Edmondson, notmuch@notmuchmail.org

Cc:

From: Tomi Ollila


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

Thread: