changeset 513 | d4dbea0f4121 |
parent 512 | c90889a42e2b |
child 516 | 3441ccca2e29 |
512:c90889a42e2b | 513:d4dbea0f4121 |
---|---|
245 (pp '(a b 123 "hello" 'set)) |
245 (pp '(a b 123 "hello" 'set)) |
246 |
246 |
247 * File manager. |
247 * File manager. |
248 |
248 |
249 http://www.emacswiki.org/emacs/Sunrise_Commander |
249 http://www.emacswiki.org/emacs/Sunrise_Commander |
250 |
|
251 * Semantic. |
|
252 |
|
253 semantic-lex-spp-describe |
|
254 Describe the current list of spp macros. |
|
255 semantic-lex-c-preprocessor-symbol-file |
|
256 List of C/C++ files that contain preprocessor macros for the C lexer. |
|
257 |