comparison etc/TODO @ 87271:a645d5383848

*** empty log message ***
author Martin Rudalics <rudalics@gmx.at>
date Wed, 12 Dec 2007 07:37:57 +0000
parents 7561d0f34da7
children cd9db6999a23 2fcaae6177a5
comparison
equal deleted inserted replaced
87270:3355fd74a93d 87271:a645d5383848
23 ** "Options -> Save Options" should save the font set via "Set Font/Fontset" 23 ** "Options -> Save Options" should save the font set via "Set Font/Fontset"
24 I.e. mouse-set-font should use customize-face. 24 I.e. mouse-set-font should use customize-face.
25 25
26 ** Compute the list of active keymaps *after* reading the first event. 26 ** Compute the list of active keymaps *after* reading the first event.
27 27
28 ** mouse-autoselect-window should wait to select the window until
29 the mouse is put to rest or after a delay or both, so that moving over
30 a window doesn't select it.
31
32 ** Distribute a bar cursor of width > 1 evenly between the two glyphs 28 ** Distribute a bar cursor of width > 1 evenly between the two glyphs
33 on each side of the bar (what to do at the edges?). 29 on each side of the bar (what to do at the edges?).
34 30
35 ** Make vc-checkin avoid reverting the buffer if has not changed after 31 ** Make vc-checkin avoid reverting the buffer if has not changed after
36 the checkin. Comparing (md5 BUFFER) to (md5 FILE) should be enough. 32 the checkin. Comparing (md5 BUFFER) to (md5 FILE) should be enough.
37 33
38 ** buffer-offer-save should be a permanent local. 34 ** buffer-offer-save should be a permanent local.
39 35
40 ** revert-buffer should eliminate overlays and the mark. 36 ** revert-buffer should eliminate overlays and the mark.
37 For related problems consult the thread starting with
38 http://lists.gnu.org/archive/html/emacs-devel/2005-11/msg01346.html
41 39
42 ** erase-buffer should perhaps disregard read-only properties of text. 40 ** erase-buffer should perhaps disregard read-only properties of text.
43 41
44 ** Make occur correctly handle matches that span more than one line, 42 ** Make occur correctly handle matches that span more than one line,
45 as well as overlapping matches. 43 as well as overlapping matches.
568 ** Merge sendmail.el and messages.el. 566 ** Merge sendmail.el and messages.el.
569 Probably not a complete merge, but at least arrange for messages.el to be 567 Probably not a complete merge, but at least arrange for messages.el to be
570 a derived mode of sendmail.el. Or arrange for messages.el to be split 568 a derived mode of sendmail.el. Or arrange for messages.el to be split
571 into a small core and "the rest" so that we use less resources as long as 569 into a small core and "the rest" so that we use less resources as long as
572 we stick to the features provided in sendmail.el. 570 we stick to the features provided in sendmail.el.
573 571
574 ** Replace gmalloc.c with the modified Doug Lea code from the current 572 ** Replace gmalloc.c with the modified Doug Lea code from the current
575 GNU libc so that the special mmapping of buffers can be removed -- 573 GNU libc so that the special mmapping of buffers can be removed --
576 that apparently loses under Solaris, at least. [fx has mostly done 574 that apparently loses under Solaris, at least. [fx has mostly done
577 this.] 575 this.]
578 576