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 1C7CD431FBD for ; Wed, 18 Jan 2012 02:02:06 -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 zgUShvARq+wd for ; Wed, 18 Jan 2012 02:02:05 -0800 (PST) Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com [209.85.212.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 8070D431FAE for ; Wed, 18 Jan 2012 02:02:05 -0800 (PST) Received: by wibhr12 with SMTP id hr12so4261909wib.26 for ; Wed, 18 Jan 2012 02:02:04 -0800 (PST) Received: by 10.180.85.4 with SMTP id d4mr35009013wiz.0.1326880924102; Wed, 18 Jan 2012 02:02:04 -0800 (PST) Received: from localhost ([109.131.97.13]) by mx.google.com with ESMTPS id g12sm53452014wiw.10.2012.01.18.02.02.01 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 18 Jan 2012 02:02:02 -0800 (PST) From: Pieter Praet To: Austin Clements Subject: Re: [PATCH v4] emacs: logically group def{custom,face}s In-Reply-To: <20120116191622.GB16740@mit.edu> References: <871ur02awi.fsf@praet.org> <1326710313-21417-1-git-send-email-pieter@praet.org> <20120116191622.GB16740@mit.edu> User-Agent: Notmuch/0.11+86~g67f4140 (http://notmuchmail.org) Emacs/23.3.1 (x86_64-unknown-linux-gnu) Date: Wed, 18 Jan 2012 11:00:14 +0100 Message-ID: <87ipk98h5d.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: Wed, 18 Jan 2012 10:02:06 -0000 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? Peace -- Pieter