merged
authorOleksandr Gavenko <gavenkoa@gmail.com>
Thu, 02 Sep 2010 16:45:59 +0300
changeset 515 5a33eef9ce69
parent 514 8d0977618c01 (current diff)
parent 513 d4dbea0f4121 (diff)
child 522 1cc5709f153d
child 523 034d73330ea9
merged
--- a/emacs.rst	Thu Sep 02 16:45:30 2010 +0300
+++ b/emacs.rst	Thu Sep 02 16:45:59 2010 +0300
@@ -238,3 +238,20 @@
   (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))
+
+* File manager.
+
+  http://www.emacswiki.org/emacs/Sunrise_Commander
+
+* Semantic.
+
+  semantic-lex-spp-describe
+                Describe the current list of spp macros.
+  semantic-lex-c-preprocessor-symbol-file
+                List of C/C++ files that contain preprocessor macros for the C lexer.
+