changeset 63599:aa28403fd4d3

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 20 Jun 2005 14:01:37 +0000
parents cb6fd0493197
children c8b57e4594b8
files etc/TODO
diffstat 1 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/etc/TODO	Mon Jun 20 13:54:33 2005 +0000
+++ b/etc/TODO	Mon Jun 20 14:01:37 2005 +0000
@@ -11,8 +11,8 @@
 
 ** Fix the kill/yank treatment of invisible text.  At the moment,
   invisible text is placed in the kill-ring, so that the contents of
-  the ring may not correspond to the text as displayed to the user. It
-  ought to be possible to omit text which is invisible (due to a
+  the ring may not correspond to the text as displayed to the user.
+  It ought to be possible to omit text which is invisible (due to a
   text-property, overlay, or selective display) from the kill-ring.
 
 ** Change the way define-minor-mode handles autoloading.
@@ -365,6 +365,11 @@
    For use by sml-mode, python-mode, tex-mode, scheme-mode, lisp-mode,
    haskell-mode, tuareg-mode, ...
 
+* Other known bugs:
+
+** a two-char comment-starter whose two chars are symbol constituents will
+not be noticed if it appears within a word.
+
 ** Fix unexelf.c to handle the .data.rel and .data.rel.local
    sections made by GCC 3.4 on IRIX.