# HG changeset patch # User Oleksandr Gavenko # Date 1308384409 -10800 # Node ID 0fe9ca6879d8f524fc2b1329af76cbccb8adbe88 # Parent 77619a223f34048847b8d87d7747e8915146d16e# Parent 60bfe3e287eb4ee1f5609578e6ac15a0726a411f Automated merge with file:///cygdrive/e/srv/hg/tips diff -r 77619a223f34 -r 0fe9ca6879d8 emacs.rst --- a/emacs.rst Thu Jun 09 09:49:05 2011 +0300 +++ b/emacs.rst Sat Jun 18 11:06:49 2011 +0300 @@ -384,3 +384,74 @@ 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. +