From 7b72bb6dfbc44382fb034a3a0637e9d08cfc1ec6 Mon Sep 17 00:00:00 2001 From: moculus Date: Wed, 25 Jun 2008 21:19:04 +0000 Subject: [PATCH] --HG-- branch : pmacs2 --- BUGS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/BUGS b/BUGS index 7f2066d..5c1da8c 100644 --- a/BUGS +++ b/BUGS @@ -6,6 +6,10 @@ * 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. + * $) in regexes shows up as a varible. need better lists of which vars + work in perl. + * certain perl constructs are ambiguous between prototypes and vars + (e.g. "($@)"). 2008/06/06: what passes for auto-fill-mode around here still needs a lot of work.