summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1996-07-19 19:50:23 +0000
committerKarl Heuer <kwzh@gnu.org>1996-07-19 19:50:23 +0000
commit83b43fbfd850a867ab40fc57344a4ff65d4b09eb (patch)
tree6cdcf18076026a255a2b8b41877fd77c74a11c3e /INSTALL
parentf9fce674363db89805fb56ac015b0b1b4f804cf0 (diff)
downloademacs-83b43fbfd850a867ab40fc57344a4ff65d4b09eb.tar.gz
Clarify info about long filenames on MSDOS-like systems.
Diffstat (limited to 'INSTALL')
-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
names by the Emacs binary is NOT affected by the LFN setting during
compilation; Emacs compiled with DJGPP v2.0 or later will always
support long file names on Windows 95 no matter what was the setting
-of LFN at compile time.
+of LFN at compile time. However, if you compiled with LFN disabled
+and want to enable LFN support after Emacs was already built, you need
+to make sure that the support files in the lisp, etc and info
+directories are called by their original long names as found in the
+distribution. You can do this either by renaming the files manually,
+or by extracting them from the original distribution archive with
+djtar after you set LFN=y in the environment.
To unpack Emacs with djtar, type this command:
@@ -552,10 +558,11 @@ To unpack Emacs with djtar, type this command:
(This assumes that the Emacs distribution is called `emacs.tgz' on
your system.) There are a few files in the archive whose names
-collide with other files under the 8.3 DOS naming. If you have set
-LFN=n, djtar will ask you to supply alternate names for these files;
-you can just press `Enter' when this happens (which makes djtar skip
-these files) because they aren't required for MS-DOS.
+collide with other files under the 8.3 DOS naming. On native MSDOS,
+or if you have set LFN=n on Win95, djtar will ask you to supply
+alternate names for these files; you can just press `Enter' when this
+happens (which makes djtar skip these files) because they aren't
+required for MS-DOS.
When unpacking is done, a directory called `emacs-XX.YY' will be
created, where XX.YY is the Emacs version. To build and install