From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/75024 Path: news.gmane.org!not-for-mail From: Francis Moreau Newsgroups: gmane.emacs.gnus.general Subject: Sending patch with Gnus Date: Wed, 15 Dec 2010 17:05:41 +0100 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1292429174 21847 80.91.229.12 (15 Dec 2010 16:06:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 15 Dec 2010 16:06:14 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M23380@lists.math.uh.edu Wed Dec 15 17:06:06 2010 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PStrh-0003Z5-PV for ding-account@gmane.org; Wed, 15 Dec 2010 17:06:06 +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 1PStrX-0002VN-Qu; Wed, 15 Dec 2010 10:05:55 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1PStrW-0002VA-He for ding@lists.math.uh.edu; Wed, 15 Dec 2010 10:05:54 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PStrV-0007vG-BT for ding@lists.math.uh.edu; Wed, 15 Dec 2010 10:05:54 -0600 Original-Received: from mail-ww0-f48.google.com ([74.125.82.48]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1PStrU-00039q-I9 for ding@gnus.org; Wed, 15 Dec 2010 17:05:52 +0100 Original-Received: by wwd20 with SMTP id 20so1391749wwd.5 for ; Wed, 15 Dec 2010 08:05:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :message-id:user-agent:mime-version:content-type; bh=9XZzuzxfCtflGHmALUlGoY+qyWtm38GIhUwRT1SJA9A=; b=Tr4lTdYZnGDQWC5s+J6r1PGRxLhXsA7YsY1qpxVgJMMp00du4EqGxgqRl8wsr2V5Y8 EHCQVgLy9liDodLekiePaB77poBNOM9WttJsDBWXUAm1XjLTZPg1uGyMmX7wph/2Mh65 ZKFrFZB4T4dN+0wefbN5bFPLZtv93sytHw1P8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:message-id:user-agent:mime-version :content-type; b=cEWDwYXsttKRceqDZzYkIBhUbRRuahKpDBgZOBCh/24EQMDMy+6SwkR+8A+dgk6Na0 GJxhIJTxHpl9bGiQbrQVmopsspoc80fu8O44fAzgNWF+v7QZo5DefMx3ihk7YEAXb+h1 OCpVjkk5gkSmWs2SfGBuR7D64B9pYQU+yIGeM= Original-Received: by 10.227.141.197 with SMTP id n5mr1923154wbu.100.1292429146908; Wed, 15 Dec 2010 08:05:46 -0800 (PST) Original-Received: from localhost (au213-1-82-235-205-153.fbx.proxad.net [82.235.205.153]) by mx.google.com with ESMTPS id m10sm4728675wbc.22.2010.12.15.08.05.44 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 15 Dec 2010 08:05:45 -0800 (PST) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Spam-Score: -3.0 (---) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:75024 Archived-At: Hello, Since Gnus is using Git as SCM, I'm wondering if some of you have a magical function that can be used to send patch easily. For example, git-format-patch(1) generates a patch with all header fields set up such as "Subject, From..." and I'd like to create a new mail automatically from the generated patch using the header fields in the patch. Currently I'm starting a new mail and in the message body I'm inserting the output from git-format-patch(1) and then I do some clean up _manually_. Using git-send-email(1) with its ton of options is too complex for me when I need to send only 1 patch. I'm too bad with elisp to write my own function so I'm asking just in case. Thanks -- Francis