|
| From: | martin rudalics |
| Subject: | Re: Multiple bugs in lisp-mode M-q on paragraphs within #|..|# comments |
| Date: | Sat, 24 Mar 2007 23:07:28 +0100 |
| User-agent: | Mozilla Thunderbird 1.0 (Windows/20041206) |
I suppose `comment-end' is "" in you buffer. Then the problem is with
the following stretch of code in `fill-paragraph':
(and fill-paragraph-handle-comment
;; Our code only handles \n-terminated comments right now.
comment-start (equal comment-end "")
(let ((fill-paragraph-handle-comment nil))
(fill-comment-paragraph arg)))
We have to find something more intelligent here.
| [Prev in Thread] | Current Thread | [Next in Thread] |