File: composite.c.html
Defined variables (5)
auto-composition-emoji-eligible-codepoints | List of codepoints for which auto-composition will check for an emoji font. |
auto-composition-function | Function to call to compose characters automatically. |
auto-composition-mode | Non-nil if Auto-Composition mode is enabled. |
compose-chars-after-function | Function to adjust composition of buffer text. |
composition-function-table | Char-table of functions for automatic character composition. |
Defined functions (6)
clear-composition-cache | () |
compose-region-internal | (START END &optional COMPONENTS MODIFICATION-FUNC) |
compose-string-internal | (STRING START END &optional COMPONENTS MODIFICATION-FUNC) |
composition-get-gstring | (FROM TO FONT-OBJECT STRING) |
composition-sort-rules | (RULES) |
find-composition-internal | (POS LIMIT STRING DETAIL-P) |