From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: Customize UI Date: Mon, 15 Mar 2010 18:34:50 +0100 Message-ID: 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=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1268674853 14298 80.91.229.12 (15 Mar 2010 17:40:53 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 15 Mar 2010 17:40:53 +0000 (UTC) Cc: Juri Linkov , emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 15 18:40:48 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 1NrEHP-00007A-AM for ged-emacs-devel@m.gmane.org; Mon, 15 Mar 2010 18:40:39 +0100 Original-Received: from localhost ([127.0.0.1]:46331 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NrEHO-0001xD-Pl for ged-emacs-devel@m.gmane.org; Mon, 15 Mar 2010 13:40:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NrECG-0004CF-26 for emacs-devel@gnu.org; Mon, 15 Mar 2010 13:35:20 -0400 Original-Received: from [140.186.70.92] (port=49577 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NrECC-00046s-93 for emacs-devel@gnu.org; Mon, 15 Mar 2010 13:35:19 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NrEC7-0005kd-LD for emacs-devel@gnu.org; Mon, 15 Mar 2010 13:35:16 -0400 Original-Received: from mail-fx0-f210.google.com ([209.85.220.210]:60282) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NrEC7-0005kP-BC for emacs-devel@gnu.org; Mon, 15 Mar 2010 13:35:11 -0400 Original-Received: by fxm2 with SMTP id 2so562016fxm.26 for ; Mon, 15 Mar 2010 10:35:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=R9YO/II6q/K/BHU7KbCmCnaFUITP7fzC4+YZ6Jv3vsQ=; b=wPX82L3Mx9D7W6h97Du3JST/PntqEyLZUVgor28JRF+bwEyKZrjSOmOn3S6emP+oDZ FT7+uSmcJ1glkbcUWFx3hGzZnoFJRT+Hd9rESS1L5nYrkPSaN44pFcDImkDqLqFPRQtX dgAleBLo4im5uG0kpTaGM9wTDEjCwYJVZ9r44= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=a4l6lZHHtR++quHrOIzhmarUghUVoAM/ModpOfKVKJZJT5mgEXfwmPtexQWFG97SdX NytEGR6Sio28mI+vXj7MA0iWALxRYiHmZhXFvzrq7y/zeB/3JgsOXi68Wz6rbPWJ48BT XES/66sYZjy+/WW+y8A23slIXnGdhG+b96RTg= Original-Received: by 10.239.190.19 with SMTP id v19mr861855hbh.171.1268674510207; Mon, 15 Mar 2010 10:35:10 -0700 (PDT) In-Reply-To: <87mxy9pkrk.fsf@stupidchicken.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:122013 Archived-At: On Mon, Mar 15, 2010 at 6:17 PM, Chong Yidong wrote= : > Juri Linkov writes: > >> ** Move sub-group links to the top of the Customize buffer. >> =C2=A0 =C2=A0This will make the group tree navigation much easier. >> =C2=A0 =C2=A0Most file browsers do the same: they put links to subdirect= ories >> =C2=A0 =C2=A0before links to files (in Customize, options are analogous = to files, >> =C2=A0 =C2=A0and groups - to directories). > > `custom-browse-order-groups' does this, BTW. =C2=A0I have no objections t= o > changing the default to `first'. I agree with Juri that the groups should be first. They tend to be few and also takes up less space than options. They are also quite important.