./configure --prefix=$HOME --without-toolkit-scroll-bars
(and (bolp) (eolp))
for determining whether the current line is empty.M-x ffap
finds the file at point.C-M-h
marks the whole functionC-M-o
moves the rest of the line vertically downC-x C-o
deletes blank lines around point.C-x .
sets the prefix each line starts withC-x C-t
transposes linesC-u C-x (
appends something to the last keyboard macroM-0 M-r
will move to the top of the window.Regexp search and replace can use lisp expressions to calculate the replacements.
M-x replace-regexp <RET> \(x\)\|y <RET> \,(if \1 "y" "x") <RET>
for example.
C-x r x
copies the region to a register.C-x r i
insert something from a register.i b
inserts a block diary entry that covers the dates in the current region.C-x $
does set-selective-display
.Map of #emacs regulars:
% cvs -d :pserver:anonymous@cvs.namazu.org:/storage/cvsroot login CVS password: # No password is set. Just hit Enter/Return key. % cvs -d :pserver:anonymous@cvs.namazu.org:/storage/cvsroot co emacs-w3m
Mind! I don't mean to say that I know, of my own knowledge, what there is
particularly dead about a door-nail. I might have been inclined, myself,
to regard a coffin-nail as the deadest piece of ironmongery in the trade.
But the wisdom of our ancestors is in the simile; and my unhallowed hands
shall not disturb it, or the Country's done for. You will therefore permit
me to repeat, emphatically, that Marley was as dead as a door-nail.
-- Charles Dickens, "A Christmas Carol"
This page was last modified on 2011 December 20. "NotesEmacs" by John Sullivan is Copyright ©2003 - 2011, and licensed under the Creative Commons Attribution-Share Alike 3.0 United States License.