diff options
| author | Craig Jennings <c@cjennings.net> | 2025-08-14 22:58:58 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-08-14 22:58:58 -0500 |
| commit | 82ba818ff456bcd6d56a06226e3f27e98fbb55c3 (patch) | |
| tree | 158cfc17b2f644a10f063cb546752cfaae12c97f /devdocs/elisp/character-display.html | |
| parent | 9278ddd4ea1a8b1a4c1edaa8894516e3f48d245b (diff) | |
| download | dotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.tar.gz dotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.zip | |
removing all downloaded devdocs files
Diffstat (limited to 'devdocs/elisp/character-display.html')
| -rw-r--r-- | devdocs/elisp/character-display.html | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/devdocs/elisp/character-display.html b/devdocs/elisp/character-display.html deleted file mode 100644 index 3a068c6c..00000000 --- a/devdocs/elisp/character-display.html +++ /dev/null @@ -1,31 +0,0 @@ - <h3 class="section">Character Display</h3> <p>This section describes how characters are actually displayed by Emacs. Typically, a character is displayed as a <em>glyph</em> (a graphical symbol which occupies one character position on the screen), whose appearance corresponds to the character itself. For example, the character ‘<samp>a</samp>’ (character code 97) is displayed as ‘<samp>a</samp>’. Some characters, however, are displayed specially. For example, the formfeed character (character code 12) is usually displayed as a sequence of two glyphs, ‘<samp>^L</samp>’, while the newline character (character code 10) starts a new screen line. </p> <p>You can modify how each character is displayed by defining a <em>display table</em>, which maps each character code into a sequence of glyphs. See <a href="display-tables">Display Tables</a>. </p> <table class="menu" border="0" cellspacing="0"> <tr> -<td align="left" valign="top">• <a href="usual-display" accesskey="1">Usual Display</a> -</td> -<td> </td> -<td align="left" valign="top">The usual conventions for displaying characters. </td> -</tr> <tr> -<td align="left" valign="top">• <a href="display-tables" accesskey="2">Display Tables</a> -</td> -<td> </td> -<td align="left" valign="top">What a display table consists of. </td> -</tr> <tr> -<td align="left" valign="top">• <a href="active-display-table" accesskey="3">Active Display Table</a> -</td> -<td> </td> -<td align="left" valign="top">How Emacs selects a display table to use. </td> -</tr> <tr> -<td align="left" valign="top">• <a href="glyphs" accesskey="4">Glyphs</a> -</td> -<td> </td> -<td align="left" valign="top">How to define a glyph, and what glyphs mean. </td> -</tr> <tr> -<td align="left" valign="top">• <a href="glyphless-chars" accesskey="5">Glyphless Chars</a> -</td> -<td> </td> -<td align="left" valign="top">How glyphless characters are drawn. </td> -</tr> </table><div class="_attribution"> - <p class="_attribution-p"> - Copyright © 1990-1996, 1998-2022 Free Software Foundation, Inc. <br>Licensed under the GNU GPL license.<br> - <a href="https://www.gnu.org/software/emacs/manual/html_node/elisp/Character-Display.html" class="_attribution-link">https://www.gnu.org/software/emacs/manual/html_node/elisp/Character-Display.html</a> - </p> -</div> |
