From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#43568: Horizontal mouse wheel scrolling Date: Tue, 22 Sep 2020 22:09:43 +0300 Organization: LINKOV.NET Message-ID: <8736398w7c.fsf@mail.linkov.net> References: <87lfh1ac3y.fsf@mail.linkov.net> <833639wsoq.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="8366"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (x86_64-pc-linux-gnu) Cc: 43568@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Tue Sep 22 21:11:11 2020 Return-path: Envelope-to: geb-bug-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 1kKnh1-00022O-92 for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 22 Sep 2020 21:11:11 +0200 Original-Received: from localhost ([::1]:40460 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kKngz-0004Sz-Ql for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 22 Sep 2020 15:11:09 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:40386) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kKngs-0004Sp-UZ for bug-gnu-emacs@gnu.org; Tue, 22 Sep 2020 15:11:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:50104) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kKngs-0007QI-LL for bug-gnu-emacs@gnu.org; Tue, 22 Sep 2020 15:11:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kKngs-0005HC-Fi for bug-gnu-emacs@gnu.org; Tue, 22 Sep 2020 15:11:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 22 Sep 2020 19:11:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43568 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 43568-submit@debbugs.gnu.org id=B43568.160080182620231 (code B ref 43568); Tue, 22 Sep 2020 19:11:02 +0000 Original-Received: (at 43568) by debbugs.gnu.org; 22 Sep 2020 19:10:26 +0000 Original-Received: from localhost ([127.0.0.1]:33417 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kKngI-0005GF-Dy for submit@debbugs.gnu.org; Tue, 22 Sep 2020 15:10:26 -0400 Original-Received: from relay3-d.mail.gandi.net ([217.70.183.195]:40587) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kKngF-0005Fz-Te for 43568@debbugs.gnu.org; Tue, 22 Sep 2020 15:10:24 -0400 X-Originating-IP: 91.129.108.13 Original-Received: from mail.gandi.net (m91-129-108-13.cust.tele2.ee [91.129.108.13]) (Authenticated sender: juri@linkov.net) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id 3C35860006; Tue, 22 Sep 2020 19:10:16 +0000 (UTC) In-Reply-To: <833639wsoq.fsf@gnu.org> (Eli Zaretskii's message of "Tue, 22 Sep 2020 21:51:49 +0300") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:188740 Archived-At: >> As promised in https://lists.gnu.org/archive/html/emacs-devel/2020-09/msg01598.html >> and mentioned in https://debbugs.gnu.org/28182#58 >> this patch finally provides horizontal scrolling by shifted mouse wheel: > > This is a strange use of Shift. Is this something that other > applications or platforms do? Yes, this is what other applications do. I can't find an application that doesn't support horizontal scrolling with Shift. >> :version "27.1") > > The :version tag should be updated. > > This change, if we install it, must be documented in NEWS and in the > manual. Ok, will do.