From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: Re: Apply Guix patches from debbugs Date: Wed, 24 Jul 2019 19:09:54 +0200 Message-ID: <87muh3we8t.fsf@gnu.org> References: <87o91v7ela.fsf@ambrevar.xyz> <87h87i7dny.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:48281) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hqKm6-000245-H2 for guix-devel@gnu.org; Wed, 24 Jul 2019 13:09:59 -0400 In-Reply-To: <87h87i7dny.fsf@gmail.com> (Chris Marusich's message of "Thu, 18 Jul 2019 23:15:45 -0700") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Chris Marusich Cc: Guix-devel Chris Marusich skribis: > In Gnus, I press "#" to mark one or more messages with the "process > mark" ((gnus) Other Marks), then I press "|" (gnus-summary-pipe-output), > then I type "(cd ~/guix && git am)" to cd to my Guix checkout and apply > the patches. This works pretty well for me. Same here! > I'm not sure if the parentheses in the "git am" command are required, > but I do it out of habit. I suppose if I were doing this on a daily > basis, I would create some sort of function or macro to do it all in one > keystroke, but honestly I just type it out when I need to do it, so I > haven't thought about how to make it more automatic. The parens are not required because Emacs does =E2=80=9Csh -c 'what you typ= e=E2=80=A6'=E2=80=9D. Ludo=E2=80=99.