./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
A classic is something that everyone wants to have read
and nobody wants to read.
-- Mark Twain, "The Disappearance of Literature"
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.