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: Fiddling with the menus Date: Mon, 10 Aug 2009 01:14:20 +0200 Message-ID: References: <83r5vklx9x.fsf@gnu.org> <83iqgwlvak.fsf@gnu.org> <83ab28lsuo.fsf@gnu.org> <4A7F54FD.2040907@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1249859683 23870 80.91.229.12 (9 Aug 2009 23:14:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 9 Aug 2009 23:14:43 +0000 (UTC) Cc: xah@xahlee.org, Eli Zaretskii , monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Jason Rumney Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 10 01:14:37 2009 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.50) id 1MaHb2-00038x-Hr for ged-emacs-devel@m.gmane.org; Mon, 10 Aug 2009 01:14:36 +0200 Original-Received: from localhost ([127.0.0.1]:53697 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MaHb1-0008Qs-U4 for ged-emacs-devel@m.gmane.org; Sun, 09 Aug 2009 19:14:35 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MaHaw-0008Qi-TV for emacs-devel@gnu.org; Sun, 09 Aug 2009 19:14:30 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MaHar-0008Ot-FD for emacs-devel@gnu.org; Sun, 09 Aug 2009 19:14:29 -0400 Original-Received: from [199.232.76.173] (port=47179 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MaHar-0008OZ-8b for emacs-devel@gnu.org; Sun, 09 Aug 2009 19:14:25 -0400 Original-Received: from an-out-0708.google.com ([209.85.132.249]:20197) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MaHao-0001nF-C6; Sun, 09 Aug 2009 19:14:22 -0400 Original-Received: by an-out-0708.google.com with SMTP id b6so1001295ana.21 for ; Sun, 09 Aug 2009 16:14:21 -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 :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=r5ZLdd9sgQCgiJLn92Ka0mkDU4ewpdVwZYl8kf225h0=; b=cBgou4Xpw+dOXME7h2ELyJupkCBkPBWx/ivFA/XegBHP8etQx8JLluS+2wBxiMtxVT l0EIEkZKao1Zk0vyZyQ4IMTbV4xG0k1KvOt/WHCLRdbq1HA6ItmCz8P4aDMQorUxkhcD ObFxSuB2h47tu4IeHk7eCaIXgeDc8ydSPnfSU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=CmIuYtTf+WeUO9Fkb/qV6t+wqqRq/Y7Lmzv0QWiIfNl+ANChAdygULtrxXZIJv8dke EWnFk+C70o/okTi/UcWff6TIAXixQHFM0aNM0yF2KOU+o9O/NLq6R8bH3lHyljDzdqkg ADJYAsPxH+CMKVCSSUPd11luTLDCZ+HCRYBxU= Original-Received: by 10.100.106.12 with SMTP id e12mr2794355anc.89.1249859661690; Sun, 09 Aug 2009 16:14:21 -0700 (PDT) In-Reply-To: <4A7F54FD.2040907@gnu.org> X-detected-operating-system: by monty-python.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:113889 Archived-At: On Mon, Aug 10, 2009 at 1:00 AM, Jason Rumney wrote: > Lennart Borgman wrote: >> >> BTW, there are many things that could be in the menus. For example I >> just had to use the tag commands to find my way in the Emacs sources. >> I use them very seldom so I always forget them and have to look them >> up again. >> >> It is quite a bit irritating that they are not in the menus. I would >> suggest putting them under goto. Just make a submenu >> >> =C2=A0 Edit / Go to / Tags > > How about not making submenus three levels deep and putting them directly > under Edit / Go To where they already are? Just because Edit / Go To gets very long and I expect more things ot be added there. CEDET has something to say I believe... ;-) >> e more appropriate under Edit / Search ;-) Maybe. I am not sure how a user sees it. Where s?he most easily finds it.