Mercurial > emacs
comparison INSTALL @ 15733:e3d77845180c
Clarify info about long filenames on MSDOS-like systems.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Fri, 19 Jul 1996 19:50:23 +0000 |
parents | 66a9ef0892a2 |
children | 615a180ced87 |
comparison
equal
deleted
inserted
replaced
15732:c24b00e705ba | 15733:e3d77845180c |
---|---|
542 | 542 |
543 It is important to understand that the runtime support of long file | 543 It is important to understand that the runtime support of long file |
544 names by the Emacs binary is NOT affected by the LFN setting during | 544 names by the Emacs binary is NOT affected by the LFN setting during |
545 compilation; Emacs compiled with DJGPP v2.0 or later will always | 545 compilation; Emacs compiled with DJGPP v2.0 or later will always |
546 support long file names on Windows 95 no matter what was the setting | 546 support long file names on Windows 95 no matter what was the setting |
547 of LFN at compile time. | 547 of LFN at compile time. However, if you compiled with LFN disabled |
548 and want to enable LFN support after Emacs was already built, you need | |
549 to make sure that the support files in the lisp, etc and info | |
550 directories are called by their original long names as found in the | |
551 distribution. You can do this either by renaming the files manually, | |
552 or by extracting them from the original distribution archive with | |
553 djtar after you set LFN=y in the environment. | |
548 | 554 |
549 To unpack Emacs with djtar, type this command: | 555 To unpack Emacs with djtar, type this command: |
550 | 556 |
551 djtar -x emacs.tgz | 557 djtar -x emacs.tgz |
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 |
554 your system.) There are a few files in the archive whose names | 560 your system.) There are a few files in the archive whose names |
555 collide with other files under the 8.3 DOS naming. If you have set | 561 collide with other files under the 8.3 DOS naming. On native MSDOS, |
556 LFN=n, djtar will ask you to supply alternate names for these files; | 562 or if you have set LFN=n on Win95, djtar will ask you to supply |
557 you can just press `Enter' when this happens (which makes djtar skip | 563 alternate names for these files; you can just press `Enter' when this |
558 these files) because they aren't required for MS-DOS. | 564 happens (which makes djtar skip these files) because they aren't |
565 required for MS-DOS. | |
559 | 566 |
560 When unpacking is done, a directory called `emacs-XX.YY' will be | 567 When unpacking is done, a directory called `emacs-XX.YY' will be |
561 created, where XX.YY is the Emacs version. To build and install | 568 created, where XX.YY is the Emacs version. To build and install |
562 Emacs, chdir to that directory and type these commands: | 569 Emacs, chdir to that directory and type these commands: |
563 | 570 |