[PATCH] emacs: add stash support for git send-email command line

2014-10-30 Thread David Edmondson
On Wed, Oct 29 2014, Jani Nikula wrote: >>> +(defun notmuch-show-stash-git-send-email () >>> + "Copy From/To/Cc/Message-Id of current message to kill-ring in a form >>> suitable for pasting to git send-email command line." >>> + (interactive) >>> + (notmuch-common-do-stash >>> + (concat >>>

Re: [PATCH] emacs: add stash support for git send-email command line

2014-10-30 Thread David Edmondson
On Wed, Oct 29 2014, Jani Nikula wrote: +(defun notmuch-show-stash-git-send-email () + Copy From/To/Cc/Message-Id of current message to kill-ring in a form suitable for pasting to git send-email command line. + (interactive) + (notmuch-common-do-stash + (concat +

[PATCH] emacs: add stash support for git send-email command line

2014-10-29 Thread Jani Nikula
On Wed, 29 Oct 2014, David Edmondson wrote: > On Tue, Oct 28 2014, Jani Nikula wrote: >> Stash From/To/Cc as --to/--to/--cc, respectively, and Message-Id as >> --in-reply-to, suitable for pasting to git send-email command line. >> --- >> emacs/notmuch-show.el | 25 + >> 1

[PATCH] emacs: add stash support for git send-email command line

2014-10-29 Thread Tomi Ollila
On Wed, Oct 29 2014, David Edmondson wrote: > [lines dropped -- no way to open ;)] > space. Maybe that's because you need it in the following function to > separate the from/to/cc elements? That kind of interaction between the > two functions is icky. > [lines dropped -- no way to open ;)] > to

[PATCH] emacs: add stash support for git send-email command line

2014-10-29 Thread David Edmondson
On Tue, Oct 28 2014, Jani Nikula wrote: > Stash From/To/Cc as --to/--to/--cc, respectively, and Message-Id as > --in-reply-to, suitable for pasting to git send-email command line. > --- > emacs/notmuch-show.el | 25 + > 1 file changed, 25 insertions(+) > > diff --git

Re: [PATCH] emacs: add stash support for git send-email command line

2014-10-29 Thread Tomi Ollila
On Wed, Oct 29 2014, David Edmondson d...@dme.org wrote: [lines dropped -- no way to open ;)] space. Maybe that's because you need it in the following function to separate the from/to/cc elements? That kind of interaction between the two functions is icky. [lines dropped -- no way to open

Re: [PATCH] emacs: add stash support for git send-email command line

2014-10-29 Thread Jani Nikula
On Wed, 29 Oct 2014, David Edmondson d...@dme.org wrote: On Tue, Oct 28 2014, Jani Nikula wrote: Stash From/To/Cc as --to/--to/--cc, respectively, and Message-Id as --in-reply-to, suitable for pasting to git send-email command line. --- emacs/notmuch-show.el | 25 +

[PATCH] emacs: add stash support for git send-email command line

2014-10-28 Thread Jani Nikula
Stash From/To/Cc as --to/--to/--cc, respectively, and Message-Id as --in-reply-to, suitable for pasting to git send-email command line. --- emacs/notmuch-show.el | 25 + 1 file changed, 25 insertions(+) diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el index