summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorEric S. Raymond <esr@snark.thyrsus.com>1993-03-18 22:31:30 +0000
committerEric S. Raymond <esr@snark.thyrsus.com>1993-03-18 22:31:30 +0000
commit75bb4f6536ae8ac7bbff11b38159919c966f402b (patch)
tree39675fa886b2fe7b5612fd1d3adb7d14e465e8bf /etc
parent891274e1fd244a03fc4a4ab9ff8a0172964fbc95 (diff)
downloademacs-75bb4f6536ae8ac7bbff11b38159919c966f402b.tar.gz
Initial revision
Diffstat (limited to 'etc')
-rw-r--r--etc/=TO-DO26
1 files changed, 26 insertions, 0 deletions
diff --git a/etc/=TO-DO b/etc/=TO-DO
new file mode 100644
index 00000000000..cc5b398eeca
--- /dev/null
+++ b/etc/=TO-DO
@@ -0,0 +1,26 @@
+Things useful to do for GNU Emacs:
+
+* Primitive for random access insertion of part of a file.
+
+* Making I/O streams for files, so that read and prin1 can
+ be used on files directly. The I/O stream itself would
+ serve as a function to read or write one character.
+
+* If a file you can't write is in a directory you can write,
+ make sure it works to modify and save this file.
+
+* Make dired's commands handle correctly the case where
+ ls has listed several subdirectories' contents.
+ It needs to be able to tell which directory each file
+ is really in, by searching backward for the line
+ which identifies the start of a directory.
+
+* Add more dired commands, such as sorting (use the
+ sort utility through call-process-region).
+
+* Make display.c record inverse-video-ness on
+ a character by character basis. Then make non-full-screen-width
+ mode lines inverse video, and display the marked location in
+ inverse video.
+
+* VMS code to list a file directory. Make dired work.