# HG changeset patch # User Stefan Monnier # Date 1007069376 0 # Node ID 4e6f73fdeab0b50d4013abae2370438ffcb4ca3e # Parent 914f1a2ee482c90c00934a0c8d60390e745fc227 New bug. diff -r 914f1a2ee482 -r 4e6f73fdeab0 lisp/newcomment.el --- a/lisp/newcomment.el Thu Nov 29 20:01:26 2001 +0000 +++ b/lisp/newcomment.el Thu Nov 29 21:29:36 2001 +0000 @@ -5,7 +5,7 @@ ;; Author: code extracted from Emacs-20's simple.el ;; Maintainer: Stefan Monnier ;; Keywords: comment uncomment -;; Revision: $Id: newcomment.el,v 1.39 2001/11/19 06:08:38 monnier Exp $ +;; Revision: $Id: newcomment.el,v 1.40 2001/11/19 20:55:30 monnier Exp $ ;; This file is part of GNU Emacs. @@ -30,6 +30,7 @@ ;;; Bugs: +;; - nested comments in sgml-mode are not properly quoted. ;; - single-char nestable comment-start can only do the "\\s<+" stuff ;; if the corresponding closing marker happens to be right. ;; - comment-box in TeXinfo generate bogus comments @ccccc@