diff options
| author | Stefan Monnier | 2006-02-02 15:12:24 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2006-02-02 15:12:24 +0000 |
| commit | a53e64ccbbbb4623aba854b5b6d6cada3696c14e (patch) | |
| tree | d9443264152465d13c9319f96d0386b086642536 | |
| parent | 7b8e06aaa68ef6015d46f6f1fc2567ac67ac5d68 (diff) | |
| download | emacs-a53e64ccbbbb4623aba854b5b6d6cada3696c14e.tar.gz emacs-a53e64ccbbbb4623aba854b5b6d6cada3696c14e.zip | |
*** empty log message ***
| -rw-r--r-- | etc/TODO | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -123,6 +123,9 @@ to the FSF. | |||
| 123 | 123 | ||
| 124 | * Other features we would like: | 124 | * Other features we would like: |
| 125 | 125 | ||
| 126 | ** Create a category of errors called `user-error' for errors which are | ||
| 127 | typically due to pilot errors and should thus be in debug-ignored-errors. | ||
| 128 | |||
| 126 | ** Give Tar mode all the features of Archive mode. | 129 | ** Give Tar mode all the features of Archive mode. |
| 127 | 130 | ||
| 128 | ** Create a category of errors called `process-error' | 131 | ** Create a category of errors called `process-error' |
| @@ -422,6 +425,9 @@ when the body only calls primitives. | |||
| 422 | "japanese". Currently, most Japanese users are using external | 425 | "japanese". Currently, most Japanese users are using external |
| 423 | packages (e.g. tamago, anthy) or an input method via XIM. | 426 | packages (e.g. tamago, anthy) or an input method via XIM. |
| 424 | 427 | ||
| 428 | ** Let LEIM handle the Mode_switch key like XIM does (i.e. a toggle like C-\ | ||
| 429 | but which can also be used as a modifier). | ||
| 430 | |||
| 425 | ** Provide the toolbar on ttys. This could map a bit like tmm-menubar | 431 | ** Provide the toolbar on ttys. This could map a bit like tmm-menubar |
| 426 | for the menubar and buttons could look a bit like those used by customize. | 432 | for the menubar and buttons could look a bit like those used by customize. |
| 427 | 433 | ||