emacs-devel
[Top][All Lists]
Advanced

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

Re: Recentish C-s M-y change


From: Gregory Heytings
Subject: Re: Recentish C-s M-y change
Date: Thu, 31 Dec 2020 19:09:43 +0000
User-agent: Alpine 2.22 (NEB 394 2020-01-19)



Are there any examples where the prefix arg would alter the *behavior* of the subcommand (make it do something different), not just set a quantifier?


In isearch-mode-map, I think not.  In other places, I don't know.

Many commands in isearch-mode-map explicitly allow and use a prefix argument (C-q, C-r, C-s, C-w, ...). isearch-yank-kill (C-y) and isearch-yank-pop (M-y) accept one, but it is unused. I don't see what meaning could be attached to a numeric argument to isearch-yank-kill or isearch-yank-pop, so I think that using C-u to start an interactive selection with these two commands would make sense.



reply via email to

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