diff options
| author | Richard M. Stallman | 2004-07-17 11:57:13 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2004-07-17 11:57:13 +0000 |
| commit | 06382b71871b14694e85d36eb8384b6ecda2750e (patch) | |
| tree | a80a9fe210c22a12fd87503eb6e58633f7d1447e | |
| parent | 7778781072f91c4603b4e0516c64ff3a5c76c298 (diff) | |
| download | emacs-06382b71871b14694e85d36eb8384b6ecda2750e.tar.gz emacs-06382b71871b14694e85d36eb8384b6ecda2750e.zip | |
*** empty log message ***
| -rw-r--r-- | etc/TODO | 8 |
1 files changed, 5 insertions, 3 deletions
| @@ -87,7 +87,9 @@ to the FSF. | |||
| 87 | latin-1-prefix and latin-1-postfix. | 87 | latin-1-prefix and latin-1-postfix. |
| 88 | 88 | ||
| 89 | ** Implement a clean way to use different major modes for | 89 | ** Implement a clean way to use different major modes for |
| 90 | different parts of a buffer. | 90 | different parts of a buffer. This could be useful in editing |
| 91 | Bison input files, for instance, or other kinds of text | ||
| 92 | where one language is embedded in another language. | ||
| 91 | 93 | ||
| 92 | ** Give start-process the ability to direct standard-error | 94 | ** Give start-process the ability to direct standard-error |
| 93 | output to a different filter. | 95 | output to a different filter. |
| @@ -107,8 +109,8 @@ to the FSF. | |||
| 107 | See the Gnus development sources for assigned code concerning GPG | 109 | See the Gnus development sources for assigned code concerning GPG |
| 108 | use with mail, which is probably a good start.] | 110 | use with mail, which is probably a good start.] |
| 109 | 111 | ||
| 110 | ** Save undo information in files, and reload it when needed | 112 | ** Save undo information in special temporary files, and reload it |
| 111 | for undoing. | 113 | when needed for undoing. This could extend undo capacity. |
| 112 | 114 | ||
| 113 | ** Merge the Emacs regex.c with the Glibc regex.c. | 115 | ** Merge the Emacs regex.c with the Glibc regex.c. |
| 114 | They split off a few years ago through negligence. | 116 | They split off a few years ago through negligence. |