parent
6e961d7a61
commit
b9d304e2c7
24
BUGS
24
BUGS
|
@ -1,10 +1,11 @@
|
||||||
=== OUSTANDING BUGS ===
|
=== OUSTANDING BUGS ===
|
||||||
|
|
||||||
2007/07/15:
|
2007/07/15:
|
||||||
sometimes you don't get search-as-you-type (and have to hit C-s an extra time
|
sometimes you don't get search-as-you-type (and have to hit C-s again
|
||||||
to see anything).
|
to see anything).
|
||||||
* possibly fixed (2007/09/26)
|
* possibly fixed (2007/09/26)
|
||||||
* definitely not fixed (2008/04/02)
|
* definitely not fixed (2008/04/02)
|
||||||
|
* maybe fixed for real? (2008/05/03)
|
||||||
|
|
||||||
2008/05/03:
|
2008/05/03:
|
||||||
first-visible/cursor syncing with drawn window may be buggy.
|
first-visible/cursor syncing with drawn window may be buggy.
|
||||||
|
@ -15,22 +16,5 @@ known deficiencies:
|
||||||
need to be individually "undone". This is annoying.
|
need to be individually "undone". This is annoying.
|
||||||
3. opening files larger than 5-10k lines can be very slow
|
3. opening files larger than 5-10k lines can be very slow
|
||||||
5. tab completion, etc doesn't pop-open a completion buffer like it might
|
5. tab completion, etc doesn't pop-open a completion buffer like it might
|
||||||
6. if you get confused in the mini buffer it can be annoying (usually you just
|
6. if you get confused in the mini buffer it can be annoying
|
||||||
need to start hammering C-] to cancel whatever is happening).
|
(usually you just need to start hammering C-] to cancel whatever is happening).
|
||||||
|
|
||||||
=== FIXED BUGS ===
|
|
||||||
|
|
||||||
2008/04/02:
|
|
||||||
regex-replace has some issues. valid regular expressions that should find
|
|
||||||
something don't. (believed fixed 2008-05-03)
|
|
||||||
|
|
||||||
2007/09/14:
|
|
||||||
2. pasting large blocks of text via X, etc is far too slow. (WORK-AROUND 2008-05-03)
|
|
||||||
4. the minibuffer can't get larger than 1 line when it wraps (FIXED 2008-05-03)
|
|
||||||
7. regex-replace doesn't use subgroups in replace side (FIXED 2008-05-03)
|
|
||||||
|
|
||||||
2007/07/12:
|
|
||||||
sometimes searching seems to save the wrong cursor position, or not overwrite
|
|
||||||
the previously used one, and you end up finding matches *before* your search
|
|
||||||
started.
|
|
||||||
* possibly fixed (2007/09/26)
|
|
||||||
|
|
Loading…
Reference in New Issue