./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
No, we are not primarily fighting with you about movies. We are
primarily fighting to protect our way of making software. Our efforts
are designed to protect our right to modify and reinstall, improve,
and share software. Don't tell us that we're off on some quixotic, romantic
engagement with reshaping the movie business. We're hackers, we make
software. Our concern is protecting the integrity of the process that
makes software. And all the legal devices that we recommend, and all
the trouble that we are making, is to protect our homeland against
somebody else, who wants to come in and prevent us from doing science
and technology the way science and technology should be done according
to us, the scientists and technologists.
-- Eben Moglen, 2006 FSF Associate Member Meeting
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.