Questions tagged [filling]
2 questions
1
vote
0 answers
shr/filling: don't split inline latex in html
my package mastodon.el uses shr-render-region to render posts, which fills text at shr-width.
if the post contains inline latex, shr's filling will split up the latex so that it will not be possible to render it in emacs subsequently.
is it possible…

user27075
- 488
- 3
- 11
0
votes
0 answers
having fill-region, or fill-column, work with text-scale-mode
i'd like to be able to programmatically (re-)fill text in a buffer after scaling text with C-x +.
i understand i could add a hook to text-scale-mode-hook, but if i call (frame-width) or (window-width) or (window-body-width) after scaling, it doesn't…

user27075
- 488
- 3
- 11