summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2004-07-17 11:57:13 +0000
committerRichard M. Stallman <rms@gnu.org>2004-07-17 11:57:13 +0000
commit06382b71871b14694e85d36eb8384b6ecda2750e (patch)
treea80a9fe210c22a12fd87503eb6e58633f7d1447e
parent7778781072f91c4603b4e0516c64ff3a5c76c298 (diff)
downloademacs-06382b71871b14694e85d36eb8384b6ecda2750e.tar.gz
*** empty log message ***
-rw-r--r--etc/TODO8
1 files changed, 5 insertions, 3 deletions
diff --git a/etc/TODO b/etc/TODO
index 281674e230e..4efeada3aa0 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -87,7 +87,9 @@ to the FSF.
latin-1-prefix and latin-1-postfix.
** Implement a clean way to use different major modes for
- different parts of a buffer.
+ different parts of a buffer. This could be useful in editing
+ Bison input files, for instance, or other kinds of text
+ where one language is embedded in another language.
** Give start-process the ability to direct standard-error
output to a different filter.
@@ -107,8 +109,8 @@ to the FSF.
See the Gnus development sources for assigned code concerning GPG
use with mail, which is probably a good start.]
-** Save undo information in files, and reload it when needed
- for undoing.
+** Save undo information in special temporary files, and reload it
+ when needed for undoing. This could extend undo capacity.
** Merge the Emacs regex.c with the Glibc regex.c.
They split off a few years ago through negligence.