diff options
| author | Richard M. Stallman | 2001-03-14 01:25:42 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-03-14 01:25:42 +0000 |
| commit | 83eceec0d117dc65cd7a86145e3b71f4158fb87f (patch) | |
| tree | 2bb9c7d1fbe233caba015210b237312b3dccb7d8 /man/text.texi | |
| parent | 9ab48fa65847c40ca0b5c438805c609ceaf347ce (diff) | |
| download | emacs-83eceec0d117dc65cd7a86145e3b71f4158fb87f.tar.gz emacs-83eceec0d117dc65cd7a86145e3b71f4158fb87f.zip | |
Format Faces: Update info on `fixed' face
since we do support variable width now.
Diffstat (limited to 'man/text.texi')
| -rw-r--r-- | man/text.texi | 32 |
1 files changed, 18 insertions, 14 deletions
diff --git a/man/text.texi b/man/text.texi index cb5827e187d..169c9064d27 100644 --- a/man/text.texi +++ b/man/text.texi | |||
| @@ -1897,23 +1897,27 @@ format. | |||
| 1897 | The @code{excerpt} face is intended for quotations. This face is the | 1897 | The @code{excerpt} face is intended for quotations. This face is the |
| 1898 | same as @code{italic} unless you customize it (@pxref{Face Customization}). | 1898 | same as @code{italic} unless you customize it (@pxref{Face Customization}). |
| 1899 | 1899 | ||
| 1900 | The @code{fixed} face is meant to say, ``Use a fixed-width font for this | 1900 | The @code{fixed} face means, ``Use a fixed-width font for this part |
| 1901 | part of the text.'' Emacs currently supports only fixed-width fonts; | 1901 | of the text.'' This makes a visible difference only if you have |
| 1902 | therefore, the @code{fixed} annotation is not necessary now. However, | 1902 | specified a variable-width font in the default face; however, even if |
| 1903 | we plan to support variable width fonts in future Emacs versions, and | 1903 | the default font is fixed-width, applying the @code{fixed} face to a |
| 1904 | other systems that display text/enriched format may not use a | 1904 | part of the text will cause that part of the text to appear in a |
| 1905 | fixed-width font as the default. So if you specifically want a certain | 1905 | fixed-width font, if the file is ever displayed with a variable-width |
| 1906 | part of the text to use a fixed-width font, you should specify the | 1906 | default font. This applies to Emacs and to other systems that display |
| 1907 | text/enriched format. So if you specifically want a certain part of | ||
| 1908 | the text to use a fixed-width font, you should specify the | ||
| 1907 | @code{fixed} face for that part. | 1909 | @code{fixed} face for that part. |
| 1908 | 1910 | ||
| 1909 | The @code{fixed} face is normally defined to use a different font from | 1911 | The @code{fixed} face is normally set up to use a different font |
| 1910 | the default. However, different systems have different fonts installed, | 1912 | from the default, even if the default face is also fixed-width. |
| 1911 | so you may need to customize this. | 1913 | Different systems have different fonts installed, so you may need to |
| 1914 | customize this. @xref{Face Customization}. | ||
| 1912 | 1915 | ||
| 1913 | If your terminal cannot display different faces, you will not be able | 1916 | If your terminal cannot display different faces, you will not be |
| 1914 | to see them, but you can still edit documents containing faces. You can | 1917 | able to see them, but you can still edit documents containing faces, |
| 1915 | even add faces and colors to documents. They will be visible when the | 1918 | and even add faces and colors to documents. The faces you specify |
| 1916 | file is viewed on a terminal that can display them. | 1919 | will be visible when the file is viewed on a terminal that can display |
| 1920 | them. | ||
| 1917 | 1921 | ||
| 1918 | @node Format Colors | 1922 | @node Format Colors |
| 1919 | @subsection Colors in Formatted Text | 1923 | @subsection Colors in Formatted Text |