[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: |
Mon, 16 Dec 2024 21:53:31 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
>>> | This is the all the first line
>>> of output even though it's two lines
>>> of input.
>>> | This is second line in the output.
>>> | And this is the third.
[...]
>> Stefan and Stefan, any ideas or suggestions?
[ With all those Stefans around I feel like nothing can stop us. ]
I think we "just" need to:
- set `paragraph-start` to match a line with a leading `|`.
- set `adaptive-fill-regexp` to match this leading `|`.
If the `paragraph-start` setting makes paragraph navigation inconvenient
(too fine-grained), we could try and set
`fill-forward-paragraph-function` to a function which let-binds
`paragraph-start` around a call to `forward-paragraph`.
Stefan
- bug#74785: 27.1; Fill-paragraph in RST mode does not respect line blocks, Richard Brooksby, 2024/12/11
- bug#74785: 27.1; Fill-paragraph in RST mode does not respect line blocks, Eli Zaretskii, 2024/12/14
- bug#74785: 27.1; Fill-paragraph in RST mode does not respect line blocks, Stefan Merten, 2024/12/16
- bug#74785: 27.1; Fill-paragraph in RST mode does not respect line blocks,
Stefan Monnier <=
- bug#74785: 27.1; Fill-paragraph in RST mode does not respect line blocks, James Cloos, 2024/12/17
- bug#74785: 27.1; Fill-paragraph in RST mode does not respect line blocks, Eli Zaretskii, 2024/12/17
- bug#74785: 27.1; Fill-paragraph in RST mode does not respect line blocks, James Cloos, 2024/12/17
- bug#74785: 27.1; Fill-paragraph in RST mode does not respect line blocks, Eli Zaretskii, 2024/12/17
- bug#74785: 27.1; Fill-paragraph in RST mode does not respect line blocks, Richard Brooksby, 2024/12/17
- bug#74785: 27.1; Fill-paragraph in RST mode does not respect line blocks, Eli Zaretskii, 2024/12/17
- bug#74785: 27.1; Fill-paragraph in RST mode does not respect line blocks, Stefan Monnier, 2024/12/17
- bug#74785: 27.1; Fill-paragraph in RST mode does not respect line blocks, Stefan Merten, 2024/12/23
- bug#74785: 27.1; Fill-paragraph in RST mode does not respect line blocks, Eli Zaretskii, 2024/12/17
- bug#74785: 27.1; Fill-paragraph in RST mode does not respect line blocks, Stefan Monnier, 2024/12/17