Previous: Character Attribute Hooks, Up: Character Attributes [Contents][Index]
These are predefined in Hemlock:
A value of 1 indicates the character is whitespace.
A value of 1 indicates the character separates words (see section text-functions).
A value of 1 indicates the character is a base ten digit. This may be shadowed in modes or buffers to mean something else.
This is like Whitespace, but it should not include Newline. Hemlock uses this primarily for handling indentation on a line.
A value of 1 indicates these characters terminate sentences (see section text-functions).
A value of 1 indicates these delimiting characters, such as " or ), may follow a Sentence Terminator (see section text-functions).
A value of 1 indicates these characters delimit paragraphs when they begin a line (see section text-functions).
A value of 1 indicates this character separates logical pages (see section logical-pages) when it begins a line.
This uses the following symbol values:
These characters have no interesting properties.
This is @ for the Scribe formatting language.
These characters begin delimited text.
These characters end delimited text.
These characters can terminate the name of a formatting command.
These characters can terminate the name of a formatting command.
This uses symbol values from the following:
These characters have no interesting properties.
These characters act like whitespace and should not include Newline.
This is the Newline character.
This is ( character.
This is ) character.
This is a character that is a part of any form it precedes — for example, the single quote, ’.
This is the character that quotes a string literal, ".
This is the character that escapes a single character, \.
This is the character that makes a comment with the rest of the line, ;.
These characters are constitute symbol names.
Previous: Character Attribute Hooks, Up: Character Attributes [Contents][Index]