# HG changeset patch # User Oleksandr Gavenko # Date 1283435159 -10800 # Node ID 5a33eef9ce6909ef51e2c2362713499b765d16a6 # Parent 8d0977618c0136c4bdc8f40e21b2780b32e6c481# Parent d4dbea0f4121eb8acb032faf083161446f613fb3 merged diff -r 8d0977618c01 -r 5a33eef9ce69 emacs.rst --- 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. +