# HG changeset patch # User Richard M. Stallman # Date 1090065433 0 # Node ID a07fa479d4e035926046f64e72ea8b724daae243 # Parent 2b402c8ba0249ca3a2fe6d8240595321a6fc9777 *** empty log message *** diff -r 2b402c8ba024 -r a07fa479d4e0 etc/TODO --- a/etc/TODO Sat Jul 17 08:10:28 2004 +0000 +++ b/etc/TODO Sat Jul 17 11:57:13 2004 +0000 @@ -87,7 +87,9 @@ 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 @@ 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.