aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2000-08-22 15:18:43 +0000
committerEli Zaretskii2000-08-22 15:18:43 +0000
commitf0787adcceddb3ca8ffa0512a0db43e7fff1708d (patch)
tree2b88977059e3732c0cbb6172de3ab170690a29e2
parent342ed7921750f18ae6e06febddc9b9cea0f36d39 (diff)
downloademacs-f0787adcceddb3ca8ffa0512a0db43e7fff1708d.tar.gz
emacs-f0787adcceddb3ca8ffa0512a0db43e7fff1708d.zip
Document that ispell works, and mention Eshell as an alternative
to Shell mode.
-rw-r--r--man/msdog.texi10
1 files changed, 9 insertions, 1 deletions
diff --git a/man/msdog.texi b/man/msdog.texi
index bcd549c92d6..ea5f4d57aad 100644
--- a/man/msdog.texi
+++ b/man/msdog.texi
@@ -699,7 +699,7 @@ a DOS codepage, using Emacs running on some other operating system.
699asynchronous subprocesses are not available. In particular, Shell 699asynchronous subprocesses are not available. In particular, Shell
700mode and its variants do not work. Most Emacs features that use 700mode and its variants do not work. Most Emacs features that use
701asynchronous subprocesses also don't work on MS-DOS, including 701asynchronous subprocesses also don't work on MS-DOS, including
702spelling correction and GUD. When in doubt, try and see; commands that 702Shell mode and GUD. When in doubt, try and see; commands that
703don't work print an error message saying that asynchronous processes 703don't work print an error message saying that asynchronous processes
704aren't supported. 704aren't supported.
705 705
@@ -709,6 +709,14 @@ diff} do work, by running the inferior processes synchronously. This
709means you cannot do any more editing until the inferior process 709means you cannot do any more editing until the inferior process
710finishes. 710finishes.
711 711
712 Spell checking also works, by means of special support for synchronous
713invocation of the @code{ispell} program. This is slower than the
714asynchronous invocation on Unix.
715
716 Instead of the Shell mode, which doesn't work on MS-DOS, you can use
717the @kbd{M-x eshell} command. This invokes the Eshell package that
718implements a Unix-like shell entirely in Emacs Lisp.
719
712 By contrast, Emacs compiled as native Windows application 720 By contrast, Emacs compiled as native Windows application
713@strong{does} support asynchronous subprocesses. @xref{Windows 721@strong{does} support asynchronous subprocesses. @xref{Windows
714Processes}. 722Processes}.