Vl-print-markup
(vl-print-markup x) prints verbatim text with no encoding.
x is any object that satisfies vl-printable-p. We
print the characters for x directly to ps without any automatic
encoding, no matter what mode we are in. This function is generally intended
for the printing of HTML tags.
Subtopics
- Vl-print-markup-main
- General case.
- Vl-print-markup-raw-fast
- Optimized, inline version for string literals.