Skip to content

Commit

Permalink
; * etc/TODO (etc/DOC): Update the todo entries.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eli-Zaretskii committed May 6, 2021
1 parent 40228ff commit e36183f
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion etc/TODO
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e36183f

Please sign in to comment.