Mercurial > emacs
comparison INSTALL @ 24070:526d645420b5
Explain that intlfonts are used by ps-print as well.
Add instructions for Leim and intlfonts to the MSDOG section.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Thu, 14 Jan 1999 11:25:35 +0000 |
parents | 2a5d306408cb |
children | 3f25405e6e70 |
comparison
equal
deleted
inserted
replaced
24069:8d500ceed9d1 | 24070:526d645420b5 |
---|---|
39 order to display international characters. If you see a non-ASCII | 39 order to display international characters. If you see a non-ASCII |
40 character appear as a hollow box, that means you don't have a font for | 40 character appear as a hollow box, that means you don't have a font for |
41 it. You might find a font in the intlfonts distribution. If some | 41 it. You might find a font in the intlfonts distribution. If some |
42 characters don't look right, or appear improperly aligned, a font | 42 characters don't look right, or appear improperly aligned, a font |
43 from the intlfonts distribution might look better. | 43 from the intlfonts distribution might look better. |
44 | |
45 The fonts in the intlfonts distribution are also used by the ps-print | |
46 package for printing international characters. The file | |
47 lisp/ps-mule.el defines the .bdf font files required for printing | |
48 each character set. | |
44 | 49 |
45 The intlfonts distribution contains its own installation instructions, | 50 The intlfonts distribution contains its own installation instructions, |
46 in the intlfonts/README file. | 51 in the intlfonts/README file. |
47 | 52 |
48 | 53 |
581 djtar -x emacs.tgz | 586 djtar -x emacs.tgz |
582 | 587 |
583 (This assumes that the Emacs distribution is called `emacs.tgz' on | 588 (This assumes that the Emacs distribution is called `emacs.tgz' on |
584 your system.) | 589 your system.) |
585 | 590 |
591 If you need to type international characters, you will need to unpack | |
592 the Leim distribution (see the description near the beginning of this | |
593 file). You unpack it from the same directory where you unpacked | |
594 Emacs. To unpack Leim with djtar, assuming the Leim distribution is | |
595 called `leim.tgz', type this command: | |
596 | |
597 djtar -x leim.tgz | |
598 | |
599 If you want to print international characters, install the intlfonts | |
600 distribution. For this, create a directory called, `fonts', under the | |
601 Emacs top-level directory (usually called `emacs-XX.YY') created by | |
602 unpacking emacs.tgz, chdir into the directory emacs-XX.YY/fonts, and | |
603 type this: | |
604 | |
605 djtar -x intlfonts.tgz | |
606 | |
586 When unpacking is done, a directory called `emacs-XX.YY' will be | 607 When unpacking is done, a directory called `emacs-XX.YY' will be |
587 created, where XX.YY is the Emacs version. To build and install | 608 created, where XX.YY is the Emacs version. To build and install |
588 Emacs, chdir to that directory and type these commands: | 609 Emacs, chdir to that directory and type these commands: |
589 | 610 |
590 config msdos | 611 config msdos |
594 directories. Installing Emacs on MSDOS moves these executables to a | 615 directories. Installing Emacs on MSDOS moves these executables to a |
595 sibling directory called bin. For example, if you build in directory | 616 sibling directory called bin. For example, if you build in directory |
596 /emacs, installing moves the executables from /emacs/src and | 617 /emacs, installing moves the executables from /emacs/src and |
597 /emacs/lib-src to the directory /emacs/bin, so you can then delete the | 618 /emacs/lib-src to the directory /emacs/bin, so you can then delete the |
598 subdirectories /emacs/src and /emacs/lib-src if you wish. The only | 619 subdirectories /emacs/src and /emacs/lib-src if you wish. The only |
599 subdirectories you need to keep are bin, lisp, etc and info. The bin | 620 subdirectories you need to keep are bin, lisp, etc and info. (If you |
600 subdirectory should be added to your PATH. The msdos subdirectory | 621 installed Leim, keep the leim subdirectory, and if you installed |
601 includes a PIF and an icon file for Emacs which you might find useful | 622 intlfonts, keep the fonts directory and all its sibdirectories as well.) |
602 if you run Emacs under MS Windows. | 623 The bin subdirectory should be added to your PATH. The msdos |
624 subdirectory includes a PIF and an icon file for Emacs which you might | |
625 find useful if you run Emacs under MS Windows. | |
603 | 626 |
604 Emacs on MSDOS finds the lisp, etc and info directories by looking in | 627 Emacs on MSDOS finds the lisp, etc and info directories by looking in |
605 ../lisp, ../etc and ../info, starting from the directory where the | 628 ../lisp, ../etc and ../info, starting from the directory where the |
606 Emacs executable was run from. You can override this by setting the | 629 Emacs executable was run from. You can override this by setting the |
607 environment variables EMACSDATA (for the location of `etc' directory), | 630 environment variables EMACSDATA (for the location of `etc' directory), |