Difference between revisions of "Emacs"

From Chemical Engineering @ UP wiki
Jump to: navigation, search
(Installing Emacs on Windows)
(Installing Emacs on Windows)
 
Line 3: Line 3:
 
== Installing Emacs on Windows ==
 
== Installing Emacs on Windows ==
  
This is actually not that hard. Simply uncompress [ftp://skoll/downloads/Editors/Emacs/emacs-22.2-bin-i386.zip this file] somewhere, and run <tt>%somewhere%\bin\addpm.exe</tt>. Voila - nice Emacs icons will appear.  Read the tutorial first - it's a bit tedious, but it will give you a good start. For more details see the directory http://ragnarok.up.ac.za/programdownloads/Emacs; there are a few interesting links there - explore.
+
This is actually not that hard. Simply uncompress [ftp://skoll/downloads/Editors/Emacs/emacs-22.2-bin-i386.zip this file] somewhere, and run <tt>%somewhere%\bin\addpm.exe</tt>. Voila - nice Emacs icons will appear.  Read the tutorial first - it's a bit tedious, but it will give you a good start. For more details see [http://ragnarok.up.ac.za/programdownloads/Emacs this directory] there are a few interesting links there - explore.
  
 
For LaTeX support you also need [http://www.gnu.org/software/auctex AucTeX] from [ftp://skoll/downloads/Editors/Emacs/Addons/auctex-11.85-e22.3-msw.zip here].  Just unzip that file in your emacs directory and you're done.  You might want to set it up so that LaTeX files are automatically opened in AucTeX mode.  Simply add  
 
For LaTeX support you also need [http://www.gnu.org/software/auctex AucTeX] from [ftp://skoll/downloads/Editors/Emacs/Addons/auctex-11.85-e22.3-msw.zip here].  Just unzip that file in your emacs directory and you're done.  You might want to set it up so that LaTeX files are automatically opened in AucTeX mode.  Simply add  
Line 14: Line 14:
 
to your <tt>_emacs</tt> file.
 
to your <tt>_emacs</tt> file.
  
Also check out http://ragnarok.up.ac.za/programdownloads/Emacs/installingemacsonwindows.html - they are very LaTeX specific. You may find that document better for installing.
+
Also check out [http://ragnarok.up.ac.za/programdownloads/Emacs/installingemacsonwindows.html this] - they are very LaTeX specific. You may find that document better for installing.
  
 
Caveat Emptor: Emacs is more suited to knowledgeable computer geeks than normal people. I will make no excuses.
 
Caveat Emptor: Emacs is more suited to knowledgeable computer geeks than normal people. I will make no excuses.

Latest revision as of 10:36, 31 March 2009

Emacs is a class of feature-rich text editors, usually characterized by their extensibility. Emacs has, perhaps, more editing commands compared to other editors, numbering over 1,000 commands. It also allows the user to combine these commands into macros to automate work.[1]

Installing Emacs on Windows

This is actually not that hard. Simply uncompress this file somewhere, and run %somewhere%\bin\addpm.exe. Voila - nice Emacs icons will appear. Read the tutorial first - it's a bit tedious, but it will give you a good start. For more details see this directory there are a few interesting links there - explore.

For LaTeX support you also need AucTeX from here. Just unzip that file in your emacs directory and you're done. You might want to set it up so that LaTeX files are automatically opened in AucTeX mode. Simply add

(load "auctex.el" nil t t)
(load "preview-latex.el" nil t t)

to your _emacs file.

Also check out this - they are very LaTeX specific. You may find that document better for installing.

Caveat Emptor: Emacs is more suited to knowledgeable computer geeks than normal people. I will make no excuses.

References

  1. http://en.wikipedia.org/wiki/Emacs