diff options
| author | Eli Zaretskii | 1997-08-14 13:58:31 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 1997-08-14 13:58:31 +0000 |
| commit | 41fb75b75bde5101bb7a6701d284c8682df7052b (patch) | |
| tree | 38f60bbf125562b597e738074779ae1580a48545 | |
| parent | aea01cd762e9fa11d482dcbcd7f184b8689d8a90 (diff) | |
| download | emacs-41fb75b75bde5101bb7a6701d284c8682df7052b.tar.gz emacs-41fb75b75bde5101bb7a6701d284c8682df7052b.zip | |
Fix instructions for MSDOG.
| -rw-r--r-- | INSTALL | 12 |
1 files changed, 4 insertions, 8 deletions
| @@ -600,12 +600,7 @@ To unpack Emacs with djtar, type this command: | |||
| 600 | djtar -x emacs.tgz | 600 | djtar -x emacs.tgz |
| 601 | 601 | ||
| 602 | (This assumes that the Emacs distribution is called `emacs.tgz' on | 602 | (This assumes that the Emacs distribution is called `emacs.tgz' on |
| 603 | your system.) There are a few files in the archive whose names | 603 | your system.) |
| 604 | collide with other files under the 8.3 DOS naming. On native MSDOS, | ||
| 605 | or if you have set LFN=n on Windows 95, djtar will ask you to supply | ||
| 606 | alternate names for these files; you can just press `Enter' when this | ||
| 607 | happens (which makes djtar skip these files) because they aren't | ||
| 608 | required for MS-DOS. | ||
| 609 | 604 | ||
| 610 | When unpacking is done, a directory called `emacs-XX.YY' will be | 605 | When unpacking is done, a directory called `emacs-XX.YY' will be |
| 611 | created, where XX.YY is the Emacs version. To build and install | 606 | created, where XX.YY is the Emacs version. To build and install |
| @@ -628,8 +623,9 @@ if you run Emacs under MS Windows. | |||
| 628 | Emacs on MSDOS finds the lisp, etc and info directories by looking in | 623 | Emacs on MSDOS finds the lisp, etc and info directories by looking in |
| 629 | ../lisp, ../etc and ../info, starting from the directory where the | 624 | ../lisp, ../etc and ../info, starting from the directory where the |
| 630 | Emacs executable was run from. You can override this by setting the | 625 | Emacs executable was run from. You can override this by setting the |
| 631 | environment variable HOME; if you do that, the directories lisp, etc | 626 | environment variables EMACSDATA (for the location of `etc' directory), |
| 632 | and info are accessed as subdirectories of the HOME directory. | 627 | EMACSLOADPATH (for the location of `lisp' directory) and INFOPATH (for |
| 628 | the location of the `info' directory). | ||
| 633 | 629 | ||
| 634 | MSDOG is a not a multitasking operating system, so Emacs features such | 630 | MSDOG is a not a multitasking operating system, so Emacs features such |
| 635 | as asynchronous subprocesses that depend on multitasking will not | 631 | as asynchronous subprocesses that depend on multitasking will not |