comparison etc/TODO @ 90043:e24e2e78deda

Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-69 Merge from emacs--cvs-trunk--0 Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-643 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-649 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-650 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-651 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-655 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-656 Update from CVS: lisp/man.el (Man-xref-normal-file): Fix help-echo. * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-657 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-658 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-659 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-660 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-661 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-667 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-668 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-61 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-68 Update from CVS
author Miles Bader <miles@gnu.org>
date Thu, 04 Nov 2004 08:55:40 +0000
parents ff0e824afa37 95e2d2018daa
children f2ebccfa87d4
comparison
equal deleted inserted replaced
90042:003d95404d71 90043:e24e2e78deda
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