Re: [PATCH] emacs: Add customization group for replying
authorTomi Ollila <tomi.ollila@iki.fi>
Tue, 4 Sep 2012 09:13:34 +0000 (12:13 +0300)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:49:21 +0000 (09:49 -0800)
13/ad49d52a8f607bc9ba3c9b2f1c3938dcd87946 [new file with mode: 0644]

diff --git a/13/ad49d52a8f607bc9ba3c9b2f1c3938dcd87946 b/13/ad49d52a8f607bc9ba3c9b2f1c3938dcd87946
new file mode 100644 (file)
index 0000000..75bcf68
--- /dev/null
@@ -0,0 +1,93 @@
+Return-Path: <tomi.ollila@iki.fi>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 58A1B431FB6\r
+       for <notmuch@notmuchmail.org>; Tue,  4 Sep 2012 02:13:29 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
+       autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id pfS0mxvTDn7W for <notmuch@notmuchmail.org>;\r
+       Tue,  4 Sep 2012 02:13:28 -0700 (PDT)\r
+Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
+       by olra.theworths.org (Postfix) with ESMTP id 420E6431FAF\r
+       for <notmuch@notmuchmail.org>; Tue,  4 Sep 2012 02:13:28 -0700 (PDT)\r
+Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
+       by guru.guru-group.fi (Postfix) with ESMTP id A037D1000E5;\r
+       Tue,  4 Sep 2012 12:13:34 +0300 (EEST)\r
+From: Tomi Ollila <tomi.ollila@iki.fi>\r
+To: Michal Sojka <sojkam1@fel.cvut.cz>, notmuch@notmuchmail.org\r
+Subject: Re: [PATCH] emacs: Add customization group for replying\r
+In-Reply-To: <87vcfu2qap.fsf@steelpick.2x.cz>\r
+References: <1343311113-22171-1-git-send-email-sojkam1@fel.cvut.cz>\r
+       <87vcfu2qap.fsf@steelpick.2x.cz>\r
+User-Agent: Notmuch/0.14+11~gd9bf007 (http://notmuchmail.org) Emacs/24.2.1\r
+       (x86_64-unknown-linux-gnu)\r
+X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
+       $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
+       !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
+Date: Tue, 04 Sep 2012 12:13:34 +0300\r
+Message-ID: <m2ligqnoap.fsf@guru.guru-group.fi>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Tue, 04 Sep 2012 09:13:29 -0000\r
+\r
+On Tue, Sep 04 2012, Michal Sojka <sojkam1@fel.cvut.cz> wrote:\r
+\r
+> On Thu, Jul 26 2012, Michal Sojka wrote:\r
+>> When one wants to customize the format of reply message, there nothing\r
+>> to tell the user how to do it.  Without knowing that construction of\r
+>> reply buffer is actually implemented in the message package, it seems\r
+>> that replying cannot be customized.\r
+>>\r
+>> Because I was getting annoyed by the empty line the between citation\r
+>> line and the quoted message, I figured out that changing this is fairly\r
+>> easy when one knows what to customize.\r
+>>\r
+>> This patch adds notmuch-reply customization group that that contains\r
+>> references to the relevant customization options. The new group is easy\r
+>> to find as it is shown as a result of running "M-x customize-group RET\r
+>> notmuch RET".\r
+>\r
+> Ping.\r
+>\r
+> Any objections against applying?\r
+\r
+Nobody dares to say anything due to infamiliriaty of this spesific case ;/.\r
+\r
+I could not find any reference this has been made before.\r
+\r
+I could not find any discussion about this issue.\r
+\r
+With little effort I could not extract the customization tree to\r
+stdout I could have attempted to grep whether there is same variable\r
+in many groups.\r
+\r
+The code in custom.el & cus-edit.el is so complex I could not figure\r
+out whether there is any problems having variable in many groups\r
+(put apparently the changed variable is not written twice to the\r
+customization block).\r
+\r
+I do like the feature but with this knowledge I have I just cannot \r
+promote applying (I sure am not against :)\r
+\r
+> -Michal\r
+\r
+Tomi\r