2008-01-20 19:23:41 -05:00
|
|
|
=== OUSTANDING BUGS ===
|
|
|
|
|
2008-06-25 09:17:59 -04:00
|
|
|
2008/06/25:
|
|
|
|
* when the "first" point is on a wrapping line bad things happen.
|
|
|
|
* when replace mode doesn't replace the last candidate it doesn't exit.
|
|
|
|
* try implementing an "undo ID" in the application.
|
|
|
|
* the "last visible" calculation doesn't handle long lines correctly.
|
|
|
|
this affects page-up/page-down/etc.
|
2008-07-28 17:44:41 -04:00
|
|
|
* $) in perl regexes shows up as a varible. need better lists of which vars
|
2008-06-25 17:19:04 -04:00
|
|
|
work in perl.
|
|
|
|
* certain perl constructs are ambiguous between prototypes and vars
|
|
|
|
(e.g. "($@)").
|
2008-06-25 09:17:59 -04:00
|
|
|
|
2008-06-06 17:39:13 -04:00
|
|
|
2008/06/06:
|
|
|
|
what passes for auto-fill-mode around here still needs a lot of work.
|
|
|
|
|
2008-05-16 23:47:59 -04:00
|
|
|
2008/05/16:
|
|
|
|
paired delimiters in perl regexes either never worked or are broken.
|
|
|
|
dammit.
|
|
|
|
|
2008-05-03 14:54:08 -04:00
|
|
|
2007/07/15:
|
2008-05-03 20:25:17 -04:00
|
|
|
sometimes you don't get search-as-you-type (and have to hit C-s again
|
2008-05-03 14:54:08 -04:00
|
|
|
to see anything).
|
|
|
|
* possibly fixed (2007/09/26)
|
|
|
|
* definitely not fixed (2008/04/02)
|
2008-05-03 20:25:17 -04:00
|
|
|
* maybe fixed for real? (2008/05/03)
|
2008-06-25 09:17:59 -04:00
|
|
|
* not fully fixed but partially fixed (2008/06/25)
|
2008-05-03 14:54:08 -04:00
|
|
|
|
|
|
|
2008/05/03:
|
|
|
|
first-visible/cursor syncing with drawn window may be buggy.
|
2008-04-02 19:58:53 -04:00
|
|
|
|
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.
|
|
|
|
3. opening files larger than 5-10k lines can be very slow
|
2008-05-03 20:25:17 -04: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).
|