This file:
http://angg.twu.net/eev/TODO
http://angg.twu.net/eev/TODO.html
Version: 2002may17; copyleft Edrx. License: GPL.
Sorry for the non-standard header...

Just some scattered notes on things that still need to be done.



I need to rearrange the comments in the eev-xxx.el files -- I used to
have a big eev.el with all the stuff, and I broke it in several
smaller files, but the comments still don't reflect that as well as
they should.



# dotfiles (find-eevfile "INSTALL" "TODO-dotfiles")

I need to implement a "make dotfiles-eevdummy" that changes the code
inside the "eev blocks" to no-ops, using eevblock files with names
like ~/eev/rcfiles/.bashrc-noeev; and I need to deal in an intelligent
way with the cases in which a user's ".emacs" file is named
".emacs.el" instead.

# (find-elnode "Init File" "`.emacs'")
# (find-elnode "Init File" "`.emacs.el'")
# (find-efile "startup.el" "^\\\\.emacs\\\\(\\\\.elc?\\\\)?$")
# (find-efile "startup.el" "(alt (concat source \".el\"))")
