From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/85689 Path: news.gmane.org!not-for-mail From: Daiki Ueno Newsgroups: gmane.emacs.gnus.general Subject: Re: git am/send-email support? Date: Mon, 02 Feb 2015 17:11:29 +0900 Message-ID: <877fw0lolq.fsf-ueno@gnu.org> References: <87vbjqmiiw.fsf@building.gnus.org> <87386t9xdc.fsf@randomsample.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1422864782 11118 80.91.229.3 (2 Feb 2015 08:13:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 2 Feb 2015 08:13:02 +0000 (UTC) Cc: Lars Ingebrigtsen , ding@gnus.org To: David Engster Original-X-From: ding-owner+M33928@lists.math.uh.edu Mon Feb 02 09:13:01 2015 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YIC7w-0005v8-B7 for ding-account@gmane.org; Mon, 02 Feb 2015 09:13:00 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1YIC6t-0005r0-LL; Mon, 02 Feb 2015 02:11:55 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES128-SHA:128) (Exim 4.63) (envelope-from ) id 1YIC6p-0005qn-Nx for ding@lists.math.uh.edu; Mon, 02 Feb 2015 02:11:51 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.84) (envelope-from ) id 1YIC6k-0002MJ-UY for ding@lists.math.uh.edu; Mon, 02 Feb 2015 02:11:51 -0600 Original-Received: from fencepost.gnu.org ([208.118.235.10] ident=Debian-exim) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1YIC6f-0002qO-K3; Mon, 02 Feb 2015 09:11:42 +0100 Original-Received: from du-a.org ([2001:e41:db5e:fb14::1]:51870 helo=localhost.localdomain) by fencepost.gnu.org with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1YIC6b-0002Hi-3i; Mon, 02 Feb 2015 03:11:37 -0500 In-Reply-To: <87386t9xdc.fsf@randomsample.de> (David Engster's message of "Thu, 29 Jan 2015 20:53:51 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-Spam-Score: -7.9 (-------) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:85689 Archived-At: David Engster writes: > Well, here's mine: > > (defvar DE-gnus-git-directories > '(("cedet" "~/cedet-git") > ("emacs" "~/emacs-git")) > "Name and directory for git projects.") > > (defvar DE-gnus-git-last-dir nil) > > (defun DE-gnus-apply-git-patch () > "Run git-am on currently visible mail or posting." Thank you, working nicely! Lars Ingebrigtsen writes: > I have the following in my .gnus.el: > > (setq gnus-summary-pipe-output-default-command "patch > --no-backup-if-mismatch -l -f -d ~/pgnus/lisp") > > And I just edit the path to point at the right thing I want to patch, > which varies from time to time. This looks also useful, thanks. Maybe I could set the directory path through a group parameter to fully automate it. Regards, -- Daiki Ueno