Emacs: Difference between revisions

From OLPC
Jump to navigation Jump to search
m (link to new page, TextEditor)
m (made link actually work)
Line 24: Line 24:


== What about alternatives? ==
== What about alternatives? ==
* see TextEditor
* see [[TextEditor]]
* ''vi'' and [[Nano]] should already be available through the Terminal activity.
* ''vi'' and [[Nano]] should already be available through the Terminal activity.
* Install [http://www.mtxia.com/fancyIndex/Tools/Editors/MicroEMACS/ MicroEMACS] by copying [http://www.mtxia.com/fancyIndex/Tools/Editors/MicroEMACS/me404linux.bin this file] to the laptop.
* Install [http://www.mtxia.com/fancyIndex/Tools/Editors/MicroEMACS/ MicroEMACS] by copying [http://www.mtxia.com/fancyIndex/Tools/Editors/MicroEMACS/me404linux.bin this file] to the laptop.

Revision as of 12:29, 2 June 2008

How do I install Emacs?

enter the Terminal_Activity and type

su
yum install emacs

as found here

Running Emacs

Since Emacs was installed from the terminal, and not as an activity, it must be started from the terminal.

emacs -nw

will start Emacs in text mode within terminal.

Python mode


What about alternatives?

See Also

LISP