]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 20 Jun 2005 14:01:37 +0000 (14:01 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 20 Jun 2005 14:01:37 +0000 (14:01 +0000)
etc/TODO

index c3e9a84ce54a3d637e53778c7321ee44f18a6f8e..ee3236265eaf4feb5e519effd0687ee8df61cef6 100644 (file)
--- a/etc/TODO
+++ b/etc/TODO
@@ -11,8 +11,8 @@ to the FSF.
 
 ** 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 @@ to the FSF.
    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.