emacs.rst
changeset 881 0fe9ca6879d8
parent 878 719703185d67
parent 880 60bfe3e287eb
child 882 7eee0fbd837e
equal deleted inserted replaced
879:77619a223f34 881:0fe9ca6879d8
   382 
   382 
   383   http://www.emacswiki.org/emacs/HtmlHelperMode
   383   http://www.emacswiki.org/emacs/HtmlHelperMode
   384   http://savannah.nongnu.org/projects/baol-hth/
   384   http://savannah.nongnu.org/projects/baol-hth/
   385   http://www.nongnu.org/baol-hth/
   385   http://www.nongnu.org/baol-hth/
   386 
   386 
       
   387 
       
   388 -*- mode: outline; coding: utf-8 -*-
       
   389 
       
   390 * Source.
       
   391 
       
   392 Get main development sources:
       
   393 
       
   394   $ bzr init-repo --2a emacs
       
   395   $ cd emacs
       
   396   $ bzr branch http://bzr.savannah.gnu.org/r/emacs/trunk trunk
       
   397   $ cd trunk
       
   398   $ bzr bind http://bzr.savannah.gnu.org/r/emacs/trunk
       
   399 
       
   400 To update with latest changes:
       
   401 
       
   402   $ cd emacs/trunk
       
   403   $ bzr update
       
   404 
       
   405   http://www.emacswiki.org/emacs/BzrForEmacsDevs
       
   406 
       
   407 ** Emacs Git mirror.
       
   408 
       
   409   http://www.emacswiki.org/emacs/EmacsFromGit
       
   410 
       
   411 * Patch.
       
   412 
       
   413   http://debbugs.gnu.org/cgi/bugreport.cgi?bug=5719
       
   414                 [patch] fix bat-generic-mode highlighting pattern for CLI
       
   415                 switch.
       
   416 
       
   417 * Bugs.
       
   418 
       
   419 ** How report bug.
       
   420 
       
   421 Visit 'http://debbugs.gnu.org' or M-x report-emacs-bug.
       
   422 
       
   423 * Getting modes.
       
   424 
       
   425   http://www.emacswiki.org/emacs/RationalElispPackaging
       
   426 
       
   427 ** EPLA.
       
   428 
       
   429 Currently (2011-02-15) available such sources:
       
   430 
       
   431   (setq package-archives '(("ELPA" . "http://tromey.com/elpa/")
       
   432                            ("gnu" . "http://elpa.gnu.org/packages/")
       
   433                            ("marmalade" . "http://marmalade-repo.org/packages/")
       
   434                            ))
       
   435 
       
   436   http://elpa.gnu.org/
       
   437                 official GNU Emacs Lisp Package Archive
       
   438   http://tromey.com/elpa/
       
   439                 old Emacs Lisp Package Archive home page
       
   440   http://www.emacswiki.org/emacs/ELPA
       
   441   http://marmalade-repo.org/
       
   442 
       
   443 ** Emacswiki.
       
   444 
       
   445   http://www.emacswiki.org/emacs/ElispArea
       
   446   http://www.emacswiki.org/emacs/WikifiedEmacsLispList
       
   447 
       
   448 ** emacsmirror.
       
   449 
       
   450   https://github.com/emacsmirror/p/wiki
       
   451   http://www.emacsmirror.org/
       
   452   http://www.emacswiki.org/emacs/Emacsmirror
       
   453 
       
   454 * Funny Emacs modes.
       
   455 
       
   456   glasses - Minor mode for making identifiers likeThis readable.
       
   457