From: Tomi Ollila Date: Wed, 29 Oct 2014 08:50:24 +0000 (+0200) Subject: Re: [PATCH] emacs: add stash support for git send-email command line X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=05fc8f11f8dee3d387abdfccbb6a1771931879e6;p=notmuch-archives.git Re: [PATCH] emacs: add stash support for git send-email command line --- diff --git a/b9/4dca56267c474643ce1562670877be77ea7acc b/b9/4dca56267c474643ce1562670877be77ea7acc new file mode 100644 index 000000000..f934ae426 --- /dev/null +++ b/b9/4dca56267c474643ce1562670877be77ea7acc @@ -0,0 +1,74 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by olra.theworths.org (Postfix) with ESMTP id CDFCB431FC2 + for ; Wed, 29 Oct 2014 01:50:46 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0 +X-Spam-Level: +X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] + autolearn=disabled +Received: from olra.theworths.org ([127.0.0.1]) + by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id ihexXq4Nb7TD for ; + Wed, 29 Oct 2014 01:50:39 -0700 (PDT) +Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) + by olra.theworths.org (Postfix) with ESMTP id 2082B431FB6 + for ; Wed, 29 Oct 2014 01:50:39 -0700 (PDT) +Received: from guru.guru-group.fi (localhost [IPv6:::1]) + by guru.guru-group.fi (Postfix) with ESMTP id F22D0100051; + Wed, 29 Oct 2014 10:50:24 +0200 (EET) +From: Tomi Ollila +To: David Edmondson , notmuch@notmuchmail.org +Subject: Re: [PATCH] emacs: add stash support for git send-email command line +In-Reply-To: +References: <1414525138-838-1-git-send-email-jani@nikula.org> + +User-Agent: Notmuch/0.18.1+130~ga61922f (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-unknown-linux-gnu) +X-Face: HhBM'cA~ +MIME-Version: 1.0 +Content-Type: text/plain +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Wed, 29 Oct 2014 08:50:47 -0000 + +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 separate the chunks (untested). +> [lines dropped -- no way to open ;)] +> +> (Domo: Look, I managed to write 'separate', twice!) + +:D + +Tomi + +> +>> + +>> ;; Interactive part functions and their helpers +>> +>> (defun notmuch-show-generate-part-buffer (message-id nth) +>> -- +>> 2.1.1