[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:21:33 +1300 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 |
On 13/11/16 06:21, Herring, Davis wrote:
>> In all cases a plain C-u still means (only) JUSTIFY.
>
> This seems sufficient (and sufficiently obvious) to
> avoid having to have the user option at all. (But maybe
> someone (on QWERTY) is using M-1 M-q to justify?)
Yes, that's the reason for the new user option -- I want
to ensure that people can retain the behaviour they're
used to. Personally I never need to justify text; but if
there are people who do so very regularly, it's entirely
possible that they're using the M-<n> style of numeric
prefix, simply because it's slightly easier to type that
then to have to switch modifier keys after typing C-u.
Furthermore, (info "(emacs) Fill Commands") currently
says: "A numeric argument to ‘M-q’ tells it to "justify"
the text as well as filling it" -- the "numeric" detail
is really unnecessary, but it did give me even more reason
to ensure that this behaviour could be retained.
-Phil