comparison lisp/newcomment.el @ 41760:c6cef7925841

New bug.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 02 Dec 2001 04:19:32 +0000
parents 4e6f73fdeab0
children 74a3864ffe9a
comparison
equal deleted inserted replaced
41759:0614ac8ebec4 41760:c6cef7925841
3 ;; Copyright (C) 1999, 2000 Free Software Foundation Inc. 3 ;; Copyright (C) 1999, 2000 Free Software Foundation Inc.
4 4
5 ;; Author: code extracted from Emacs-20's simple.el 5 ;; Author: code extracted from Emacs-20's simple.el
6 ;; Maintainer: Stefan Monnier <monnier@cs.yale.edu> 6 ;; Maintainer: Stefan Monnier <monnier@cs.yale.edu>
7 ;; Keywords: comment uncomment 7 ;; Keywords: comment uncomment
8 ;; Revision: $Id: newcomment.el,v 1.40 2001/11/19 20:55:30 monnier Exp $ 8 ;; Revision: $Id: newcomment.el,v 1.41 2001/11/29 21:29:36 monnier Exp $
9 9
10 ;; This file is part of GNU Emacs. 10 ;; This file is part of GNU Emacs.
11 11
12 ;; GNU Emacs is free software; you can redistribute it and/or modify 12 ;; GNU Emacs is free software; you can redistribute it and/or modify
13 ;; it under the terms of the GNU General Public License as published by 13 ;; it under the terms of the GNU General Public License as published by
28 28
29 ;; A replacement for simple.el's comment-related functions. 29 ;; A replacement for simple.el's comment-related functions.
30 30
31 ;;; Bugs: 31 ;;; Bugs:
32 32
33 ;; - comment-indent on /* */ jumps to /* ><*/ instead of /* >< */.
33 ;; - nested comments in sgml-mode are not properly quoted. 34 ;; - nested comments in sgml-mode are not properly quoted.
34 ;; - single-char nestable comment-start can only do the "\\s<+" stuff 35 ;; - single-char nestable comment-start can only do the "\\s<+" stuff
35 ;; if the corresponding closing marker happens to be right. 36 ;; if the corresponding closing marker happens to be right.
36 ;; - comment-box in TeXinfo generate bogus comments @ccccc@ 37 ;; - comment-box in TeXinfo generate bogus comments @ccccc@
37 ;; - uncomment-region with a numeric argument can render multichar 38 ;; - uncomment-region with a numeric argument can render multichar