From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.devel Subject: RE: Options menu Date: Fri, 18 Mar 2005 12:53:29 -0800 Message-ID: References: <01c52bf9$Blat.v2.4$6ffb04e0@zahav.net.il> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1111179697 17262 80.91.229.2 (18 Mar 2005 21:01:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 18 Mar 2005 21:01:37 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Mar 18 22:01:36 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DCOZl-0003dd-Cs for ged-emacs-devel@m.gmane.org; Fri, 18 Mar 2005 22:00:09 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DCOqK-0005Js-1f for ged-emacs-devel@m.gmane.org; Fri, 18 Mar 2005 16:17:16 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DCOlB-0004Ws-PS for emacs-devel@gnu.org; Fri, 18 Mar 2005 16:11:58 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DCOkv-0004RA-Cn for emacs-devel@gnu.org; Fri, 18 Mar 2005 16:11:42 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DCOku-0004Ql-Uq for emacs-devel@gnu.org; Fri, 18 Mar 2005 16:11:41 -0500 Original-Received: from [141.146.126.230] (helo=agminet03.oracle.com) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1DCOTP-0006Pt-Or; Fri, 18 Mar 2005 15:53:36 -0500 Original-Received: from agminet03.oracle.com (localhost [127.0.0.1]) by agminet03.oracle.com (Switch-3.1.4/Switch-3.1.0) with ESMTP id j2IKrYJa018477; Fri, 18 Mar 2005 12:53:34 -0800 Original-Received: from rgmsgw300.us.oracle.com (rgmsgw300.us.oracle.com [138.1.186.49]) by agminet03.oracle.com (Switch-3.1.4/Switch-3.1.0) with ESMTP id j2IKrXCS018422; Fri, 18 Mar 2005 12:53:33 -0800 Original-Received: from rgmsgw300.us.oracle.com (localhost [127.0.0.1]) by rgmsgw300.us.oracle.com (Switch-3.1.4/Switch-3.1.0) with ESMTP id j2IKrX6c000731; Fri, 18 Mar 2005 13:53:33 -0700 Original-Received: from dradamslap (dhcp-amer-whq-csvpn-gw3-141-144-82-246.vpn.oracle.com [141.144.82.246]) by rgmsgw300.us.oracle.com (Switch-3.1.4/Switch-3.1.0) with SMTP id j2IKrWCN000724 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Fri, 18 Mar 2005 13:53:32 -0700 Original-To: "Eli Zaretskii" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <01c52bf9$Blat.v2.4$6ffb04e0@zahav.net.il> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 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 X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: news.gmane.org gmane.emacs.devel:34745 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:34745 > From: "Drew Adams" > Date: Fri, 18 Mar 2005 07:48:49 -0800 > > OPTIONS > ====================================== > 1 Customize Emacs > > -------------------------------------- > 2 Language Environment (Mule) > > 3 Set Font/fontset > -------------------------------------- > 4 Show/Hide > > 5 [] Blinking Cursor > 6 [] Highlighting > 7 [] Active Region Highlighting Please don't make such a change: the simple toggle-type options should come first, and the submenus (like Mule) later. Not the other way around. Likewise with Customize: it should come after the toggles. Uh, are you sure you're replying to me? What you quoted was from Kim; I suggested something different that agrees 100% with what you just said.