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

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

bug#74785: 27.1; Fill-paragraph in RST mode does not respect line blocks


From: Stefan Monnier
Subject: bug#74785: 27.1; Fill-paragraph in RST mode does not respect line blocks
Date: Tue, 17 Dec 2024 12:12:27 -0500
User-agent: Gnus/5.13 (Gnus v5.13)

>> - set `adaptive-fill-regexp` to match this leading `|`.
> Doesn't it already?

Not in my test, no.  With a paragraph like:

    | bblblbl
    | asdfasdf
    | asdasdf

M-: (and (looking-at adaptive-fill-regexp) (match-string 0)) RET
returns a string that contains only the leading spaces.

`paragraph-start` doesn't match those lines either.


        Stefan






reply via email to

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