Sams Teach Yourself Emacs in 24 Hours

ContentsIndex

Hour 3: Getting Started with Emacs

Previous HourNext Hour

Sections in this Hour:

 

Menus


As you saw in Figure 3.1 and 3.2, Emacs has menus at the top of the screen with lots of functions available. The content of the menus differs from GNU Emacs to XEmacs.

It would not make much sense to tell you about all the functions in the menus at this point, because I've yet to describe many of the available functions. I will, however, shortly describe what you can find in the different menu items. The menus are not in every case called by the same name, so the following list begins with the GNU Emacs menu name, and then introduces XEmacs name:

Some of the menu items are grayed out to indicate that the item is not available at the moment. An example of this might be the Copy entry which would copy text to the clipboard. This entry would be grayed out when no text is marked.

Tip - To find out what a given menu entry does, try pressing C-h k (describe-key) and select the menu entry.

Menus When Not Using X Window

If you, for some reason, are using Emacs on a character-based terminal instead of X Window, the menus are still available. This time, however, you can't access them with the mouse. Instead you must press the escape key, release it, and press the backtick key (').

Tip - If you want to try this out, you can start GNU Emacs with the option -nw.


Caution - Please note that menus are not available when running XEmacs on a terminal display.


In Figure 3.3, you can see Emacs when M-´ has been pressed. To navigate the menus, press the letter of the menu item (for example, E to enter the Edit menu). Unfortunately, it's impossible to back up in the menus. If you change your mind, simply press the escape key three times. (This is a universal oops-what-have-I-done key, which tells Emacs to abort what you've told it to start.)

Figure 3.3
The non-X Window version of GNU Emacs.

Sams Teach Yourself Emacs in 24 Hours

ContentsIndex

Hour 3: Getting Started with Emacs

Previous HourNext Hour

Sections in this Hour: