From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Craven <david@craven.ch> Subject: Re: [PATCH] Add tintin. Date: Fri, 19 Aug 2016 11:48:51 +0200 Message-ID: <CAL1_imktWW3QnF=4_jEtaVjDdzU6JGbK-in_t0qQtYLA5OOsgg@mail.gmail.com> References: <87r39z81zo.fsf@we.make.ritual.n0.is> <8760rbot2y.fsf@we.make.ritual.n0.is> <877fbdnne4.fsf@we.make.ritual.n0.is> <CAL1_imkP7Coo8nw+fcBFa+6LP19f-AV1feXpfYUc0SCPW4LtiQ@mail.gmail.com> <87y43tm73e.fsf@we.make.ritual.n0.is> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: <guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org> Received: from eggs.gnu.org ([2001:4830:134:3::10]:47663) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from <david@craven.ch>) id 1bagQ6-0001kT-Tp for guix-devel@gnu.org; Fri, 19 Aug 2016 05:48:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from <david@craven.ch>) id 1bagQ3-00089e-Mn for guix-devel@gnu.org; Fri, 19 Aug 2016 05:48:58 -0400 Received: from mail-yw0-x230.google.com ([2607:f8b0:4002:c05::230]:34243) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from <david@craven.ch>) id 1bagQ2-00088E-Fi for guix-devel@gnu.org; Fri, 19 Aug 2016 05:48:55 -0400 Received: by mail-yw0-x230.google.com with SMTP id z8so9777371ywa.1 for <guix-devel@gnu.org>; Fri, 19 Aug 2016 02:48:53 -0700 (PDT) In-Reply-To: <87y43tm73e.fsf@we.make.ritual.n0.is> List-Id: "Development of GNU Guix and the GNU System distribution." <guix-devel.gnu.org> List-Unsubscribe: <https://lists.gnu.org/mailman/options/guix-devel>, <mailto:guix-devel-request@gnu.org?subject=unsubscribe> List-Archive: <http://lists.gnu.org/archive/html/guix-devel/> List-Post: <mailto:guix-devel@gnu.org> List-Help: <mailto:guix-devel-request@gnu.org?subject=help> List-Subscribe: <https://lists.gnu.org/mailman/listinfo/guix-devel>, <mailto:guix-devel-request@gnu.org?subject=subscribe> Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" <guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org> To: ng0 <ng0@we.make.ritual.n0.is> Cc: guix-devel <guix-devel@gnu.org> > I usually attach the patches as files, in notmuch emacs they are saved > by pressing > . s > when in the displayed attached files part. Or what exactly do you mean? Yep that's what I mean. I'm currently doing this: Look at the patch in gmail touch 0.patch copy paste the email into 0.patch git am 0.patch copy paste again because I didn't copy the right part git am 0.patch and was wondering if there was a better way... I've read good things about emacs, but I still haven't taken the learning curve. I gave it a try a couple of weeks ago but gave up after a couple of hours =P