Printing Emacs structures.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sun, 29 Aug 2010 14:11:40 +0300
changeset 511 79d2735bd210
parent 510 2be5a339871a
child 512 c90889a42e2b
Printing Emacs structures.
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))