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

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

bug#7751: 24.0.50; `fill-paragraph' on doc string with colons


From: Lars Ingebrigtsen
Subject: bug#7751: 24.0.50; `fill-paragraph' on doc string with colons
Date: Thu, 28 Apr 2016 12:05:48 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

Lawrence Mitchell <wence@gmx.li> writes:

> The problem appears to be in the regexp used to define
> paragraph-start in lisp-fill-paragraph:
>
> ...
>       (let ((paragraph-start (concat paragraph-start
>                                    "\\|\\s-*\\([(;:\"]\\|`(\\|#'(\\)"))
> ...
>
> Removing the colon leads to "expected" line breaking.

I've now removed the colon from that regexp when we're doing `M-q'
inside a string.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

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