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

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

Re: Provide numerical argument to indent-rigidly-right


From: Andreas Röhler
Subject: Re: Provide numerical argument to indent-rigidly-right
Date: Sun, 14 Nov 2021 10:07:07 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0


Am 13.11.21 um 17:54 schrieb Stefan Monnier via Users list for the GNU Emacs text editor:
M-- 4 M-x indent-rigidly RET has no effect here. Bug?
Sounds like it: it should strip (upto) 4 spaces from the beginning of
each line in the region.

`M-x report-emacs-bug` if it doesn't.


         Stefan



Works fine in emacs -Q

Turns out had a bad key-setting in my init, which blocked all negative prefixing:

Bad: (global-set-key [(meta ?-)] 'some-command)


Thanks all,

Andreas




reply via email to

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