emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

comment-filling fixes


From: Dave Love
Subject: comment-filling fixes
Date: Wed, 03 Mar 2004 23:07:44 +0000
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.2 (gnu/linux)

These changes fix previously-reported problems with filling comments
that got ignored as far as I know.

1. M-q on the second line would fill all three comments on to the
   first line.

  ...                  ; ...
  ;; ...
  ;; ...

2. M-q on a line in a Lisp doc string containing a semicolon could
   mess up the filling, e.g.

(defun foo ()
  "foo bar.
foo foo foo foo foo foo foo foo foo foo foo foo foo foo foo foo; foo foo
bar"

went to

(defun foo ()
  "foo bar.
foo foo foo foo foo foo foo foo foo foo foo foo foo foo foo foo; foo
                                                               ; foo
bar"

Attachment: newcomment.el.diff
Description: Text Data

Attachment: fill.el.diff
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]