File: print.c.html

Defined variables (17)

float-output-formatThe format descriptor string used to print floats.
print-charset-text-propertyA flag to control printing of ‘charset’ text property on printing a string.
print-circleNon-nil means print recursive structures using #N= and #N# syntax.
print-continuous-numberingNon-nil means number continuously across print calls.
print-escape-control-charactersNon-nil means print control characters in strings as ‘\OOO’.
print-escape-multibyteNon-nil means print multibyte characters in strings as \xXXXX.
print-escape-newlinesNon-nil means print newlines in strings as ‘\n’.
print-escape-nonasciiNon-nil means print unibyte non-ASCII chars in strings as \OOO.
print-gensymNon-nil means print uninterned symbols so they will read as uninterned.
print-integers-as-charactersNon-nil means integers are printed using characters syntax.
print-lengthMaximum length of list to print before abbreviating.
print-levelMaximum depth of list nesting to print before abbreviating.
print-number-tableA vector used internally to produce ‘#N=’ labels and ‘#N#’ references.
print-quotedNon-nil means print quoted forms with reader syntax.
print-symbols-bareA flag to control printing of symbols with position.
print-unreadable-functionIf non-nil, a function to call when printing unreadable objects.
standard-outputOutput stream ‘print’ uses by default for outputting a character.

Defined functions (11)

error-message-string(OBJ)
external-debugging-output(CHARACTER)
flush-standard-output()
prin1(OBJECT &optional PRINTCHARFUN OVERRIDES)
prin1-to-string(OBJECT &optional NOESCAPE OVERRIDES)
princ(OBJECT &optional PRINTCHARFUN)
print(OBJECT &optional PRINTCHARFUN)
print--preprocess(OBJECT)
redirect-debugging-output(FILE &optional APPEND)
terpri(&optional PRINTCHARFUN ENSURE)
write-char(CHARACTER &optional PRINTCHARFUN)

Defined faces (0)