Mercurial > emacs
comparison etc/TODO @ 58946:9b6234081dc1
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 13 Dec 2004 19:46:36 +0000 |
parents | 88cf8c060c08 |
children | d9de1e27928f 4ee39d9428b0 fb79180b618d |
comparison
equal
deleted
inserted
replaced
58945:2cce3ac9ec7b | 58946:9b6234081dc1 |
---|---|
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. | |
17 | 20 |
18 * Important features: | 21 * Important features: |
19 | 22 |
20 ** Provide user-friendly ways to list all available font families, | 23 ** Provide user-friendly ways to list all available font families, |
21 display a font as a sample, etc. [fx is looking at multilingual | 24 display a font as a sample, etc. [fx is looking at multilingual |