* faq-using.xml: First cut on Emacs.

This commit is contained in:
Corinna Vinschen 2009-02-12 15:30:03 +00:00
parent 45105145e1
commit 545b4d2b57
2 changed files with 11 additions and 9 deletions

View File

@ -1,3 +1,7 @@
2009-02-12 Corinna Vinschen <corinna@vinschen.de>
* faq-using.xml: First cut on Emacs.
2009-02-12 Corinna Vinschen <corinna@vinschen.de> 2009-02-12 Corinna Vinschen <corinna@vinschen.de>
* faq-setup.xml: Revamp for Cygwin 1.7. * faq-setup.xml: Revamp for Cygwin 1.7.

View File

@ -800,10 +800,8 @@ interfere with the normal functioning of Cygwin.
<question><para>Is there a Cygwin port of GNU Emacs?</para></question> <question><para>Is there a Cygwin port of GNU Emacs?</para></question>
<answer> <answer>
<para>Yes! It uses the X11 (<ulink url="http://cygwin.com/xfree/">http://cygwin.com/xfree/</ulink>) Windows <para>Yes. It uses the X11 (<ulink url="http://cygwin.com/xfree/">http://cygwin.com/xfree/</ulink>) GUI. Right now the package is old and outdated.
interface. From a remote login shell, this ``emacs -nw'' works fine. Consider using XEmacs for now.
There is also a non-X11 version which just provides the text-only
terminal interface. Use Cygwin Setup to install either one (or both).
</para> </para>
</answer></qandaentry> </answer></qandaentry>
@ -811,10 +809,10 @@ terminal interface. Use Cygwin Setup to install either one (or both).
<question><para>What about NT Emacs?</para></question> <question><para>What about NT Emacs?</para></question>
<answer> <answer>
<para>If you want GNU Emacs with a native Microsoft Windows interface, but <para>If you want GNU Emacs with a native Microsoft GUI interface, then
without X, then you must use the native Windows port, commonly known you can either use XEmacs (see below), or you can fetch a native NT Emacs
as ``NT Emacs''. You get NT Emacs from any GNU mirror. It is not from <ulink url="http://ftp.gnu.org/pub/gnu/emacs/windows/">http://ftp.gnu.org/pub/gnu/emacs/windows/</ulink>. See also the README file you get from the
available from Cygwin Setup. same place.
</para> </para>
<para>NT Emacs uses the Windows command shell by default. Since it is not a <para>NT Emacs uses the Windows command shell by default. Since it is not a
Cygwin application, it has no knowledge of Cygwin mounts. With those Cygwin application, it has no knowledge of Cygwin mounts. With those
@ -849,7 +847,7 @@ settings are for Emacs 21.1:
cygwin-mount.el from <ulink url="http://www.emacswiki.org/elisp/index.html">http://www.emacswiki.org/elisp/index.html</ulink>. cygwin-mount.el from <ulink url="http://www.emacswiki.org/elisp/index.html">http://www.emacswiki.org/elisp/index.html</ulink>.
</para> </para>
<para>Note that all of this ``just works'' if you use the Cygwin port of <para>Note that all of this ``just works'' if you use the Cygwin port of
Emacs from Cygwin Setup. Emacs or XEmacs from Cygwin Setup.
</para> </para>
</answer></qandaentry> </answer></qandaentry>