Mercurial > emacs
diff etc/TODO @ 60573:76fcfe4d97de
*** empty log message ***
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Fri, 11 Mar 2005 23:51:27 +0000 |
| parents | 11091da505b8 |
| children | f5e736698a78 48ba3f89c89f 8395880305fe |
line wrap: on
line diff
--- a/etc/TODO Fri Mar 11 23:49:25 2005 +0000 +++ b/etc/TODO Fri Mar 11 23:51:27 2005 +0000 @@ -82,6 +82,12 @@ to save their changes. If the user says yes, show them in a Custom buffer using customize-customized. +** Emacs Lisp mode could put an overlay on the defun for every + function that has advice. The overlay could have `after-text' like " + [Function has advice]". It might look like + (defun foo [Function has advice] (x y) + The overlay could also be a button that you could use to view the advice. + ** ange-ftp *** understand sftp *** Use MLS for ange-ftp-insert-directory if a list of files is specified.
