diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-07-24 12:51:50 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-07-24 12:51:50 +0800 |
commit | 03ad249fa1d9294261092e4152db4975b6ddcd9d (patch) | |
tree | 35b46083ed1e063b989b8a559485cbb419eb6f76 /editors/xemacs/pkg-descr | |
parent | 02f6f5857ebefb11898bf4ba6d8afef1c8d78bb0 (diff) | |
download | marcuscom-ports-03ad249fa1d9294261092e4152db4975b6ddcd9d.tar marcuscom-ports-03ad249fa1d9294261092e4152db4975b6ddcd9d.tar.gz marcuscom-ports-03ad249fa1d9294261092e4152db4975b6ddcd9d.tar.bz2 marcuscom-ports-03ad249fa1d9294261092e4152db4975b6ddcd9d.tar.lz marcuscom-ports-03ad249fa1d9294261092e4152db4975b6ddcd9d.tar.xz marcuscom-ports-03ad249fa1d9294261092e4152db4975b6ddcd9d.tar.zst marcuscom-ports-03ad249fa1d9294261092e4152db4975b6ddcd9d.zip |
share/gnome/ -> share/.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9245 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'editors/xemacs/pkg-descr')
-rw-r--r-- | editors/xemacs/pkg-descr | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/editors/xemacs/pkg-descr b/editors/xemacs/pkg-descr new file mode 100644 index 000000000..1705d46af --- /dev/null +++ b/editors/xemacs/pkg-descr @@ -0,0 +1,21 @@ +XEmacs is a self-documenting, customizable, extensible real-time +display editor. + +Users new to XEmacs will be able to use basic features fairly rapidly +by studying the tutorial and using the self-documentation features. +XEmacs also has an extensive interactive manual browser. It is easily +extensible since its editing commands are written in Lisp. + +XEmacs's many special packages handle mail reading (RMail) and sending +(Mail), outline editing (Outline), compiling (Compile), running +subshells within Emacs windows (Shell), running a Lisp read-eval-print +loop (Lisp-Interaction-Mode), automated psychotherapy (Doctor :-) and +many more. There is a WWW browsing mode written fully in elisp +that looks and behaves much like the netscape WWW browser. + +XEmacs has similar functionality to GNU Emacs. It uses a different +display model, including support for Motif menu and scroll bars and the +ability to run as a widget inside other applications. Many people say +it looks nicer than GNU Emacs. + +WWW: http://www.xemacs.org/ |