comparison etc/TODO @ 57829:95e2d2018daa

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Mon, 01 Nov 2004 07:48:44 +0000
parents 31da9ea9f4ed
children dc83ecc1ac97 7a0245dd1848 e24e2e78deda
comparison
equal deleted inserted replaced
57828:7957cb0def89 57829:95e2d2018daa
82 *** support for the $ (paired delimiter) in parse-partial-sexp. 82 *** support for the $ (paired delimiter) in parse-partial-sexp.
83 *** support for hook-chars whose effect on the parsing-state is specified 83 *** support for hook-chars whose effect on the parsing-state is specified
84 by elisp code. Thus a char could both close a string and open a comment 84 by elisp code. Thus a char could both close a string and open a comment
85 at the same time and do it in a context-sensitive way. 85 at the same time and do it in a context-sensitive way.
86 *** ability to add mode-specific data to the partial-parse-state. 86 *** ability to add mode-specific data to the partial-parse-state.
87
88 ** Add a way to convert a keyboard macro to equivalent Lisp code.
87 89
88 ** Have a command suggestion help system that recognizes patterns 90 ** Have a command suggestion help system that recognizes patterns
89 of commands which could be replaced with a simpler common command. 91 of commands which could be replaced with a simpler common command.
90 It should not make more than one suggestion per 10 minutes. 92 It should not make more than one suggestion per 10 minutes.
91 93