comparison etc/TODO @ 88123:375f2633d815

New directory
author Kenichi Handa <handa@m17n.org>
date Mon, 08 Sep 2003 11:56:09 +0000
parents 2aa1900aa34c
children 68c22ea6027c
comparison
equal deleted inserted replaced
52428:27bc8b966642 88123:375f2633d815
9 9
10 Small but important fixes needed in existing features: 10 Small but important fixes needed in existing features:
11 11
12 * Make compile.el record the markers that point to error loci 12 * Make compile.el record the markers that point to error loci
13 on text properties in the error message lines. 13 on text properties in the error message lines.
14
15 * Fix the kill/yank treatment of invisible text. At the moment,
16 invisible text is placed in the kill-ring, so that the contents of
17 the ring may not correspond to the text as displayed to the user. It
18 ought to be possible to omit text which is invisible (due to a
19 text-property, overlay, or selective display) from the kill-ring.
20 14
21 Important features: 15 Important features:
22 16
23 * Provide user-friendly ways to list all available font families, 17 * Provide user-friendly ways to list all available font families,
24 display a font as a sample, etc. [fx is looking at multilingual 18 display a font as a sample, etc. [fx is looking at multilingual
274 interface that would show you the printed reps of the elements of the 268 interface that would show you the printed reps of the elements of the
275 list in a menu, let you select one of the values, and put it into some 269 list in a menu, let you select one of the values, and put it into some
276 other variable, without changing the value of `values'. 270 other variable, without changing the value of `values'.
277 271
278 * Fix skip-chars-{for,back}ward to allow character classes. 272 * Fix skip-chars-{for,back}ward to allow character classes.
279
280 ;;; arch-tag: b0a3e40b-726a-457d-9999-ba848321b036