Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / d0 / d90efcd7d558cbac108204182c21116ca92257
1 Return-Path: <pieter@praet.org>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 1C7CD431FBD\r
6         for <notmuch@notmuchmail.org>; Wed, 18 Jan 2012 02:02:06 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.7\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id zgUShvARq+wd for <notmuch@notmuchmail.org>;\r
16         Wed, 18 Jan 2012 02:02:05 -0800 (PST)\r
17 Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com\r
18         [209.85.212.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 8070D431FAE\r
21         for <notmuch@notmuchmail.org>; Wed, 18 Jan 2012 02:02:05 -0800 (PST)\r
22 Received: by wibhr12 with SMTP id hr12so4261909wib.26\r
23         for <notmuch@notmuchmail.org>; Wed, 18 Jan 2012 02:02:04 -0800 (PST)\r
24 Received: by 10.180.85.4 with SMTP id d4mr35009013wiz.0.1326880924102;\r
25         Wed, 18 Jan 2012 02:02:04 -0800 (PST)\r
26 Received: from localhost ([109.131.97.13])\r
27         by mx.google.com with ESMTPS id g12sm53452014wiw.10.2012.01.18.02.02.01\r
28         (version=TLSv1/SSLv3 cipher=OTHER);\r
29         Wed, 18 Jan 2012 02:02:02 -0800 (PST)\r
30 From: Pieter Praet <pieter@praet.org>\r
31 To: Austin Clements <amdragon@MIT.EDU>\r
32 Subject: Re: [PATCH v4] emacs: logically group def{custom,face}s\r
33 In-Reply-To: <20120116191622.GB16740@mit.edu>\r
34 References: <871ur02awi.fsf@praet.org>\r
35         <1326710313-21417-1-git-send-email-pieter@praet.org>\r
36         <20120116191622.GB16740@mit.edu>\r
37 User-Agent: Notmuch/0.11+86~g67f4140 (http://notmuchmail.org) Emacs/23.3.1\r
38         (x86_64-unknown-linux-gnu)\r
39 Date: Wed, 18 Jan 2012 11:00:14 +0100\r
40 Message-ID: <87ipk98h5d.fsf@praet.org>\r
41 MIME-Version: 1.0\r
42 Content-Type: text/plain; charset=us-ascii\r
43 Cc: Notmuch Mail <notmuch@notmuchmail.org>\r
44 X-BeenThere: notmuch@notmuchmail.org\r
45 X-Mailman-Version: 2.1.13\r
46 Precedence: list\r
47 List-Id: "Use and development of the notmuch mail system."\r
48         <notmuch.notmuchmail.org>\r
49 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
51 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
52 List-Post: <mailto:notmuch@notmuchmail.org>\r
53 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
54 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
56 X-List-Received-Date: Wed, 18 Jan 2012 10:02:06 -0000\r
57 \r
58 On Mon, 16 Jan 2012 14:16:22 -0500, Austin Clements <amdragon@MIT.EDU> wrote:\r
59 > LGTM.\r
60\r
61 > Quoth Pieter Praet on Jan 16 at 11:38 am:\r
62 > > - Add `notmuch-send' to the `message' group, as per Austin's\r
63 > >   recommendation [1].\r
64\r
65 > This is actually the reverse of what I was suggesting (though is also\r
66 > reasonable).  Since notmuch uses message-mode, I was saying that the\r
67 > notmuch group (or the notmuch-send group) should link to the message\r
68 > group.  That way, if you customize-group notmuch, you get all of the\r
69 > options that affect notmuch, even those that aren't strictly notmuch\r
70 > variables.\r
71 \r
72 Sorry, failed to mention;  I tried that, but the additional\r
73 \r
74   :link '(custom-group-link :tag "Message" message)\r
75 \r
76 didn't seem all that useful compared to (or combined with)\r
77 adding `message' as parent group to `notmuch-send':\r
78 \r
79   #+begin_example\r
80     Parent groups: Message Notmuch\r
81 \r
82     /- Notmuch Send group: Sending messages from Notmuch.--------------------\\r
83           State: something in this group has been changed outside customize.\r
84   #+end_example\r
85 \r
86 vs.\r
87 \r
88   #+begin_example\r
89     Parent groups: Message Notmuch\r
90 \r
91     /- Notmuch Send group: Sending messages from Notmuch.--------------------\\r
92           State: something in this group has been changed outside customize.\r
93           See also Message.\r
94   #+end_example\r
95 \r
96 ... so I ripped it out again.  Should I add it back?\r
97 \r
98 \r
99 Peace\r
100 \r
101 -- \r
102 Pieter\r