emacs.rst
changeset 280 4739b9c54c18
parent 275 3b1d21da03e3
child 283 74036be9b6f9
equal deleted inserted replaced
279:061995ef35d2 280:4739b9c54c18
   107   $ cd emacs\nt
   107   $ cd emacs\nt
   108   $ configure.bat --prefix %INST_ROOT% --with-gcc --cflags -I%GNUWIN32_ROOT%/include --ldflags -L%GNUWIN32_ROOT%/lib  --ldflags -lregex
   108   $ configure.bat --prefix %INST_ROOT% --with-gcc --cflags -I%GNUWIN32_ROOT%/include --ldflags -L%GNUWIN32_ROOT%/lib  --ldflags -lregex
   109   $ make bootstrap
   109   $ make bootstrap
   110   $ make info
   110   $ make info
   111   $ make install
   111   $ make install
       
   112 
       
   113 * Documentation.
       
   114 
       
   115 ** Elisp documentation.
       
   116 
       
   117   http://www.emacswiki.org/cgi-bin/wiki/ElispAreaConventions
       
   118 
       
   119 *** CheckDoc.
       
   120 
       
   121 CheckDoc checks your EmacsLisp code for errors in documentation and style.
       
   122 
       
   123   http://cedet.sourceforge.net/checkdoc.shtml
       
   124                 home page before including it into GNU Emacs
       
   125   http://www.emacswiki.org/emacs/CheckDoc