CSCI 235: XEmacs tips

Dealing with headaches

The "get-me-out-of-this-action" key is ^G.

Sometimes, if you are mixing mouse navigation with typing, you might leave a command uncompleted, which makes some wierd things happen. If that's the case, you'll see the command named on the bottom line of the window, below the status bar. To deal with that situation, click your mouse in there (so that your typing will go to the command), then either finish the command or abort it with ^G.

Some useful key sequences

XEmacs uses a few keys (such as ^X or ESC) as prefixes to other keys, instead of like a shift key. So some of these are multiple-key sequences.

^X ^FOpen (find) a file. (You'll complete the filename on the bottom line of the screen.)
^X ^SSave the current file.
^X ^WWrite the current file under another name. (You'll complete the filename on the bottom line of the screen.)
^KKill from the cursor to the end of the line. If you hit this several times in a row, what you kill will all be collected together.
^YYank back whatever was last killed.
^WKill (wipe) the highlighted text.
^AMove to the beginning of the line.
^EMove to the end of the line.
ESC GGo to a line by number.

Displaying line numbers

You can set XEmacs to show you what line number the cursor is on, which can be helpful for finding and fixing mistakes. To turn on line numbers, use the mouse to select through the menus Options, Display, Line Numbers. The line number will show up toward the right side of the status bar below the text you are editing, as something like L23 to indicate that you are on line 23.

Saving settings

If you've made changes to your options, such as turning on line numbers, you might want to make that change apply automatically whenever you start XEmacs. To save those settings, pick Options, Save Options to Custom File.

Please be polite about what options you save on the shared lab accounts, because other students will use that account in the future.


Cary Gray

Last modified: Fri Jan 14 10:24:13 CST 2011

Valid HTML 4.01!