diff options
| author | Eli Zaretskii | 2000-08-22 15:18:43 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2000-08-22 15:18:43 +0000 |
| commit | f0787adcceddb3ca8ffa0512a0db43e7fff1708d (patch) | |
| tree | 2b88977059e3732c0cbb6172de3ab170690a29e2 | |
| parent | 342ed7921750f18ae6e06febddc9b9cea0f36d39 (diff) | |
| download | emacs-f0787adcceddb3ca8ffa0512a0db43e7fff1708d.tar.gz emacs-f0787adcceddb3ca8ffa0512a0db43e7fff1708d.zip | |
Document that ispell works, and mention Eshell as an alternative
to Shell mode.
| -rw-r--r-- | man/msdog.texi | 10 |
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. | |||
| 699 | asynchronous subprocesses are not available. In particular, Shell | 699 | asynchronous subprocesses are not available. In particular, Shell |
| 700 | mode and its variants do not work. Most Emacs features that use | 700 | mode and its variants do not work. Most Emacs features that use |
| 701 | asynchronous subprocesses also don't work on MS-DOS, including | 701 | asynchronous subprocesses also don't work on MS-DOS, including |
| 702 | spelling correction and GUD. When in doubt, try and see; commands that | 702 | Shell mode and GUD. When in doubt, try and see; commands that |
| 703 | don't work print an error message saying that asynchronous processes | 703 | don't work print an error message saying that asynchronous processes |
| 704 | aren't supported. | 704 | aren't supported. |
| 705 | 705 | ||
| @@ -709,6 +709,14 @@ diff} do work, by running the inferior processes synchronously. This | |||
| 709 | means you cannot do any more editing until the inferior process | 709 | means you cannot do any more editing until the inferior process |
| 710 | finishes. | 710 | finishes. |
| 711 | 711 | ||
| 712 | Spell checking also works, by means of special support for synchronous | ||
| 713 | invocation of the @code{ispell} program. This is slower than the | ||
| 714 | asynchronous invocation on Unix. | ||
| 715 | |||
| 716 | Instead of the Shell mode, which doesn't work on MS-DOS, you can use | ||
| 717 | the @kbd{M-x eshell} command. This invokes the Eshell package that | ||
| 718 | implements 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 |
| 714 | Processes}. | 722 | Processes}. |