aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1996-07-19 19:50:23 +0000
committerKarl Heuer1996-07-19 19:50:23 +0000
commite60ea278e132b85b3180c7a89653dcc398f95897 (patch)
treedd650a42ac9d33721c3addc4442efdc6ebbbd5e6
parentc17a2102aa6bb5895fe0236f7dcaa9e54aaec13b (diff)
downloademacs-e60ea278e132b85b3180c7a89653dcc398f95897.tar.gz
emacs-e60ea278e132b85b3180c7a89653dcc398f95897.zip
Clarify info about long filenames on MSDOS-like systems.
-rw-r--r--INSTALL17
1 files changed, 12 insertions, 5 deletions
diff --git a/INSTALL b/INSTALL
index e78e8fd24d4..18cafe3916e 100644
--- a/INSTALL
+++ b/INSTALL
@@ -544,7 +544,13 @@ It is important to understand that the runtime support of long file
544names by the Emacs binary is NOT affected by the LFN setting during 544names by the Emacs binary is NOT affected by the LFN setting during
545compilation; Emacs compiled with DJGPP v2.0 or later will always 545compilation; Emacs compiled with DJGPP v2.0 or later will always
546support long file names on Windows 95 no matter what was the setting 546support long file names on Windows 95 no matter what was the setting
547of LFN at compile time. 547of LFN at compile time. However, if you compiled with LFN disabled
548and want to enable LFN support after Emacs was already built, you need
549to make sure that the support files in the lisp, etc and info
550directories are called by their original long names as found in the
551distribution. You can do this either by renaming the files manually,
552or by extracting them from the original distribution archive with
553djtar after you set LFN=y in the environment.
548 554
549To unpack Emacs with djtar, type this command: 555To unpack Emacs with djtar, type this command:
550 556
@@ -552,10 +558,11 @@ To unpack Emacs with djtar, type this command:
552 558
553(This assumes that the Emacs distribution is called `emacs.tgz' on 559(This assumes that the Emacs distribution is called `emacs.tgz' on
554your system.) There are a few files in the archive whose names 560your system.) There are a few files in the archive whose names
555collide with other files under the 8.3 DOS naming. If you have set 561collide with other files under the 8.3 DOS naming. On native MSDOS,
556LFN=n, djtar will ask you to supply alternate names for these files; 562or if you have set LFN=n on Win95, djtar will ask you to supply
557you can just press `Enter' when this happens (which makes djtar skip 563alternate names for these files; you can just press `Enter' when this
558these files) because they aren't required for MS-DOS. 564happens (which makes djtar skip these files) because they aren't
565required for MS-DOS.
559 566
560When unpacking is done, a directory called `emacs-XX.YY' will be 567When unpacking is done, a directory called `emacs-XX.YY' will be
561created, where XX.YY is the Emacs version. To build and install 568created, where XX.YY is the Emacs version. To build and install