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