2008-01-20 19:23:41 -05:00
|
|
|
=== OUSTANDING BUGS ===
|
|
|
|
|
2007-09-14 16:15:09 -04:00
|
|
|
2007/09/14:
|
|
|
|
known deficiencies:
|
2007-10-20 18:01:47 -04:00
|
|
|
1. a single action (global search and replace) may produce N actions that
|
2008-03-01 12:20:04 -05:00
|
|
|
need to be individually "undone". This is annoying.
|
|
|
|
2. pasting large blocks of text via X, etc is far too slow.
|
|
|
|
3. opening files larger than 5-10k lines can be very slow
|
2007-09-14 16:15:09 -04:00
|
|
|
4. the minibuffer can't get larger than 1 line when it wraps
|
|
|
|
5. tab completion, etc doesn't pop-open a completion buffer like it might
|
2008-03-01 12:20:04 -05:00
|
|
|
6. if you get confused in the mini buffer it can be annoying (usually you just
|
|
|
|
need to start hammering C-] to cancel whatever is happening).
|
|
|
|
7. regex-replace doesn't use subgroups in replace side
|
2007-09-14 16:15:09 -04:00
|
|
|
|
2008-01-20 19:23:41 -05:00
|
|
|
=== FIXED BUGS ===
|
|
|
|
|
2007-07-15 11:39:24 -04:00
|
|
|
2007/07/15:
|
|
|
|
sometimes you don't get search-as-you-type (and have to hit C-s an extra time
|
|
|
|
to see anything).
|
2007-09-26 00:32:28 -04:00
|
|
|
* possibly fixed (2007/09/26)
|
2007-07-15 11:39:24 -04:00
|
|
|
|
2007-07-12 17:42:31 -04:00
|
|
|
2007/07/12:
|
|
|
|
sometimes searching seems to save the wrong cursor position, or not overwrite
|
2007-07-15 11:39:24 -04:00
|
|
|
the previously used one, and you end up finding matches *before* your search
|
|
|
|
started.
|
2007-09-26 11:56:07 -04:00
|
|
|
* possibly fixed (2007/09/26)
|