Mercurial > emacs
comparison etc/TODO @ 90119:8395880305fe
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-25
Merge from emacs--cvs-trunk--0
Patches applied:
* emacs--cvs-trunk--0 (patch 173-179)
- Update from CVS
author | Miles Bader <miles@gnu.org> |
---|---|
date | Mon, 14 Mar 2005 05:27:53 +0000 |
parents | 7e3f621f1dd4 76fcfe4d97de |
children | 30ad2795fdab |
comparison
equal
deleted
inserted
replaced
90118:e330fedc9152 | 90119:8395880305fe |
---|---|
79 ** A function to check for customizable options that have been | 79 ** A function to check for customizable options that have been |
80 set but not saved, and ask the user whether to save them. | 80 set but not saved, and ask the user whether to save them. |
81 This could go in kill-emacs-query-functions, to remind people | 81 This could go in kill-emacs-query-functions, to remind people |
82 to save their changes. If the user says yes, show them | 82 to save their changes. If the user says yes, show them |
83 in a Custom buffer using customize-customized. | 83 in a Custom buffer using customize-customized. |
84 | |
85 ** Emacs Lisp mode could put an overlay on the defun for every | |
86 function that has advice. The overlay could have `after-text' like " | |
87 [Function has advice]". It might look like | |
88 (defun foo [Function has advice] (x y) | |
89 The overlay could also be a button that you could use to view the advice. | |
84 | 90 |
85 ** ange-ftp | 91 ** ange-ftp |
86 *** understand sftp | 92 *** understand sftp |
87 *** Use MLS for ange-ftp-insert-directory if a list of files is specified. | 93 *** Use MLS for ange-ftp-insert-directory if a list of files is specified. |
88 | 94 |