From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: Customize UI Date: Mon, 15 Mar 2010 23:34:03 +0200 Organization: JURTA Message-ID: <87eijluwjg.fsf@mail.jurta.org> References: <87zl2g24xy.fsf@stupidchicken.com> <87zl2a3b8x.fsf_-_@mail.jurta.org> <87mxy9pkrk.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1268690463 11854 80.91.229.12 (15 Mar 2010 22:01:03 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 15 Mar 2010 22:01:03 +0000 (UTC) Cc: emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 15 23:00:59 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1NrILK-0008Ly-30 for ged-emacs-devel@m.gmane.org; Mon, 15 Mar 2010 23:00:58 +0100 Original-Received: from localhost ([127.0.0.1]:51685 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NrILJ-0000Ik-60 for ged-emacs-devel@m.gmane.org; Mon, 15 Mar 2010 18:00:57 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NrILB-0000Hz-Vg for emacs-devel@gnu.org; Mon, 15 Mar 2010 18:00:50 -0400 Original-Received: from [140.186.70.92] (port=43010 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NrILA-0000HO-8E for emacs-devel@gnu.org; Mon, 15 Mar 2010 18:00:49 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NrIL8-0002fK-U5 for emacs-devel@gnu.org; Mon, 15 Mar 2010 18:00:48 -0400 Original-Received: from smtp-out2.starman.ee ([85.253.0.4]:53458 helo=mx2.starman.ee) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NrIL8-0002em-Mv for emacs-devel@gnu.org; Mon, 15 Mar 2010 18:00:46 -0400 X-Virus-Scanned: by Amavisd-New at mx2.starman.ee Original-Received: from mail.starman.ee (62.65.209.182.cable.starman.ee [62.65.209.182]) by mx2.starman.ee (Postfix) with ESMTP id 96DC23F40D0; Tue, 16 Mar 2010 00:00:38 +0200 (EET) In-Reply-To: <87mxy9pkrk.fsf@stupidchicken.com> (Chong Yidong's message of "Mon, 15 Mar 2010 13:17:19 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:122026 Archived-At: >> ** Move sub-group links to the top of the Customize buffer. >> This will make the group tree navigation much easier. >> Most file browsers do the same: they put links to subdirectories >> before links to files (in Customize, options are analogous to files, >> and groups - to directories). > > `custom-browse-order-groups' does this, BTW. I have no objections to > changing the default to `first'. I see there are three related options: (defcustom custom-browse-order-groups nil (defcustom custom-buffer-order-groups 'last (defcustom custom-menu-order-groups 'first After setting `custom-buffer-order-groups' to `first', some groups push the options off the screen. To make a list of links to sub-groups to occupy less lines, maybe we should remove empty lines between sub-group links when `custom-buffer-order-groups' is `first'? -- Juri Linkov http://www.jurta.org/emacs/