summaryrefslogtreecommitdiffstats
path: root/winsup/doc/faq-using.xml
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2009-02-23 16:33:17 +0000
committerCorinna Vinschen <corinna@vinschen.de>2009-02-23 16:33:17 +0000
commitb419b631b64a0b8eeae4bd988efd4a52a5de45db (patch)
tree32cfe791db380a9d96160f9c8b8b7225bcc534e6 /winsup/doc/faq-using.xml
parent348267bdf6f48b681eef53cbe50a2f4f96c05bdc (diff)
downloadcygnal-b419b631b64a0b8eeae4bd988efd4a52a5de45db.tar.gz
cygnal-b419b631b64a0b8eeae4bd988efd4a52a5de45db.tar.bz2
cygnal-b419b631b64a0b8eeae4bd988efd4a52a5de45db.zip
* faq-using.xml: Rework XEmacs FAQ.
Diffstat (limited to 'winsup/doc/faq-using.xml')
-rw-r--r--winsup/doc/faq-using.xml41
1 files changed, 37 insertions, 4 deletions
diff --git a/winsup/doc/faq-using.xml b/winsup/doc/faq-using.xml
index 00edbfd33..ea2b9044a 100644
--- a/winsup/doc/faq-using.xml
+++ b/winsup/doc/faq-using.xml
@@ -806,13 +806,46 @@ Consider using XEmacs for now.
</answer></qandaentry>
<qandaentry id="faq.using.xemacs">
-<question><para>What about XEmacs?</para></question>
+<question><para>Is there a Cygwin port of XEmacs?</para></question>
<answer>
-<para>For a concise description of the current situation with XEmacs, see
-this message from the Cygwin mailing list:
-<ulink url="http://cygwin.com/ml/cygwin/2002-11/msg00609.html">http://cygwin.com/ml/cygwin/2002-11/msg00609.html</ulink>.
+<para>Yes. It can be used in three different modes:</para>
+<para><itemizedlist>
+<listitem><para>X11 (<ulink url="http://cygwin.com/xfree/">http://cygwin.com/xfree/</ulink>) GUI</para></listitem>
+</itemizedlist></para>
+<para>You have to <emphasis>set</emphasis> the DISPLAY environment variable
+before starting xemacs.</para>
+<screen>
+ bash$ DISPLAY=127.0.0.1:0 xemacs &amp;
+</screen>
+<para><itemizedlist>
+<listitem><para>Windows native GUI</para></listitem>
+</itemizedlist></para>
+<para>You have to <emphasis>unset</emphasis> the DISPLAY environment variable
+before starting xemacs.</para>
+<screen>
+ bash$ DISPLAY= xemacs &amp;
+</screen>
+<para><itemizedlist>
+<listitem><para>Console mode</para></listitem>
+</itemizedlist></para>
+<para>Start xemacs with -nw in a terminal (native or X11) window</para>
+<screen>
+ bash$ xemacs -nw
+</screen>
+<para>The current stable Cygwin version of XEmacs is 21.4.x. But there is also a
+Cygwin test release version (21.5.x) available for download via setup.exe.
</para>
+<para>To use all the standard packages with XEmacs you should download the following
+two packages:</para>
+<para><itemizedlist>
+<listitem><para>xemacs-sumo - XEmacs standard packages</para></listitem>
+<listitem><para>xemacs-mule-sumo - XEmacs MULE (MUlti Lingual Emacs) packages</para></listitem>
+</itemizedlist></para>
+<para>An alternative <emphasis>native</emphasis> distribution of XEmacs for
+Windows based systems can be downloaded from
+<ulink url="http://xemacs.org/Download/win32/index.html">http://xemacs.org/Download/win32/index.html</ulink>.
+It uses an <emphasis>InnoSetup Kit</emphasis> based installer.</para>
</answer></qandaentry>
<qandaentry id="faq.using.ntemacs">