# HG changeset patch # User Oleksandr Gavenko # Date 1283080300 -10800 # Node ID 79d2735bd21047bac880f77cd57a7172354213a6 # Parent 2be5a339871a33ab1fb4b05cc0d4abfa232ba799 Printing Emacs structures. diff -r 2be5a339871a -r 79d2735bd210 emacs.rst --- a/emacs.rst Thu Aug 26 15:09:08 2010 +0300 +++ b/emacs.rst Sun Aug 29 14:11:40 2010 +0300 @@ -238,3 +238,8 @@ (setq longlines-show-hard-newlines t) (setq longlines-wrap-follows-window-size t) (longlines-mode 1) + +* Printing Emacs structures. + + (message "%S" '(a b 123 "hello" 'set)) + (pp '(a b 123 "hello" 'set))