Mercurial > emacs
comparison etc/TODO @ 56968:4a550d52d08d
Remove entry re. skip-chars-... and classes.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Tue, 07 Sep 2004 21:11:29 +0000 |
parents | 06ba148c4c86 |
children | 31da9ea9f4ed 42acc7fa8a4f cce1c0ee76ee |
comparison
equal
deleted
inserted
replaced
56967:da2ce3c5a686 | 56968:4a550d52d08d |
---|---|
265 ** Convenient access to the `values' variable. It would be nice to have an | 265 ** Convenient access to the `values' variable. It would be nice to have an |
266 interface that would show you the printed reps of the elements of the | 266 interface that would show you the printed reps of the elements of the |
267 list in a menu, let you select one of the values, and put it into some | 267 list in a menu, let you select one of the values, and put it into some |
268 other variable, without changing the value of `values'. | 268 other variable, without changing the value of `values'. |
269 | 269 |
270 ** Fix skip-chars-{for,back}ward to allow character classes. | |
271 | |
272 ** (Controlled by a flag) make open and close syntax match exactly, | 270 ** (Controlled by a flag) make open and close syntax match exactly, |
273 i.e. `(' doesn't match `]'. | 271 i.e. `(' doesn't match `]'. |
274 | 272 |
275 ** Specify parameter ID-FORMAT in all calls to `file-attributes' and | 273 ** Specify parameter ID-FORMAT in all calls to `file-attributes' and |
276 `directory-files-and-attributes' where attributes UID or GID are used. | 274 `directory-files-and-attributes' where attributes UID or GID are used. |