Emacs: Difference between revisions
Jump to navigation
Jump to search
OtherMichael (talk | contribs) (basic Emacs page.) |
OtherMichael (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
This page collects information on working with Emacs specifically on the XO. |
This page collects information on working with Emacs specifically on the XO. |
||
== What is Emacs? == |
|||
Emacs is a text-editor and development environment, most likely of interest to developers. |
|||
For general Emacs information, please see http://www.gnu.org/software/emacs/ or http://en.wikipedia.org/wiki/Emacs |
|||
== How do I install Emacs? == |
== How do I install Emacs? == |
||
enter the Terminal activity and type |
|||
⚫ | |||
su |
|||
yum install emacs |
|||
⚫ | |||
== What about alternatives? == |
== What about alternatives? == |
||
* ''vi'' 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. |
||
* [http://zile.sourceforge.net/ Zile] may be closer to what you expect from Emacs. Install [ftp://rpmfind.net/linux/fedora/extras/6/i386/zile-2.2.19-1.fc6.i386.rpm this rpm file] to get it. |
* [http://zile.sourceforge.net/ Zile] may be closer to what you expect from Emacs. Install [ftp://rpmfind.net/linux/fedora/extras/6/i386/zile-2.2.19-1.fc6.i386.rpm this rpm file] to get it. |
Revision as of 18:25, 22 May 2008
This page collects information on working with Emacs specifically on the XO.
What is Emacs?
Emacs is a text-editor and development environment, most likely of interest to developers.
For general Emacs information, please see http://www.gnu.org/software/emacs/ or http://en.wikipedia.org/wiki/Emacs
How do I install Emacs?
enter the Terminal activity and type
su yum install emacs
as found here
What about alternatives?
- vi should already be available through the Terminal activity.
- Install MicroEMACS by copying this file to the laptop.
- Zile may be closer to what you expect from Emacs. Install this rpm file to get it.