BSD 4_4 development
authorCSRG <csrg@ucbvax.Berkeley.EDU>
Fri, 6 May 1988 04:41:24 +0000 (20:41 -0800)
committerCSRG <csrg@ucbvax.Berkeley.EDU>
Fri, 6 May 1988 04:41:24 +0000 (20:41 -0800)
Work on file usr/contrib/lib/emacs/etc/TO-DO
Work on file usr/src/contrib/emacs-18.57/etc/TO-DO

Synthesized-from: CSRG/cd3/4.4

usr/contrib/lib/emacs/etc/TO-DO [new file with mode: 0644]
usr/src/contrib/emacs-18.57/etc/TO-DO [new file with mode: 0644]

diff --git a/usr/contrib/lib/emacs/etc/TO-DO b/usr/contrib/lib/emacs/etc/TO-DO
new file mode 100644 (file)
index 0000000..cc5b398
--- /dev/null
@@ -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.
diff --git a/usr/src/contrib/emacs-18.57/etc/TO-DO b/usr/src/contrib/emacs-18.57/etc/TO-DO
new file mode 100644 (file)
index 0000000..cc5b398
--- /dev/null
@@ -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.