From unknown Sat Aug 16 16:23:58 2025 X-Loop: help-debbugs@gnu.org Subject: bug#45322: Documentation of mouse-wheel-progressive-speed clarification Resent-From: Tomas Nordin Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 19 Dec 2020 13:29:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 45322 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 45322@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.160838451431960 (code B ref -1); Sat, 19 Dec 2020 13:29:02 +0000 Received: (at submit) by debbugs.gnu.org; 19 Dec 2020 13:28:34 +0000 Received: from localhost ([127.0.0.1]:41064 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kqcHi-0008JQ-HL for submit@debbugs.gnu.org; Sat, 19 Dec 2020 08:28:34 -0500 Received: from lists.gnu.org ([209.51.188.17]:57806) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kqcHg-0008JG-Ht for submit@debbugs.gnu.org; Sat, 19 Dec 2020 08:28:33 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:45138) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kqcHg-0002OU-2J for bug-gnu-emacs@gnu.org; Sat, 19 Dec 2020 08:28:32 -0500 Received: from mout01.posteo.de ([185.67.36.65]:45854) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kqcHd-0007T8-Qy for bug-gnu-emacs@gnu.org; Sat, 19 Dec 2020 08:28:31 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id CFEF1160063 for ; Sat, 19 Dec 2020 14:28:25 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1608384505; bh=0j/h52BhQowLaZEIT9DIqwX1AosxkU/eTgHJV2evN8Q=; h=From:To:Subject:Date:From; b=VPCHM8ehiN/UlRHGuNnEMNjlNjve+SzTL8EtJOz5P54PEIHiv/UGRuJfwjEF6o90Q b/eXaDRVQZG+8DNl9iRrNOOsnq8zqQfRr0L9fYhTNti8vnhftgkooT0Rolj8hHqPJs 5Ej5mjJPPQu04lYrAIC+mMuSTlHxevHyKoxgRutZGU36BP6LLvEnRepychGgtvhIlq jhbOZckuhsrm8BIciUsSKCDzuFFMwVawS4TmANGwNn8dRqNUhoaKq8KgkunIHotn/x mQS8D/8iy/uV4BY2k7u3gfDK37E6HVlmRkmJ7p9h6sqzzNNL5zwTwGKkeOpnKhc4kf qhHXUNW/0leCA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4CymlF23y9z6tmG for ; Sat, 19 Dec 2020 14:28:25 +0100 (CET) From: Tomas Nordin Date: Sat, 19 Dec 2020 14:28:22 +0100 Message-ID: <87mtyadix5.fsf@posteo.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Received-SPF: pass client-ip=185.67.36.65; envelope-from=tomasn@posteo.net; helo=mout01.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hello Emacs Here is a little documentation improvement I think. The doc of variable mouse-wheel-progressive-speed says If non-nil, the faster the user moves the wheel, the faster the scrolling. Note that this has no effect when =E2=80=98mouse-wheel-scroll-amount=E2=80= =99 specifies a "near full screen" scroll or when the mouse wheel sends key instead of button events. That explains (the first sentence) the effect when the variable is nil, the scrolling speed is proportional to the wheel speed. When non-nil, scrolling speed will increase (progress) the more the wheel is turned. Isn't it. Attached is a patch updating the docs of the variable and in info. GNU Emacs 28.0.50 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.24.5, cairo version 1.16.0) of 2020-12-12 Best regards -- Tomas --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=progressive-speed-doc.patch diff --git a/doc/emacs/frames.texi b/doc/emacs/frames.texi index f5e2e8d172..57b1add85b 100644 --- a/doc/emacs/frames.texi +++ b/doc/emacs/frames.texi @@ -210,7 +210,7 @@ Mouse Commands @code{mouse-wheel-scroll-amount} determine where and by how much buffers are scrolled. The variable @code{mouse-wheel-progressive-speed} determines whether the scroll -speed is linked to how fast you move the wheel. This mode also +speed is linked to how much you move the wheel. This mode also supports increasing or decreasing the height of the default face, by default bound to scrolling with the @key{Ctrl} modifier. diff --git a/lisp/mwheel.el b/lisp/mwheel.el index 9fd050fea5..a0941205ba 100644 --- a/lisp/mwheel.el +++ b/lisp/mwheel.el @@ -131,7 +131,7 @@ mouse-wheel-scroll-amount :version "28.1") (defcustom mouse-wheel-progressive-speed t - "If non-nil, the faster the user moves the wheel, the faster the scrolling. + "If non-nil, the more the user moves the wheel, the faster the scrolling. Note that this has no effect when `mouse-wheel-scroll-amount' specifies a \"near full screen\" scroll or when the mouse wheel sends key instead of button events." --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Thu Mar 11 19:52:25 2021 Received: (at control) by debbugs.gnu.org; 12 Mar 2021 00:52:25 +0000 Received: from localhost ([127.0.0.1]:55452 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lKW2T-0005XS-6T for submit@debbugs.gnu.org; Thu, 11 Mar 2021 19:52:25 -0500 Received: from mail-pf1-f177.google.com ([209.85.210.177]:45236) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lKW2R-0005X8-7k for control@debbugs.gnu.org; Thu, 11 Mar 2021 19:52:23 -0500 Received: by mail-pf1-f177.google.com with SMTP id j12so690627pfj.12 for ; Thu, 11 Mar 2021 16:52:23 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:mime-version:date:message-id:subject:to; bh=iSa6z0jfh3RHTo0XG7YJkzBv7EhQfItjeoQ8I5KnhFc=; b=BY1grDH6ZpNuHJJ4ehCyy4KqzB5cZQfeIs8tk316R+u/Og1FQh8bJvleihj2Q5Pn22 ihgb/PBKGVVrVpkzM0gkRklyMRJ27PvuVozNV5AA4NBOWGOLadU3o+9H74rwtlNz/xdq zByJFdwKthvr5vMhyQ8aM/tCPCFxZjc2N4zAiqasMGF75dFJcT2y+gjWWEFdBy7xpmPX d9mlkVMGXZdCMOVKzxI80wxEgKIrJdUOcFOtoiuuVglAIXh1z3ZYRt6PiR9IA/1ONUAF OFzwh8KGkpT27vZ7epO7TgjvwNldviuCLnwqFnErcHhljtVTw9+uGGexmzzfcxuKyuwy lmfQ== X-Gm-Message-State: AOAM531ooeNXP6eFjIfNFOCvturZdtjBDTDzEKeDq0MqZEpuzgkMOYpp aysPFpfc4ajbrQj1vp0iToN0GVJosOZc2YyxMvkL86IhpEc= X-Google-Smtp-Source: ABdhPJwL7H5oX0Bd8w5v0AN+KB89oy5LH2i855gCFSq9+kOUD3Cn6x0qEGkJp1kmDWTuCzAOwxYvqojNPyXa+5ai+90= X-Received: by 2002:a63:ed02:: with SMTP id d2mr9579113pgi.67.1615510337386; Thu, 11 Mar 2021 16:52:17 -0800 (PST) Received: from 753933720722 named unknown by gmailapi.google.com with HTTPREST; Thu, 11 Mar 2021 18:52:17 -0600 From: Stefan Kangas MIME-Version: 1.0 Date: Thu, 11 Mar 2021 18:52:17 -0600 Message-ID: Subject: To: control@debbugs.gnu.org Content-Type: text/plain; charset="UTF-8" X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: tags 45322 + patch thanks Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.2 HEADER_FROM_DIFFERENT_DOMAINS From and EnvelopeFrom 2nd level mail domains are different 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (stefankangas[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record 0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [209.85.210.177 listed in wl.mailspike.net] -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [209.85.210.177 listed in list.dnswl.org] 2.0 BLANK_SUBJECT Subject is present but empty 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders 0.2 FREEMAIL_FORGED_FROMDOMAIN 2nd level domains in From and EnvelopeFrom freemail headers are different 0.0 UNPARSEABLE_RELAY Informational: message has unparseable relay lines X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.5 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: tags 45322 + patch thanks Content analysis details: (1.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [209.85.210.177 listed in wl.mailspike.net] -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [209.85.210.177 listed in list.dnswl.org] 0.2 HEADER_FROM_DIFFERENT_DOMAINS From and EnvelopeFrom 2nd level mail domains are different 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (stefankangas[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record 2.0 BLANK_SUBJECT Subject is present but empty -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders 0.2 FREEMAIL_FORGED_FROMDOMAIN 2nd level domains in From and EnvelopeFrom freemail headers are different 0.0 UNPARSEABLE_RELAY Informational: message has unparseable relay lines tags 45322 + patch thanks From unknown Sat Aug 16 16:23:58 2025 X-Loop: help-debbugs@gnu.org Subject: bug#45322: Documentation of mouse-wheel-progressive-speed clarification Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 16 May 2021 16:02:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 45322 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch To: Tomas Nordin Cc: 45322@debbugs.gnu.org Received: via spool by 45322-submit@debbugs.gnu.org id=B45322.16211808879511 (code B ref 45322); Sun, 16 May 2021 16:02:02 +0000 Received: (at 45322) by debbugs.gnu.org; 16 May 2021 16:01:27 +0000 Received: from localhost ([127.0.0.1]:51369 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1liJCp-0002So-EK for submit@debbugs.gnu.org; Sun, 16 May 2021 12:01:27 -0400 Received: from quimby.gnus.org ([95.216.78.240]:48290) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1liJCn-0002MW-I1 for 45322@debbugs.gnu.org; Sun, 16 May 2021 12:01:26 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=qQmMvolWm/969GoA7WwynuklAP8ODW1SFL+KcKcuSxc=; b=bo60QrB03u7UDos1TEEjOR6AuB O5YOvVjyP0AlxrOw4uIYDAcRAYCsUtlDNZ5k99P4k8xYqVLhF+a5r5nmbpxWsN+6XUCB0Mxy0w5t2 yPWOMehWt6hjWNoLuHUwiwIrtkn90XTTwKO+JBOko6AhGdSyD4Yu6M78m5hnzcJx1/fE=; Received: from cm-84.212.220.105.getinternet.no ([84.212.220.105] helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1liJCf-0000Bn-2g; Sun, 16 May 2021 18:01:19 +0200 From: Lars Ingebrigtsen References: <87mtyadix5.fsf@posteo.net> X-Now-Playing: Doubting Thomas's _Father Don't Cry_: "Movie 13" Date: Sun, 16 May 2021 18:01:16 +0200 In-Reply-To: <87mtyadix5.fsf@posteo.net> (Tomas Nordin's message of "Sat, 19 Dec 2020 14:28:22 +0100") Message-ID: <87r1i6llbn.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Tomas Nordin writes: > That explains (the first sentence) the effect when the variable is nil, > the scrolling speed is proportional to the wheel speed. When non-nil, > scrolling speed will increase (progress) the more th [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Tomas Nordin writes: > That explains (the first sentence) the effect when the variable is nil, > the scrolling speed is proportional to the wheel speed. When non-nil, > scrolling speed will increase (progress) the more the wheel is turned. > Isn't it. [...] > (defcustom mouse-wheel-progressive-speed t > - "If non-nil, the faster the user moves the wheel, the faster the scrolling. > + "If non-nil, the more the user moves the wheel, the faster the scrolling. Thanks for the patch, but I don't think just replacing "faster" with "more" here clarifies all that much. I've instead rewritten the doc string according to your explanation in Emacs 28. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Sun May 16 12:01:30 2021 Received: (at control) by debbugs.gnu.org; 16 May 2021 16:01:31 +0000 Received: from localhost ([127.0.0.1]:51372 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1liJCs-0002Vv-Pz for submit@debbugs.gnu.org; Sun, 16 May 2021 12:01:30 -0400 Received: from quimby.gnus.org ([95.216.78.240]:48304) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1liJCs-0002QZ-9R for control@debbugs.gnu.org; Sun, 16 May 2021 12:01:30 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=S7TIhjikSC1hRo6KTxkGtdmECJ79+5gdd6nA71ENTjY=; b=kzfTiBpl11/uZh+QdajR/7R/h6 qcKOkQPNzXwmWJi4Mr6so45H1EawDUOYm+h+3X4TCVe890/GEWi1DvR+5ihOCUF66p4Xz9zb6sjl0 DEu7scuGQ2blxai27DXimZh2lsdWrngSPNYSF5zX1nieD2j53C9GsuSymwWfaMx1sc+g=; Received: from cm-84.212.220.105.getinternet.no ([84.212.220.105] helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1liJCk-0000Bu-Qz for control@debbugs.gnu.org; Sun, 16 May 2021 18:01:24 +0200 Date: Sun, 16 May 2021 18:01:22 +0200 Message-Id: <87pmxqllbh.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #45322 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: tags 45322 fixed close 45322 28.1 quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) tags 45322 fixed close 45322 28.1 quit From unknown Sat Aug 16 16:23:58 2025 X-Loop: help-debbugs@gnu.org Subject: bug#45322: Documentation of mouse-wheel-progressive-speed clarification Resent-From: Tomas Nordin Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 19 May 2021 19:35:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 45322 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch fixed To: Lars Ingebrigtsen Cc: 45322@debbugs.gnu.org Received: via spool by 45322-submit@debbugs.gnu.org id=B45322.162145288219481 (code B ref 45322); Wed, 19 May 2021 19:35:02 +0000 Received: (at 45322) by debbugs.gnu.org; 19 May 2021 19:34:42 +0000 Received: from localhost ([127.0.0.1]:60793 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ljRxq-000549-1J for submit@debbugs.gnu.org; Wed, 19 May 2021 15:34:42 -0400 Received: from mout02.posteo.de ([185.67.36.66]:38665) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ljRxo-00053u-CB for 45322@debbugs.gnu.org; Wed, 19 May 2021 15:34:41 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id C027E2400E5 for <45322@debbugs.gnu.org>; Wed, 19 May 2021 21:34:33 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1621452873; bh=zZbgpjVcPlR3iviMEI7CcvzlbQ8aMlvuG5NXSNl5uZU=; h=From:To:Cc:Subject:Date:From; b=nPDuYxMG54FWG9l8rW16px/SE/EgkdzOk6eb90zlpNy7fXKHcCQT/hgKVKx8UhxzA ng+X0XymThcdpzJeejvchQU0DmhMF1CRVuqkevCwZNBMan2F88x7BKiEAwNBBO0Px4 qca8cwnZQl0gNgqNSu6b6DqCyp94fUG1Q1+TqDydfCFc+c5BHt/lkT5ME41KAgM9c5 wqFZSycfonWByXMzbSovjPDBLJrCyYgFHJCNCFC1LB0xPsXJ2rWZeWYJoMhwXQsaCI E4vAerfC0SO17RFLLuDVt8DKfA6WmTG8W1F+dCC8asCWBW6qTbWu4SGaVVm1Imk7ck nQgcUqEB5Nk+A== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Fljk03rD5z6tm9; Wed, 19 May 2021 21:34:32 +0200 (CEST) From: Tomas Nordin In-Reply-To: <87r1i6llbn.fsf@gnus.org> References: <87mtyadix5.fsf@posteo.net> <87r1i6llbn.fsf@gnus.org> Date: Wed, 19 May 2021 19:34:31 +0000 Message-ID: <87lf8a1prs.fsf@posteo.net> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Lars Ingebrigtsen writes: > Tomas Nordin writes: > >> That explains (the first sentence) the effect when the variable is nil, >> the scrolling speed is proportional to the wheel speed. When non-nil, >> scrolling speed will increase (progress) the more the wheel is turned. >> Isn't it. > > [...] > >> (defcustom mouse-wheel-progressive-speed t >> - "If non-nil, the faster the user moves the wheel, the faster the scrolling. >> + "If non-nil, the more the user moves the wheel, the faster the scrolling. > > Thanks for the patch, but I don't think just replacing "faster" with > "more" here clarifies all that much. I've instead rewritten the doc > string according to your explanation in Emacs 28. Thanks, I think it is less confusing and more correct now. But still, in my experience, the progression of scroll speed is in effect with a constant rotational speed of the mouse wheel. > > -- > (domestic pets only, the antidote for overdose, milk.) > bloggy blog: http://lars.ingebrigtsen.no -- Tomas