diff options
| author | Richard M. Stallman | 2002-06-21 10:29:11 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-06-21 10:29:11 +0000 |
| commit | 30a2aafd0cb8cef0137f07aec7ff5666ebe3fe8b (patch) | |
| tree | dd5918d650571a96f8e968959062cb149c180e59 /etc/TODO | |
| parent | 6cbdd38befb162339ca946e07b2484f6433af3d3 (diff) | |
| download | emacs-30a2aafd0cb8cef0137f07aec7ff5666ebe3fe8b.tar.gz emacs-30a2aafd0cb8cef0137f07aec7ff5666ebe3fe8b.zip | |
*** empty log message ***
Diffstat (limited to 'etc/TODO')
| -rw-r--r-- | etc/TODO | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -68,6 +68,11 @@ Other features we would like: | |||
| 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 | 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. | ||
| 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 | ||