# HG changeset patch # User Oleksandr Gavenko # Date 1308555840 -10800 # Node ID 302014546fbb2b57de58446c243fd67259b6b1c7 # Parent 7eee0fbd837e2dcb2f7df3574db59ec60a3aebfd# Parent 9b179c44f8359191bae22310cc22edbb16d19274 merged diff -r 9b179c44f835 -r 302014546fbb emacs.rst --- a/emacs.rst Thu Jun 16 14:37:50 2011 +0300 +++ b/emacs.rst Mon Jun 20 10:44:00 2011 +0300 @@ -384,3 +384,86 @@ http://savannah.nongnu.org/projects/baol-hth/ http://www.nongnu.org/baol-hth/ + +-*- mode: outline; coding: utf-8 -*- + +* Source. + +Get main development sources: + + $ bzr init-repo --2a emacs + $ cd emacs + $ bzr branch http://bzr.savannah.gnu.org/r/emacs/trunk trunk + $ cd trunk + $ bzr bind http://bzr.savannah.gnu.org/r/emacs/trunk + +To update with latest changes: + + $ cd emacs/trunk + $ bzr update + + http://www.emacswiki.org/emacs/BzrForEmacsDevs + +** Emacs Git mirror. + + http://www.emacswiki.org/emacs/EmacsFromGit + +* Patch. + + http://debbugs.gnu.org/cgi/bugreport.cgi?bug=5719 + [patch] fix bat-generic-mode highlighting pattern for CLI + switch. + +* Bugs. + +** How report bug. + +Visit 'http://debbugs.gnu.org' or M-x report-emacs-bug. + +* Getting modes. + + http://www.emacswiki.org/emacs/RationalElispPackaging + +** EPLA. + +Currently (2011-02-15) available such sources: + + (setq package-archives '(("ELPA" . "http://tromey.com/elpa/") + ("gnu" . "http://elpa.gnu.org/packages/") + ("marmalade" . "http://marmalade-repo.org/packages/") + )) + + http://elpa.gnu.org/ + official GNU Emacs Lisp Package Archive + http://tromey.com/elpa/ + old Emacs Lisp Package Archive home page + http://www.emacswiki.org/emacs/ELPA + http://marmalade-repo.org/ + +** Emacswiki. + + http://www.emacswiki.org/emacs/ElispArea + http://www.emacswiki.org/emacs/WikifiedEmacsLispList + +** emacsmirror. + + https://github.com/emacsmirror/p/wiki + http://www.emacsmirror.org/ + http://www.emacswiki.org/emacs/Emacsmirror + +* Funny Emacs modes. + + glasses - Minor mode for making identifiers likeThis readable. + +* Useful commands. + + flush-lines + align-regexp + C-x C-o + M-PageUp/M-PageDown + command-history + M-= + C-x l + locate-library find-library + features load-history +