From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Proper behavior of C-u 3 C-v Date: Sun, 16 Aug 2020 17:33:42 +0300 Message-ID: <83lfieirsp.fsf@gnu.org> References: <8450b9205b4c686979c2e26962d377a7@posteo.net> <837dtzkh3k.fsf@gnu.org> <87h7t3xm2u.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="33757"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Sun Aug 16 16:34:20 2020 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1k7Jjn-0008gU-ML for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 16 Aug 2020 16:34:19 +0200 Original-Received: from localhost ([::1]:52850 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k7Jjm-0002bf-Pc for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 16 Aug 2020 10:34:18 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:47912) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k7JjU-0002bH-Js for help-gnu-emacs@gnu.org; Sun, 16 Aug 2020 10:34:00 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:39489) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k7JjU-0004Fs-BH for help-gnu-emacs@gnu.org; Sun, 16 Aug 2020 10:34:00 -0400 Original-Received: from [176.228.60.248] (port=1647 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1k7JjS-0003UI-HY for help-gnu-emacs@gnu.org; Sun, 16 Aug 2020 10:33:59 -0400 In-Reply-To: <87h7t3xm2u.fsf@gnu.org> (message from Amin Bandali on Sun, 16 Aug 2020 00:15:53 -0400) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:123674 Archived-At: > From: Amin Bandali > Date: Sun, 16 Aug 2020 00:15:53 -0400 > > > Scroll text of selected window upward ARG lines > > The doc string is indeed clear, but I personally wouldn't have expected > that behaviour. I'm curious if there's a particular reason why C-v > deviates from the convention of other similar movement commands, where > specifying a numerical ARG `n' would have the effect of performing that > command's action `n' times (e.g. M-3 M-f to move forward three words). Because what we do is more useful, I guess. I find this so useful that I have a special command to scroll by 1 line bound to a key since time immemoriam. But anyway, this behavior is so old that the person to ask is probably RMS himself.