Mercurial > emacs
comparison etc/TODO @ 67585:9b67c4d3afae
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 14 Dec 2005 23:14:14 +0000 |
parents | a8ecaed1cf25 |
children | 0cf34d968396 |
comparison
equal
deleted
inserted
replaced
67584:c8432466c0f5 | 67585:9b67c4d3afae |
---|---|
9 | 9 |
10 * Small but important fixes needed in existing features: | 10 * Small but important fixes needed in existing features: |
11 | 11 |
12 ** revert-buffer should eliminate overlays and the mark. | 12 ** revert-buffer should eliminate overlays and the mark. |
13 | 13 |
14 ** erase-buffer should perhaps disregard read-only properties of text. | |
15 | |
14 ** Make occur correctly handle matches that span more than one line, | 16 ** Make occur correctly handle matches that span more than one line, |
15 as well as overlapping matches. | 17 as well as overlapping matches. |
16 | 18 |
17 ** Fix the kill/yank treatment of invisible text. At the moment, | 19 ** Fix the kill/yank treatment of invisible text. At the moment, |
18 invisible text is placed in the kill-ring, so that the contents of | 20 invisible text is placed in the kill-ring, so that the contents of |
34 | 36 |
35 ** Enhance scroll-bar to handle tall line (similar to line-move). | 37 ** Enhance scroll-bar to handle tall line (similar to line-move). |
36 | 38 |
37 ** Make occur handle multi-line matches cleanly with context. | 39 ** Make occur handle multi-line matches cleanly with context. |
38 | 40 |
41 ** In Custom buffers, put the option that turns a mode on or off first, | |
42 using a heuristic of some kind? | |
43 | |
44 ** Define recompute-arg and recompute-arg-if for fix_command to use. | |
45 See rms message of 11 Dec 05. | |
46 | |
39 ** Height returned by frame-parameter ... and height given to | 47 ** Height returned by frame-parameter ... and height given to |
40 make-frame does not mean the same thing. The former includes menu and | 48 make-frame does not mean the same thing. The former includes menu and |
41 tool bar lines, the latter don't. frame-parameter should return height | 49 tool bar lines, the latter don't. frame-parameter should return height |
42 without menu and tool bar lines. | 50 without menu and tool bar lines. |
51 | |
52 ** In Emacs Info, examples of using Customize should be clickable | |
53 and they should create Custom buffers. | |
43 | 54 |
44 * Important features: | 55 * Important features: |
45 | 56 |
46 ** Provide user-friendly ways to list all available font families, | 57 ** Provide user-friendly ways to list all available font families, |
47 list fonts, display a font as a sample, etc. [fx is looking at | 58 list fonts, display a font as a sample, etc. [fx is looking at |