diff options
| -rw-r--r-- | etc/TODO | 11 |
1 files changed, 1 insertions, 10 deletions
| @@ -1713,17 +1713,8 @@ apparently loses under Solaris, at least. [fx has mostly done this.] | |||
| 1713 | 1713 | ||
| 1714 | (Obsolete, since gmalloc.c is nowadays only used on MS-DOS.) | 1714 | (Obsolete, since gmalloc.c is nowadays only used on MS-DOS.) |
| 1715 | 1715 | ||
| 1716 | ** Rewrite make-docfile to be clean and maintainable | ||
| 1717 | It might be better to replace with Lisp the part of make-docfile that | ||
| 1718 | produces the etc/DOC file by scanning *.el files, for example by | ||
| 1719 | reusing the code in the byte compiler or in autoload.el that already | ||
| 1720 | scans *.el files. | ||
| 1721 | https://lists.gnu.org/r/emacs-devel/2012-06/msg00037.html | ||
| 1722 | https://lists.gnu.org/r/emacs-devel/2021-05/msg00235.html | ||
| 1723 | |||
| 1724 | ** Eliminate the etc/DOC file altogether | 1716 | ** Eliminate the etc/DOC file altogether |
| 1725 | As an alternative to the previous item, we could try and eliminate the | 1717 | We could try and eliminate the DOC file altogether. See |
| 1726 | DOC file altogether. See | ||
| 1727 | https://lists.gnu.org/r/emacs-devel/2021-05/msg00237.html | 1718 | https://lists.gnu.org/r/emacs-devel/2021-05/msg00237.html |
| 1728 | 1719 | ||
| 1729 | ** Add an inferior-comint-minor-mode | 1720 | ** Add an inferior-comint-minor-mode |