all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* getting the menus to pop down
@ 2002-11-16  2:29 mAineAc
  2002-11-16  3:03 ` Michael Slass
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: mAineAc @ 2002-11-16  2:29 UTC (permalink / raw)


where can i get a comprehensive list of key combinations online for emacs? I
can not find anywhere information on the key combinations to use the
dropdown menus when you are in the command line. Everything I can find is if
you are in x and you click on them. I don't have x available and would like
to use the dropdown windows until I can get used to the key combinations.

mAineAc




-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----==  Over 80,000 Newsgroups - 16 Different Servers! =-----

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

* Re: getting the menus to pop down
  2002-11-16  2:29 getting the menus to pop down mAineAc
@ 2002-11-16  3:03 ` Michael Slass
  2002-11-16 19:45 ` Oliver Scholz
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: Michael Slass @ 2002-11-16  3:03 UTC (permalink / raw)


"mAineAc" <robhall@midmaine.com> writes:

>where can i get a comprehensive list of key combinations online for emacs? I
>can not find anywhere information on the key combinations to use the
>dropdown menus when you are in the command line. Everything I can find is if
>you are in x and you click on them. I don't have x available and would like
>to use the dropdown windows until I can get used to the key combinations.
>
>mAineAc
>

You can navigate the menus in text mode using the command tmm-menubar,
which is ordinarily bound to <F10> or M-`


-- 
Mike Slass

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

* Re: getting the menus to pop down
  2002-11-16  2:29 getting the menus to pop down mAineAc
  2002-11-16  3:03 ` Michael Slass
@ 2002-11-16 19:45 ` Oliver Scholz
  2002-11-16 19:57   ` Michael Slass
  2002-11-17 21:05 ` Alan Mackenzie
  2002-11-18 14:51 ` Galen Boyer
  3 siblings, 1 reply; 6+ messages in thread
From: Oliver Scholz @ 2002-11-16 19:45 UTC (permalink / raw)


"mAineAc" <robhall@midmaine.com> writes:

> where can i get a comprehensive list of key combinations online for emacs? 
[...]

Look in .../share/emacs/<version number>/etc/ for the file refcard.ps
(or refcard.tex if you prefer that).

    Oliver
-- 
26 Brumaire an 211 de la Révolution
Liberté, Egalité, Fraternité!

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

* Re: getting the menus to pop down
  2002-11-16 19:45 ` Oliver Scholz
@ 2002-11-16 19:57   ` Michael Slass
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Slass @ 2002-11-16 19:57 UTC (permalink / raw)


Oliver Scholz <alkibiades@gmx.de> writes:

>"mAineAc" <robhall@midmaine.com> writes:
>
>> where can i get a comprehensive list of key combinations online for emacs? 
>[...]
>
>Look in .../share/emacs/<version number>/etc/ for the file refcard.ps
>(or refcard.tex if you prefer that).


... smart.  I always forget how helpful that was to me when I was
first learning emacs.  Good Thinkin'!

-- 
Mike Slass

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

* Re: getting the menus to pop down
  2002-11-16  2:29 getting the menus to pop down mAineAc
  2002-11-16  3:03 ` Michael Slass
  2002-11-16 19:45 ` Oliver Scholz
@ 2002-11-17 21:05 ` Alan Mackenzie
  2002-11-18 14:51 ` Galen Boyer
  3 siblings, 0 replies; 6+ messages in thread
From: Alan Mackenzie @ 2002-11-17 21:05 UTC (permalink / raw)


mAineAc <robhall@midmaine.com> wrote on Fri, 15 Nov 2002 21:29:28 -0500:
> where can i get a comprehensive list of key combinations online for emacs?

That I couldn't tell you, but they are listed within Emacs itself, of course.
Do
C-h i      (to get info) followed by 
m Emacs    (to get the Emacs menu), then
move the cursor to the line "* Key Index" (about L27) and hit CR.

> I can not find anywhere information on the key combinations to use the
> dropdown menus when you are in the command line. Everything I can find is if
> you are in x and you click on them. I don't have x available and would like
> to use the dropdown windows until I can get used to the key combinations.

In the above Key Index menu, search for "menu".  Amongst the key
sequences this will find is M-` "Menu Bar".

> mAineAc

-- 
Alan Mackenzie (Munich, Germany)
Email: aacm@muuc.dee; to decode, wherever there is a repeated letter
(like "aa"), remove half of them (leaving, say, "a").

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

* Re: getting the menus to pop down
  2002-11-16  2:29 getting the menus to pop down mAineAc
                   ` (2 preceding siblings ...)
  2002-11-17 21:05 ` Alan Mackenzie
@ 2002-11-18 14:51 ` Galen Boyer
  3 siblings, 0 replies; 6+ messages in thread
From: Galen Boyer @ 2002-11-18 14:51 UTC (permalink / raw)


On Fri, 15 Nov 2002, robhall@midmaine.com wrote:

  > where can i get a comprehensive list of key combinations
  > online for emacs?

I believe C-x C-h will give you all of them for the C-x prefix.

C-c C-h should give you the mode specific ones.

-- 
Galen Boyer

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

end of thread, other threads:[~2002-11-18 14:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-16  2:29 getting the menus to pop down mAineAc
2002-11-16  3:03 ` Michael Slass
2002-11-16 19:45 ` Oliver Scholz
2002-11-16 19:57   ` Michael Slass
2002-11-17 21:05 ` Alan Mackenzie
2002-11-18 14:51 ` Galen Boyer

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.