Emacs: Difference between revisions
Jump to navigation
Jump to search
OtherMichael (talk | contribs) m (category tag, removed alternative details that are at TextEditor) |
OtherMichael (talk | contribs) (window mode note, and external link) |
||
Line 16: | Line 16: | ||
emacs -nw |
emacs -nw |
||
will start Emacs in text mode. You can skip the <tt>-nw</tt> parameter to start in windowed mode, but the bit-map fonts are difficult to read on the native XO screen. |
|||
will start Emacs in text mode within terminal. |
|||
== Python mode == |
== Python mode == |
||
Line 29: | Line 29: | ||
== See Also == |
== See Also == |
||
[[LISP]] |
*[[LISP]] |
||
*http://www.timthelion.com/cgi-bin/blosxom.cgi/emacs-olpc.writeback - basic installation notes, plus configuration files to use Emacs in the ebook mode |
Revision as of 15:18, 27 June 2008
This command is run in the standard Linux environment via the Terminal Activity. The GUI will probably not integrate comfortably with the XO Laptop's Sugar environment. Your user experience may vary considerably depending on the established environment and the other programs running on the laptop, may need re-installation after an OS Update. See the Linux software category for other commands. |
- This page collects information on working with Emacs specifically on the XO.
- Emacs is an extensible text-editor, customizable through Emacs Lisp
- It runs from the terminal, not from within the Sugar desktop, so is mainly of use to developers.
- For general Emacs information, please see http://www.gnu.org/software/emacs/, http://en.wikipedia.org/wiki/Emacs or http://www.emacswiki.org/
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. You can skip the -nw parameter to start in windowed mode, but the bit-map fonts are difficult to read on the native XO screen.
Python mode
- http://www.emacswiki.org/cgi-bin/wiki/PythonMode
- http://sourceforge.net/projects/python-mode/
- http://thegrout.blogspot.com/2008/03/emacs-python-cheatsheet.html
Alternatives
- see TextEditor
See Also
- LISP
- http://www.timthelion.com/cgi-bin/blosxom.cgi/emacs-olpc.writeback - basic installation notes, plus configuration files to use Emacs in the ebook mode