;ELC   
;;; Compiled
;;; in Emacs version 29.4
;;; with all optimizations.



(put 'display-table 'char-table-extra-slots 6)#@36 Return a new, empty display table.
(defalias 'make-display-table #[0 "\300\301\302\"\207" [make-char-table display-table nil] 3 (#$ . 130)])
(byte-code "\204 \301 \302\303\304\305#\210\302\306\304\307#\210\302\310\304\311#\210\302\312\304\313#\210\302\314\304\315#\210\302\316\304\317#\207" [standard-display-table make-display-table put truncation display-table-slot 0 wrap 1 escape 2 control 3 selective-display 4 vertical-border 5] 4)#@264 Return the value of the extra slot in DISPLAY-TABLE named SLOT.
SLOT may be a number from 0 to 5 inclusive, or a slot name (symbol).
Valid symbols are `truncation', `wrap', `escape', `control',
`selective-display', and `vertical-border'.

(fn DISPLAY-TABLE SLOT)
(defalias 'display-table-slot #[514 "\211\247\203	 \211\202 \211\300N\206 \301\302\"\303\"\207" [display-table-slot error "Invalid display-table slot name: %s" char-table-extra-slot] 6 (#$ . 577)])#@271 Set the value of the extra slot in DISPLAY-TABLE named SLOT to VALUE.
SLOT may be a number from 0 to 5 inclusive, or a name (symbol).
Valid symbols are `truncation', `wrap', `escape', `control',
`selective-display', and `vertical-border'.

(fn DISPLAY-TABLE SLOT VALUE)
(defalias 'set-display-table-slot #[771 "\247\203	 \202 \300N\206 \301\302\"\303#\207" [display-table-slot error "Invalid display-table slot name: %s" set-char-table-extra-slot] 8 (#$ . 1049)])#@58 Describe the display table DT in a help buffer.

(fn DT)
(defalias 'describe-display-table #[257 "\300\301\302\303\"\"\207" [help--window-setup "*Help*" make-closure #[0 "\302\303!\210\304\305\300\306\"!\210\302\307!\210\304\305\300\310\"!\210\302\311!\210\304\305\300\312\"!\210\302\313!\210\304\305\300\314\"!\210\302\315!\210\304\305\300\316\"!\210\302\317!\210\304\305\300\320\"!\210\302\321!\210r	q\210\322\323\324\"\325\211\323W\203c \300HI\210\211T\262\202O \326\327\"\266\330 )\207" [V0 standard-output princ "\nTruncation glyph: " prin1 display-table-slot truncation "\nWrap glyph: " wrap "\nEscape glyph: " escape "\nCtrl glyph: " control "\nSelective display glyph sequence: " selective-display "\nVertical window border glyph: " vertical-border "\nCharacter display glyph sequences:\n" make-vector 256 nil 0 describe-vector display-table-print-array help-mode] 6]] 6 (#$ . 1527)])#@13 

(fn DESC)
(defalias 'display-table-print-array #[257 "\300c\210i\301 \302G\303\211W\203B \304\305H\"\262iG\\TY\203/ \306c\210\307\310\"c\210\2028 \211\303V\2038 \311c\210c\210\211T\262\202\n \266\312c\207" ["[" window-width nil 0 format "%s" "\n" make-string 32 " " "]\n"] 10 (#$ . 2432)])#@70 Describe the display table in use in the selected window and buffer.
(defalias 'describe-current-display-table #[0 "\302 \206\n \206\n 	\211\203 \303!\207\304\305!\207" [buffer-display-table standard-display-table window-display-table describe-display-table message "No display table"] 3 (#$ . 2741) nil])#@448 Display characters representing raw bytes in the range L to H literally.

On a terminal display, each character in the range is displayed
by sending the corresponding byte directly to the terminal.

On a graphic display, each character in the range is displayed
using the default font by a glyph whose code is the corresponding
byte.

Note that ASCII printable characters (SPC to TILDA) are displayed
in the default way after this call.

(fn L H)
(defalias 'standard-display-8bit #[514 "\204 \301 \211\302V\203 \302\262X\205D \303W\2032 \211\304W\204* \305U\205- \306!I\210\202= \307!\306!I\266T\262\202 \207" [standard-display-table make-display-table 255 128 32 127 vector unibyte-char-to-multibyte] 7 (#$ . 3056)])#@78 Display characters in the range L to H using the default notation.

(fn L H)
(defalias 'standard-display-default #[514 "\204 \301 X\205% \302Y\203 \303!\203 \304I\210T\262\202 \207" [standard-display-table make-display-table 32 characterp nil] 5 (#$ . 3799)])#@57 Display character C using printable string S.

(fn C S)
(defalias 'standard-display-ascii #[514 "\204 \301 \302!I\207" [standard-display-table make-display-table vconcat] 6 (#$ . 4078)])#@182 Display character C as character SC in the g1 character set.
This function assumes that your terminal uses the SO/SI characters;
it is meaningless for a graphical frame.

(fn C SC)
(defalias 'standard-display-g1 #[514 "\301 \203	 \302\303!\210\204 \304 \305\306\307\310!\311Q!!I\207" [standard-display-table display-graphic-p error "Cannot use string glyphs in a windowing system" make-display-table vector create-glyph "" char-to-string ""] 9 (#$ . 4277)])#@164 Display character C as character GC in graphics character set.
This function assumes VT100-compatible escapes; it is meaningless
for a graphical frame.

(fn C GC)
(defalias 'standard-display-graphic #[514 "\301 \203	 \302\303!\210\204 \304 \305\306\307\310!\311Q!!I\207" [standard-display-table display-graphic-p error "Cannot use string glyphs in a windowing system" make-display-table vector create-glyph "(0" char-to-string "(B"] 9 (#$ . 4750)])#@66 Display character C as character UC plus underlining.

(fn C UC)
(defalias 'standard-display-underline #[514 "\204 \302 \303	\203 \304\305\"\202 \306\307\310!\311Q!!I\207" [standard-display-table window-system make-display-table vector make-glyph-code underline create-glyph "[4m" char-to-string "[m"] 9 (#$ . 5213)])#@82 Allocate a glyph code to display by sending STRING to the terminal.

(fn STRING)
(defalias 'create-glyph #[257 "G\301U\203 \302\303!\210G\304U\203 \305\306\307\310\"\"\305C\"\211GS\207" [glyph-table 65536 error "No free glyph codes remain" 32 vconcat make-vector 224 nil] 7 (#$ . 5548)])#@86 Return a glyph code representing char CHAR with face FACE.

(fn CHAR &optional FACE)
(defalias 'make-glyph-code #[513 "\211\204 \207\300!\211\301W\203 \302\303\304\"\"\207B\207" [face-id 64 logior ash 22] 8 (#$ . 5850)])#@55 Return the character of glyph code GLYPH.

(fn GLYPH)
(defalias 'glyph-char #[257 "\211:\203 \211@\207\300\301\"\207" [logand 4194303] 4 (#$ . 6084)])#@84 Return the face of glyph code GLYPH, or nil if glyph has default face.

(fn GLYPH)
(defalias 'glyph-face #[257 "\211:\203\n \211A\202 \300\301\"\211\302V\2057 \30327 \304 \211\2054 \211@\305!=\203- \306\303\"\210A\266\202\202 \2620\207" [ash -22 0 face face-list face-id throw] 7 (#$ . 6242)])#@839 Semi-obsolete way to toggle display of ISO 8859 European characters.

This function is semi-obsolete; you probably don't need it, or else you
probably should use `set-language-environment' or `set-locale-environment'.

This function enables European character display if ARG is positive,
disables it if negative.  Otherwise, it toggles European character display.

When this mode is enabled, characters in the range of 160 to 255
display not as octal escapes, but as accented characters.  Codes 146
and 160 display as apostrophe and space, even though they are not the
ASCII codes for apostrophe and space.

Enabling European character display with this command noninteractively
from Lisp code also selects Latin-1 as the language environment.
This provides increased compatibility for users who call this function
in `.emacs'.

(fn ARG)
(defalias 'standard-display-european #[257 "\303!\304X\204  \211\2048 \305!\2038 \306\307!H\310\306\307!!\232\2038 \311\306\312!\306\313!\"\210\314 ?\205i \315 \2057 \316\317!\207\320\321\322\323!\324#\210	\325\232\203J \326\327!\210\n\204g \314 \204g \316\330	\227!\331!\203b \211\202c \332\262!\210\333 \207" [standard-display-table current-language-environment noninteractive prefix-numeric-value 0 char-table-p unibyte-char-to-multibyte 161 vector standard-display-default 160 255 display-graphic-p terminal-coding-system set-terminal-coding-system nil display-warning i18n format-message "`standard-display-european' is semi-obsolete; see its doc string for details" :warning "English" set-language-environment "latin-1" intern coding-system-p latin-1 standard-display-european-internal] 5 (#$ . 6550)])#@1482 Produce code to display characters between FROM and TO using REPL.
This function produces a buffer with code to set up `standard-display-table'
such that characters that cannot be displayed by the terminal, and
don't already have their display set up in `standard-display-table', will
be represented by a replacement character.  You can evaluate the produced
code to use the setup for the current Emacs session, or copy the code
into your init file, to make Emacs use it for subsequent sessions.

Interactively, the produced code arranges for any character in
the range [#x100..#x10FFFF] that the terminal cannot display to
be represented by the #xFFFD Unicode replacement character.

When called from Lisp, FROM and TO define the range of characters for
which to produce the setup code for `standard-display-table'.  If they
are omitted, they default to #x100 and #x10FFFF respectively, covering
the entire non-ASCII range of Unicode characters.
REPL is the replacement character to use.  If it's omitted, it defaults
to #xFFFD, the Unicode replacement character, usually displayed as a
black diamond with a question mark inside.
The produced code sets up `standard-display-table' to show REPL with
the `homoglyph' face, making the replacements stand out on display.

This command is most useful with text-mode terminals, such as the
Linux console, for which Emacs has a reliable way of determining
which characters can be displayed and which cannot.

(fn &optional REPL FROM TO)
(defalias 'standard-display-by-replacement-char #[768 "\204 \301\262\203 \211\203 X\204 \302\262\303\304!\262\305\306!\307rq\210\310 \210\311c\210X\203{ \312!\204? H\203F T\262\202- \262X\203b \312!\204b H\204b T\262\202I \313\314\315\"\316\314\315S\"\317\314\315\"\320\261\210\202- \321c)\210\322!\207" [standard-display-table 65533 256 max-char unicode get-buffer-create "*Display replacements*" nil erase-buffer ";; This code was produced by `standard-display-by-replacement-char'.\n;; Evaluate the Lisp code below to make Emacs show the standard\n;; replacement character as a substitute for each undisplayable character.\n;; One way to do that is with \"C-x h M-x eval-region RET\".\n;; Normally you would put this code in your Emacs initialization file,\n;; perhaps conditionally based on the type of terminal, so that\n;; this setup happens automatically on each startup.\n(let ((tbl (or standard-display-table\n               (setq standard-display-table (make-display-table)))))\n" char-displayable-p "  (set-char-table-range tbl '(" format "#x%x" " . " ")\n                       (vconcat (list (make-glyph-code " " 'homoglyph))))\n" ")\n" pop-to-buffer] 15 (#$ . 8209) nil])
(provide 'disp-table)
