Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 252CE431FAF for ; Thu, 19 Jan 2012 11:12:36 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id eSzV4jn851qQ for ; Thu, 19 Jan 2012 11:12:35 -0800 (PST) Received: from mail-we0-f181.google.com (mail-we0-f181.google.com [74.125.82.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 79E5A431FAE for ; Thu, 19 Jan 2012 11:12:35 -0800 (PST) Received: by werp13 with SMTP id p13so271324wer.26 for ; Thu, 19 Jan 2012 11:12:34 -0800 (PST) Received: by 10.216.140.15 with SMTP id d15mr1152676wej.16.1327000354092; Thu, 19 Jan 2012 11:12:34 -0800 (PST) Received: from localhost ([109.131.97.13]) by mx.google.com with ESMTPS id ex2sm995377wib.1.2012.01.19.11.12.32 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 19 Jan 2012 11:12:32 -0800 (PST) From: Pieter Praet To: Austin Clements Subject: Re: [PATCH v4] emacs: logically group def{custom,face}s In-Reply-To: <20120118184408.GD16740@mit.edu> References: <871ur02awi.fsf@praet.org> <1326710313-21417-1-git-send-email-pieter@praet.org> <20120116191622.GB16740@mit.edu> <87ipk98h5d.fsf@praet.org> <20120118184408.GD16740@mit.edu> User-Agent: Notmuch/0.11+99~gab86e73 (http://notmuchmail.org) Emacs/23.3.1 (x86_64-unknown-linux-gnu) Date: Thu, 19 Jan 2012 20:10:42 +0100 Message-ID: <87k44no6dp.fsf@praet.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Notmuch Mail X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jan 2012 19:12:36 -0000 On Wed, 18 Jan 2012 13:44:08 -0500, Austin Clements wrote: > Quoth Pieter Praet on Jan 18 at 11:00 am: > > On Mon, 16 Jan 2012 14:16:22 -0500, Austin Clements wrote: > > > LGTM. > > > > > > Quoth Pieter Praet on Jan 16 at 11:38 am: > > > > - Add `notmuch-send' to the `message' group, as per Austin's > > > > recommendation [1]. > > > > > > This is actually the reverse of what I was suggesting (though is also > > > reasonable). Since notmuch uses message-mode, I was saying that the > > > notmuch group (or the notmuch-send group) should link to the message > > > group. That way, if you customize-group notmuch, you get all of the > > > options that affect notmuch, even those that aren't strictly notmuch > > > variables. > > > > Sorry, failed to mention; I tried that, but the additional > > > > :link '(custom-group-link :tag "Message" message) > > > > didn't seem all that useful compared to (or combined with) > > adding `message' as parent group to `notmuch-send': > > > > #+begin_example > > Parent groups: Message Notmuch > > > > /- Notmuch Send group: Sending messages from Notmuch.--------------------\ > > State: something in this group has been changed outside customize. > > #+end_example > > > > vs. > > > > #+begin_example > > Parent groups: Message Notmuch > > > > /- Notmuch Send group: Sending messages from Notmuch.--------------------\ > > State: something in this group has been changed outside customize. > > See also Message. > > #+end_example > > > > ... so I ripped it out again. Should I add it back? > > Hmm. You're right that the :link doesn't do much. > Indeed. I'll leave it out, in favour of: > One other possibility to consider is > (custom-add-to-group 'notmuch-show 'message 'custom-group) Agreed! (though you probably meant 'notmuch-send). > or even > (custom-add-to-group 'notmuch 'message 'custom-group) Hmm, that might be a tad much. `message-mode' config is only relevant when *sending* mail, so adding its group to 'notmuch-send should be sufficient IMO. Patch follows (new one, no amendment; David's on a merging-spree :). Peace -- Pieter