all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* getting rid of menu bar in text mode
@ 2004-04-23 19:31 Lowell Kirsh
  2004-04-23 19:45 ` Carsten Weinberg
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Lowell Kirsh @ 2004-04-23 19:31 UTC (permalink / raw)


Is there a way to get rid of the menu bar when running emacs in text 
mode? (I mean the bar at the top with "file", "edit", "options"...)

Lowell

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: getting rid of menu bar in text mode
  2004-04-23 19:31 getting rid of menu bar in text mode Lowell Kirsh
@ 2004-04-23 19:45 ` Carsten Weinberg
  2004-04-23 19:45 ` Stefan Monnier
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 11+ messages in thread
From: Carsten Weinberg @ 2004-04-23 19:45 UTC (permalink / raw)


On Fri, 23 Apr 2004 12:31:03 -0700
Lowell Kirsh <lkirsh@cs.ubc.ca> wrote:

> Is there a way to get rid of the menu bar when running emacs in text 
> mode? (I mean the bar at the top with "file", "edit", "options"...)


  (unless window-system
	(menu-bar-mode -1)
  )

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: getting rid of menu bar in text mode
  2004-04-23 19:31 getting rid of menu bar in text mode Lowell Kirsh
  2004-04-23 19:45 ` Carsten Weinberg
@ 2004-04-23 19:45 ` Stefan Monnier
  2004-04-24  2:13 ` Lowell Kirsh
       [not found] ` <mailman.1282.1082749864.1061.help-gnu-emacs@gnu.org>
  3 siblings, 0 replies; 11+ messages in thread
From: Stefan Monnier @ 2004-04-23 19:45 UTC (permalink / raw)


> Is there a way to get rid of the menu bar when running emacs in text mode?
> (I mean the bar at the top with "file", "edit", "options"...)

(menu-bar-mode -1)

or

M-x menu-bar-mode RET


        Stefan

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: getting rid of menu bar in text mode
  2004-04-23 19:31 getting rid of menu bar in text mode Lowell Kirsh
  2004-04-23 19:45 ` Carsten Weinberg
  2004-04-23 19:45 ` Stefan Monnier
@ 2004-04-24  2:13 ` Lowell Kirsh
       [not found] ` <mailman.1282.1082749864.1061.help-gnu-emacs@gnu.org>
  3 siblings, 0 replies; 11+ messages in thread
From: Lowell Kirsh @ 2004-04-24  2:13 UTC (permalink / raw)


thanks

Lowell Kirsh wrote:
> Is there a way to get rid of the menu bar when running emacs in text 
> mode? (I mean the bar at the top with "file", "edit", "options"...)
> 
> Lowell

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: getting rid of menu bar in text mode
       [not found] ` <mailman.1282.1082749864.1061.help-gnu-emacs@gnu.org>
@ 2004-04-24 13:38   ` fourfold_slimy
  2004-04-24 14:12     ` David Kastrup
  2004-04-25 16:58     ` Kai Grossjohann
  0 siblings, 2 replies; 11+ messages in thread
From: fourfold_slimy @ 2004-04-24 13:38 UTC (permalink / raw)


On Fri, 23 Apr 2004 21:45:26 +0200, Carsten Weinberg wrote:
>
> On Fri, 23 Apr 2004 12:31:03 -0700 Lowell Kirsh wrote:
> >
> > Is there a way to get rid of the menu bar when running emacs in text
> > mode? (I mean the bar at the top with "file", "edit", "options"...)
> 
>   (unless window-system (menu-bar-mode -1) )

Why isn't this standard?  The menu bar *doesn't do anything* in a console.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: getting rid of menu bar in text mode
  2004-04-24 13:38   ` fourfold_slimy
@ 2004-04-24 14:12     ` David Kastrup
  2004-04-24 18:53       ` Carsten Weinberg
  2004-04-25 19:47       ` fourfold_slimy
  2004-04-25 16:58     ` Kai Grossjohann
  1 sibling, 2 replies; 11+ messages in thread
From: David Kastrup @ 2004-04-24 14:12 UTC (permalink / raw)


fourfold_slimy <fourfold_slimy@yahoo.com> writes:

> On Fri, 23 Apr 2004 21:45:26 +0200, Carsten Weinberg wrote:
> >
> > On Fri, 23 Apr 2004 12:31:03 -0700 Lowell Kirsh wrote:
> > >
> > > Is there a way to get rid of the menu bar when running emacs in text
> > > mode? (I mean the bar at the top with "file", "edit", "options"...)
> > 
> >   (unless window-system (menu-bar-mode -1) )
> 
> Why isn't this standard?  The menu bar *doesn't do anything* in a console.

Press F10.

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: getting rid of menu bar in text mode
  2004-04-24 14:12     ` David Kastrup
@ 2004-04-24 18:53       ` Carsten Weinberg
  2004-04-25 19:47       ` fourfold_slimy
  1 sibling, 0 replies; 11+ messages in thread
From: Carsten Weinberg @ 2004-04-24 18:53 UTC (permalink / raw)


On 24 Apr 2004 16:12:57 +0200
David Kastrup <dak@gnu.org> wrote:

> Press F10.

really ;-)

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: getting rid of menu bar in text mode
  2004-04-24 13:38   ` fourfold_slimy
  2004-04-24 14:12     ` David Kastrup
@ 2004-04-25 16:58     ` Kai Grossjohann
  1 sibling, 0 replies; 11+ messages in thread
From: Kai Grossjohann @ 2004-04-25 16:58 UTC (permalink / raw)


fourfold_slimy <fourfold_slimy@yahoo.com> writes:

> On Fri, 23 Apr 2004 21:45:26 +0200, Carsten Weinberg wrote:
>>
>> On Fri, 23 Apr 2004 12:31:03 -0700 Lowell Kirsh wrote:
>> >
>> > Is there a way to get rid of the menu bar when running emacs in text
>> > mode? (I mean the bar at the top with "file", "edit", "options"...)
>> 
>>   (unless window-system (menu-bar-mode -1) )
>
> Why isn't this standard?  The menu bar *doesn't do anything* in a console.

Maybe it's a reminder so encourage somebody to implement it.

Kai

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: getting rid of menu bar in text mode
  2004-04-24 14:12     ` David Kastrup
  2004-04-24 18:53       ` Carsten Weinberg
@ 2004-04-25 19:47       ` fourfold_slimy
  2004-04-25 19:49         ` David Kastrup
  2004-04-25 20:26         ` Johan Bockgård
  1 sibling, 2 replies; 11+ messages in thread
From: fourfold_slimy @ 2004-04-25 19:47 UTC (permalink / raw)


On Sat, 24 Apr 2004 16:12:57 +0200, David Kastrup wrote:
> fourfold_slimy <fourfold_slimy@yahoo.com> writes:
> > The menu bar *doesn't do anything* in a console.
> 
> Press F10.

F10 brings up a *Completions* buffer, which is an odd interface that I
never use because it's awkward.  And F10 still works even when
menu-bar-mode is off.  Is there anything I can do from the menu bar that I
can't do some other way?

Now that I think of it, I was never able to figure out what emacs command
"F10 e t j f" invokes.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: getting rid of menu bar in text mode
  2004-04-25 19:47       ` fourfold_slimy
@ 2004-04-25 19:49         ` David Kastrup
  2004-04-25 20:26         ` Johan Bockgård
  1 sibling, 0 replies; 11+ messages in thread
From: David Kastrup @ 2004-04-25 19:49 UTC (permalink / raw)


fourfold_slimy <fourfold_slimy@yahoo.com> writes:

> On Sat, 24 Apr 2004 16:12:57 +0200, David Kastrup wrote:
> > fourfold_slimy <fourfold_slimy@yahoo.com> writes:
> > > The menu bar *doesn't do anything* in a console.
> > 
> > Press F10.
> 
> F10 brings up a *Completions* buffer, which is an odd interface that I
> never use because it's awkward.

IIRC, the MSDOS port is a more traditional text menu implementation,
but nobody backported the stuff to other operating systems.

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: getting rid of menu bar in text mode
  2004-04-25 19:47       ` fourfold_slimy
  2004-04-25 19:49         ` David Kastrup
@ 2004-04-25 20:26         ` Johan Bockgård
  1 sibling, 0 replies; 11+ messages in thread
From: Johan Bockgård @ 2004-04-25 20:26 UTC (permalink / raw)


fourfold_slimy <fourfold_slimy@yahoo.com> writes:

> On Sat, 24 Apr 2004 16:12:57 +0200, David Kastrup wrote:
>> fourfold_slimy <fourfold_slimy@yahoo.com> writes:
>> > The menu bar *doesn't do anything* in a console.
>> 
>> Press F10.
>
> F10 brings up a *Completions* buffer, which is an odd interface that
> I never use because it's awkward. And F10 still works even when
> menu-bar-mode is off. Is there anything I can do from the menu bar
> that I can't do some other way?

You can click on it! [1]


[1] M-x xterm-mouse-mode

-- 
Johan Bockgård

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2004-04-25 20:26 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-23 19:31 getting rid of menu bar in text mode Lowell Kirsh
2004-04-23 19:45 ` Carsten Weinberg
2004-04-23 19:45 ` Stefan Monnier
2004-04-24  2:13 ` Lowell Kirsh
     [not found] ` <mailman.1282.1082749864.1061.help-gnu-emacs@gnu.org>
2004-04-24 13:38   ` fourfold_slimy
2004-04-24 14:12     ` David Kastrup
2004-04-24 18:53       ` Carsten Weinberg
2004-04-25 19:47       ` fourfold_slimy
2004-04-25 19:49         ` David Kastrup
2004-04-25 20:26         ` Johan Bockgård
2004-04-25 16:58     ` Kai Grossjohann

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.