comparison etc/TODO @ 60796:1dcea9af4ea2

Remove define-generic-mode entry (DONE).
author Lute Kamstra <lute@gnu.org>
date Mon, 21 Mar 2005 18:18:32 +0000
parents f5e736698a78
children 71c8a6678c21 26c9034f3533 13796b0653c7
comparison
equal deleted inserted replaced
60795:45dee811cbe6 60796:1dcea9af4ea2
12 ** Fix the kill/yank treatment of invisible text. At the moment, 12 ** Fix the kill/yank treatment of invisible text. At the moment,
13 invisible text is placed in the kill-ring, so that the contents of 13 invisible text is placed in the kill-ring, so that the contents of
14 the ring may not correspond to the text as displayed to the user. It 14 the ring may not correspond to the text as displayed to the user. It
15 ought to be possible to omit text which is invisible (due to a 15 ought to be possible to omit text which is invisible (due to a
16 text-property, overlay, or selective display) from the kill-ring. 16 text-property, overlay, or selective display) from the kill-ring.
17
18 ** Redefine define-generic-mode as a macro, so the compiler
19 sees the definitions it generates.
20 17
21 ** Change the way define-minor-mode handles autoloading. 18 ** Change the way define-minor-mode handles autoloading.
22 It should not generate :require. Or :require in defcustom 19 It should not generate :require. Or :require in defcustom
23 should not be recorded in the user's custom-set-variables call. 20 should not be recorded in the user's custom-set-variables call.
24 21