Mercurial > emacs
comparison etc/TODO @ 45945:9696ee679264
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 21 Jun 2002 10:29:11 +0000 |
parents | dc6ce0d4a650 |
children | dafe1c2349ff |
comparison
equal
deleted
inserted
replaced
45944:ca4e3a6d73f4 | 45945:9696ee679264 |
---|---|
65 Other features we would like: | 65 Other features we would like: |
66 | 66 |
67 * Have a command suggestion help system that recognizes patterns | 67 * Have a command suggestion help system that recognizes patterns |
68 of commands which could be replaced with a simpler common command. | 68 of commands which could be replaced with a simpler common command. |
69 It should not make more than one suggestion per 10 minutes. | 69 It should not make more than one suggestion per 10 minutes. |
70 | |
71 * Add a way to define input methods by computing them (when first used) | |
72 from other input methods. Then redefine C-x 8 to use a | |
73 user-selected input method, with the default being the union of | |
74 latin-1-prefix and latin-1-postfix. | |
70 | 75 |
71 * Implement a clean way to use different major modes for | 76 * Implement a clean way to use different major modes for |
72 different parts of a buffer. | 77 different parts of a buffer. |
73 | 78 |
74 * Give start-process the ability to direct standard-error | 79 * Give start-process the ability to direct standard-error |