From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Menu in no window Date: Wed, 14 May 2014 18:18:57 +0300 Message-ID: <83zjiko0bi.fsf@gnu.org> References: <20140514093743.GA2365@chitra.no-ip.org> NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1400080776 30381 80.91.229.3 (14 May 2014 15:19:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 14 May 2014 15:19:36 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed May 14 17:19:29 2014 Return-path: Envelope-to: geh-help-gnu-emacs@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 1Wkaxt-0007nP-5c for geh-help-gnu-emacs@m.gmane.org; Wed, 14 May 2014 17:19:29 +0200 Original-Received: from localhost ([::1]:52409 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wkaxs-0005bo-OS for geh-help-gnu-emacs@m.gmane.org; Wed, 14 May 2014 11:19:28 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52557) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wkaxa-0005bE-Qb for help-gnu-emacs@gnu.org; Wed, 14 May 2014 11:19:18 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WkaxT-0006i0-4C for help-gnu-emacs@gnu.org; Wed, 14 May 2014 11:19:10 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:57655) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WkaxS-0006hh-SA for help-gnu-emacs@gnu.org; Wed, 14 May 2014 11:19:03 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0N5K00600KRHZX00@a-mtaout20.012.net.il> for help-gnu-emacs@gnu.org; Wed, 14 May 2014 18:19:01 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0N5K0062LL7OXL30@a-mtaout20.012.net.il> for help-gnu-emacs@gnu.org; Wed, 14 May 2014 18:19:01 +0300 (IDT) In-reply-to: <20140514093743.GA2365@chitra.no-ip.org> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.166 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:97646 Archived-At: > Date: Wed, 14 May 2014 11:37:43 +0200 > From: Suvayu Ali > > I always run emacs in no window mode. To save screen space, I also turn > off the menu bar. Sometimes however, I like to use the menu when I'm in > an unfamiliar mode. In such cases, I use F10 to get the tmm-menubar. > I'm not really a fan of the interface. Yesterday I found there is a > nice menu (maybe based on overlays). > > Sadly this only works with menu-bar-mode on. When running Emacs with a > gui, I can access menus even with the menu bar off by middle clicking in > the buffer, I was wondering if something similar is possible in no > window mode. If you have a mouse in the no-windows mode, you can open the text-mode menu-bar menu by clicking C-mouse-3 on the text area. So the TTY functionality here is similar to what you get in a GUI session.