Funny Emacs modes.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sat, 18 Jun 2011 11:06:41 +0300
changeset 880 60bfe3e287eb
parent 873 bee80646511d
child 881 0fe9ca6879d8
Funny Emacs modes.
emacs.rst
--- a/emacs.rst	Wed Jun 01 19:35:06 2011 +0300
+++ b/emacs.rst	Sat Jun 18 11:06:41 2011 +0300
@@ -379,3 +379,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.
+