Search code examples
listprintingemacspretty-print

Emacs display only 12 list elements


I've tried to print the state of the list by message function

(message "%s" '(aoeu aoeu aoeu aoeu aoeu aoeu aoeu aoeu aoeu aoeu oeu oeu aoe))

But unfortunately see only 12 elements and 3 dots in the end.

"(aoeu aoeu aoeu aoeu aoeu aoeu aoeu aoeu aoeu aoeu oeu oeu ...)"

Any suggestions here how to inspect whole state of any list?


Solution

  • See variables print-length and, especially, eval-expression-print-length.