more bug reporting

--HG--
branch : pmacs2
This commit is contained in:
Erik Osheim 2009-06-10 00:07:50 -04:00
parent 58a0069b97
commit e89fb80ee4
1 changed files with 12 additions and 0 deletions

12
BUGS
View File

@ -19,6 +19,18 @@
3. headers work poorly with some indenting schemes.
4. auto-wrap in mutt mode needs to not break on ">" quoting.
auto-wrap in perl mode needs to handle POD
auto-wrap in general should be able to handle line comments
5. comment/uncomment need to do the right thing on empty lines
(which is... adding indentation to pad the comment correctly, and
then remove indentation on empty lines once the comment is removed)
6. comment/uncomment should only remove the "lowest amount" of commenting
(e.g. if all lines have "##" then remove both, if most have "#" but one
has "##" then that one should still be commented after).
2009/06/04:
change the mode-detection order--using the "in-file" override should be
able to override a positive match on file extension, filename, etc.