From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: Customize UI Date: Mon, 15 Mar 2010 13:17:19 -0400 Message-ID: <87mxy9pkrk.fsf@stupidchicken.com> References: <87zl2g24xy.fsf@stupidchicken.com> <87zl2a3b8x.fsf_-_@mail.jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1268674130 11129 80.91.229.12 (15 Mar 2010 17:28:50 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 15 Mar 2010 17:28:50 +0000 (UTC) Cc: emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 15 18:28:45 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 1NrE5r-0002dR-V8 for ged-emacs-devel@m.gmane.org; Mon, 15 Mar 2010 18:28:44 +0100 Original-Received: from localhost ([127.0.0.1]:42537 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NrE5r-0004X3-7o for ged-emacs-devel@m.gmane.org; Mon, 15 Mar 2010 13:28:43 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NrDux-00076f-2Q for emacs-devel@gnu.org; Mon, 15 Mar 2010 13:17:27 -0400 Original-Received: from [140.186.70.92] (port=56319 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NrDus-00074U-N0 for emacs-devel@gnu.org; Mon, 15 Mar 2010 13:17:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NrDuq-0003PB-Gr for emacs-devel@gnu.org; Mon, 15 Mar 2010 13:17:22 -0400 Original-Received: from pantheon-po34.its.yale.edu ([130.132.50.80]:50508) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NrDuq-0003P4-F0 for emacs-devel@gnu.org; Mon, 15 Mar 2010 13:17:20 -0400 Original-Received: from furry (dhcp128036014175.central.yale.edu [128.36.14.175]) (authenticated bits=0) by pantheon-po34.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id o2FHHJBR020178 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 15 Mar 2010 13:17:19 -0400 Original-Received: by furry (Postfix, from userid 1000) id B3DABC011; Mon, 15 Mar 2010 13:17:19 -0400 (EDT) In-Reply-To: <87zl2a3b8x.fsf_-_@mail.jurta.org> (Juri Linkov's message of "Sun, 14 Mar 2010 23:34:35 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.94 (gnu/linux) X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 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:122011 Archived-At: Juri Linkov writes: > ** 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'.