emacs-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] Make `C-x {' and `C-x }' repeatable


From: Juri Linkov
Subject: Re: [PATCH] Make `C-x {' and `C-x }' repeatable
Date: Sat, 25 May 2013 23:40:55 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (x86_64-pc-linux-gnu)

>> There is an unaddressed request for this feature in bug#9706.
>
> If I remember correctly, the patch to the code was finished and working
> (and who knows, might still work), but the patch to the manual hadn't yet
> been written.

I highly recommend enabling `isearch-allow-prefix' by default
in your patch, provided that it can correctly apply a specified
argument either to a isearch command (that doesn't exit isearch)
or to a normal command (that exits isearch).

IOW, if `C-u C-M-y' typed in isearch-mode will apply `C-u'
to `isearch-yank-char' without exiting isearch, but `C-u C-f'
will exit isearch and apply `C-u' to `forward-char', then
the default value of `isearch-allow-prefix' should be `t'.



reply via email to

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