emacs.rst
changeset 511 79d2735bd210
parent 502 782eb1e22618
child 512 c90889a42e2b
--- 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))