[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Enhance the use of prefix arguments when filling text
From: |
Phil Sainty |
Subject: |
Re: [PATCH] Enhance the use of prefix arguments when filling text |
Date: |
Sun, 13 Nov 2016 23:23:51 +1300 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 |
On 13/11/16 07:53, Stefan Monnier wrote:
> FWIW, I rarely need to force a particular one-time fill-column, whereas I'd
> regularly appreciate being able to force a particular one-time fill prefix.
I'll look into adding this.
Given the limitations on prefix arg values, I think I'd be restricted
to using "C-u C-u" for this.
That could mean "prompt for the fill-prefix, and use the default column
and justify values", but it might be more useful to instead make it
prompt for *everything* -- justify, fill-column, fill-prefix, and maybe
left-margin too.
The default value would be provided in each case, so you could just RET
your way past the ones you didn't want to change.
How does that sound?
-Phil