From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Drop-down menus, popup menus, and popup dialogs supported on TTYs Date: Wed, 09 Oct 2013 14:12:14 -0400 Message-ID: References: <831u3vsjrf.fsf@gnu.org> <20131009.133242.7368376887673130.yamato@redhat.com> <83ob6yqu5k.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1381342352 5644 80.91.229.3 (9 Oct 2013 18:12:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 9 Oct 2013 18:12:32 +0000 (UTC) Cc: Masatake YAMATO , emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 09 20:12:34 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VTyFO-00056Z-Ls for ged-emacs-devel@m.gmane.org; Wed, 09 Oct 2013 20:12:34 +0200 Original-Received: from localhost ([::1]:43187 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VTyFN-00051s-TJ for ged-emacs-devel@m.gmane.org; Wed, 09 Oct 2013 14:12:33 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45010) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VTyFD-00050F-N5 for emacs-devel@gnu.org; Wed, 09 Oct 2013 14:12:31 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VTyF6-0003QU-Ad for emacs-devel@gnu.org; Wed, 09 Oct 2013 14:12:23 -0400 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:39865) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VTyF6-0003QC-6t; Wed, 09 Oct 2013 14:12:16 -0400 Original-Received: from faina.iro.umontreal.ca (lechon.iro.umontreal.ca [132.204.27.242]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id r99ICFIx020938; Wed, 9 Oct 2013 14:12:15 -0400 Original-Received: by faina.iro.umontreal.ca (Postfix, from userid 20848) id E5F5AB4149; Wed, 9 Oct 2013 14:12:14 -0400 (EDT) In-Reply-To: <83ob6yqu5k.fsf@gnu.org> (Eli Zaretskii's message of "Wed, 09 Oct 2013 19:35:35 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV4726=0 X-NAI-Spam-Version: 2.3.0.9362 : core <4726> : inlines <135> : streams <1053042> : uri <1560446> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.20 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:164044 Archived-At: > Hmm... do people really want to have menus when the menu bar is turned > off? I thought they disable the menu bar because they don't want any > menus at all. The extra line is only useful to tell you what menus are available and for clicking on it. If you use F10, the "click on it" part is not applicable, and maybe you don't care to see what menus are available before deciding to hit F10. > But if this is what people want, I don't mind. > Opinions? I think it makes a lot of sense. Stefan