diff options
author | Eli Zaretskii <eliz@gnu.org> | 2021-05-06 11:41:43 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2021-05-06 11:41:43 +0300 |
commit | e36183ff466f0f3059811022b0e2085acfd03096 (patch) | |
tree | 7f22f54cd8d71883b4b79725c6ceaa5f9dbc26c8 /etc/TODO | |
parent | 40228fffd7266d4c2836806ea9b65d8f5b5db607 (diff) | |
download | emacs-e36183ff466f0f3059811022b0e2085acfd03096.tar.gz emacs-e36183ff466f0f3059811022b0e2085acfd03096.tar.bz2 emacs-e36183ff466f0f3059811022b0e2085acfd03096.zip |
; * etc/TODO (etc/DOC): Update the todo entries.
Diffstat (limited to 'etc/TODO')
-rw-r--r-- | etc/TODO | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -1761,8 +1761,17 @@ apparently loses under Solaris, at least. [fx has mostly done this.] (Obsolete, since gmalloc.c is nowadays only used on MS-DOS.) ** Rewrite make-docfile to be clean and maintainable -It might be better to replace it with Lisp, using the byte compiler. +It might be better to replace with Lisp the part of make-docfile that +produces the etc/DOC file by scanning *.el files, for example by +reusing the code in the byte compiler or in autoload.el that already +scans *.el files. https://lists.gnu.org/r/emacs-devel/2012-06/msg00037.html +https://lists.gnu.org/r/emacs-devel/2021-05/msg00235.html + +** Eliminate the etc/DOC file altogether +As an alternative to the previous item, we could try and eliminate the +DOC file altogether. See +https://lists.gnu.org/r/emacs-devel/2021-05/msg00237.html ** Add an inferior-comint-minor-mode The purpose is to have a mode to capture the common set of operations |