parent
6becf40e27
commit
ce78a7dc44
27
BUGS
27
BUGS
|
@ -1,28 +1,33 @@
|
||||||
=== OUSTANDING BUGS ===
|
=== OUSTANDING BUGS ===
|
||||||
|
|
||||||
2008/04/02:
|
2007/07/15:
|
||||||
regex-replace has some issues. valid regular expressions that should find
|
sometimes you don't get search-as-you-type (and have to hit C-s an extra time
|
||||||
something don't.
|
to see anything).
|
||||||
|
* possibly fixed (2007/09/26)
|
||||||
|
* definitely not fixed (2008/04/02)
|
||||||
|
|
||||||
|
2008/05/03:
|
||||||
|
first-visible/cursor syncing with drawn window may be buggy.
|
||||||
|
|
||||||
2007/09/14:
|
2007/09/14:
|
||||||
known deficiencies:
|
known deficiencies:
|
||||||
1. a single action (global search and replace) may produce N actions that
|
1. a single action (global search and replace) may produce N actions that
|
||||||
need to be individually "undone". This is annoying.
|
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
|
3. opening files larger than 5-10k lines can be very slow
|
||||||
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
|
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 (usually you just
|
||||||
need to start hammering C-] to cancel whatever is happening).
|
need to start hammering C-] to cancel whatever is happening).
|
||||||
7. regex-replace doesn't use subgroups in replace side
|
|
||||||
|
|
||||||
=== FIXED BUGS ===
|
=== FIXED BUGS ===
|
||||||
|
|
||||||
2007/07/15:
|
2008/04/02:
|
||||||
sometimes you don't get search-as-you-type (and have to hit C-s an extra time
|
regex-replace has some issues. valid regular expressions that should find
|
||||||
to see anything).
|
something don't. (believed fixed 2008-05-03)
|
||||||
* possibly fixed (2007/09/26)
|
|
||||||
* definitely not fixed (2008/04/02)
|
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:
|
2007/07/12:
|
||||||
sometimes searching seems to save the wrong cursor position, or not overwrite
|
sometimes searching seems to save the wrong cursor position, or not overwrite
|
||||||
|
|
5
IDEAS
5
IDEAS
|
@ -28,11 +28,6 @@ we should probably store it in the buffer.
|
||||||
AMENDED (2007/10/21): we should probably just store the entire mode in the
|
AMENDED (2007/10/21): we should probably just store the entire mode in the
|
||||||
buffer, rather than storing all this junk piecemeal.
|
buffer, rather than storing all this junk piecemeal.
|
||||||
|
|
||||||
2007/07/19:
|
|
||||||
|
|
||||||
The minibuffer should be able to expand to become multi-line if the
|
|
||||||
prompt/input string becomes too long.
|
|
||||||
|
|
||||||
2007/07/17:
|
2007/07/17:
|
||||||
|
|
||||||
It would be nice to be able to toggle various lexing rules on/off, so that for
|
It would be nice to be able to toggle various lexing rules on/off, so that for
|
||||||
|
|
Loading…
Reference in New Issue