From unknown Sat Jun 21 05:00:50 2025 X-Loop: help-debbugs@gnu.org Subject: bug#39979: 28.0.50; `mouse-wheel-tilt-scroll' docstring is unclear/incomplete Resent-From: =?UTF-8?Q?G=C3=B6ktu=C4=9F?= Kayaalp Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 07 Mar 2020 21:27:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 39979 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 39979@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.15836163725730 (code B ref -1); Sat, 07 Mar 2020 21:27:02 +0000 Received: (at submit) by debbugs.gnu.org; 7 Mar 2020 21:26:12 +0000 Received: from localhost ([127.0.0.1]:47679 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jAgxX-0001UL-QD for submit@debbugs.gnu.org; Sat, 07 Mar 2020 16:26:11 -0500 Received: from lists.gnu.org ([209.51.188.17]:45126) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jAgxW-0001UD-Pr for submit@debbugs.gnu.org; Sat, 07 Mar 2020 16:26:11 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:54456) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jAgxV-0006fM-Lt for bug-gnu-emacs@gnu.org; Sat, 07 Mar 2020 16:26:10 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.1 required=5.0 tests=BAYES_50,RCVD_IN_DNSWL_LOW, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jAgxU-0003AO-Fo for bug-gnu-emacs@gnu.org; Sat, 07 Mar 2020 16:26:09 -0500 Received: from relay6-d.mail.gandi.net ([217.70.183.198]:41731) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jAgxU-00036L-83 for bug-gnu-emacs@gnu.org; Sat, 07 Mar 2020 16:26:08 -0500 X-Originating-IP: 95.70.210.195 Received: from localhost (unknown [95.70.210.195]) (Authenticated sender: self@gkayaalp.com) by relay6-d.mail.gandi.net (Postfix) with ESMTPSA id 7433BC0003 for ; Sat, 7 Mar 2020 21:26:04 +0000 (UTC) From: =?UTF-8?Q?G=C3=B6ktu=C4=9F?= Kayaalp Date: Sun, 08 Mar 2020 00:25:58 +0300 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 217.70.183.198 X-Spam-Score: -0.7 (/) 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.7 (-) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable The docstring for the mentioned variable is unclear in that it does not really tell what kind of scrolling (horizontal) is enabled and incomplete because setting it enables horizontal scrolling and that=E2=80= =99s not mentioned (or, maybe tilt scrolling means that but that=E2=80=99s proba= bly an obscure term for many). A patch is attached which is proposed as a tentative improvement. If it=E2=80=99s good enough to apply, I do have my copyright assingment paperw= ork done so it can be committed right away. --=-=-= Content-Type: text/x-diff; charset=utf-8 Content-Disposition: inline; filename=0001-lisp-mwheel.el-mouse-wheel-tilt-scroll-improve-docst.patch Content-Transfer-Encoding: quoted-printable Content-Description: the patch >From b9cf4c16d48e8b5b28748481d6649a31d92df1bd Mon Sep 17 00:00:00 2001 From: =3D?UTF-8?q?=3DC4=3DB0=3D2E=3D20G=3DC3=3DB6ktu=3DC4=3D9F=3D20Kayaalp?= =3D Date: Sun, 8 Mar 2020 00:15:01 +0300 Subject: [PATCH] * lisp/mwheel.el (mouse-wheel-tilt-scroll): improve docstr= ing --- lisp/mwheel.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/mwheel.el b/lisp/mwheel.el index 56150c803f..9264af1214 100644 --- a/lisp/mwheel.el +++ b/lisp/mwheel.el @@ -145,7 +145,8 @@ mouse-wheel-follow-mouse ;;; For tilt-scroll ;;; (defcustom mouse-wheel-tilt-scroll nil - "Enable scroll using tilting mouse wheel." + "Enable horizontal scrolling via mouse or touchpad. Also see + =E2=80=98mouse-wheel-flip-direction=E2=80=99." :group 'mouse :type 'boolean :version "26.1") --=20 2.20.1 --=-=-=-- From unknown Sat Jun 21 05:00:50 2025 X-Loop: help-debbugs@gnu.org Subject: bug#39979: 28.0.50; `mouse-wheel-tilt-scroll' docstring is unclear/incomplete Resent-From: martin rudalics Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 09 Mar 2020 09:03:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 39979 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: =?UTF-8?Q?G=C3=B6ktu=C4=9F?= Kayaalp , 39979@debbugs.gnu.org Received: via spool by 39979-submit@debbugs.gnu.org id=B39979.158374456529769 (code B ref 39979); Mon, 09 Mar 2020 09:03:02 +0000 Received: (at 39979) by debbugs.gnu.org; 9 Mar 2020 09:02:45 +0000 Received: from localhost ([127.0.0.1]:49764 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jBEJA-0007k5-Nn for submit@debbugs.gnu.org; Mon, 09 Mar 2020 05:02:44 -0400 Received: from mout.gmx.net ([212.227.15.15]:42929) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jBEJ9-0007jt-1q for 39979@debbugs.gnu.org; Mon, 09 Mar 2020 05:02:43 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gmx.net; s=badeba3b8450; t=1583744557; bh=y+VvQ0cs1amY6PliNiTV2ChDp/RSrV7B3JqsPpDb1t4=; h=X-UI-Sender-Class:Subject:To:References:From:Date:In-Reply-To; b=lRvd8gKDcba+dJU0Ex+rTml8VtHD6ZnQ11eLWxExcTT8dmC1BZalWfp7TJKaVWHZ5 pQoF5jmhq6ys3PbEC+xZv6DSlcEyaAfCFdI1BaGsNSHWC+G4Xklz5JXk5YaSo3MQtw jXGOnFAzlVfmS1dRR6o4UEl0knnkDIqi94CX7nMU= X-UI-Sender-Class: 01bb95c1-4bf8-414a-932a-4f6e2808ef9c Received: from [192.168.1.101] ([212.95.5.251]) by mail.gmx.com (mrgmx005 [212.227.17.190]) with ESMTPSA (Nemesis) id 1MsYqv-1jUy513XI3-00u3xi; Mon, 09 Mar 2020 10:02:36 +0100 References: From: martin rudalics Message-ID: Date: Mon, 9 Mar 2020 10:02:35 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: quoted-printable X-Provags-ID: V03:K1:msAZbxxbCNc1q/c0FLheVDFhJHgoOOFD8lRSO5IqBFt8h+Ig8k2 UeGGGcf5E2CI6oC6E3Rf/shlotkQdSGCXbhCoTP36KRfieI8wYi81yt/WVi6nGh44L2aKUI A0Z/i/wmtZ9KkjTyJq1p78fTo3xuthhX1cgGdGY3TCXzW1U6LL3L24Pr8iYxd7K2dpRLpQT 9TrIfok+gSUDY+OWjUl/Q== X-Spam-Flag: NO X-UI-Out-Filterresults: notjunk:1;V03:K0:cX08kKp6eXo=:cXJYDlRhyJD4TzsfK1ztNA BfjAnQeSz6TYpUsLrUDjq6RRheyLLB9k/OpBZm5+VqAPHFaQgxa0xfsjIjAVL8X5Zc+ifnMNo fl8IrrorVehypPWCsMaVeULFMWSSN6bgejc7G+xoZkEBQi4m7ftjB+BW0shEJYDfCX9pTOrwn fAZPXDmzXmvSC26jQd8WdRsYSsPEeXWoRU68RIHuXqUpZfpOe8BklYtP15EnoVPxZQuAwvyfS /5VmWtph8n1/FeBeVaHNpUJILjaLmjum5wkd7GWOh154nGR1TX3mvW/7X/C1mLEAB0q18mYia FzNoESrks0foJbK8KGVA/jTJWleXX6bTidNU//Xqvb8AbJjim94di8P8v2PCJgXVufQToLi78 vDrxs1fcKLCUz8RmvQkzms/ue4dHkSpcPY1VpuUoKGMsEOOQVmD1ttby7wWqyE20Xljpu5dPp QCRLVZz2J0gRQnNEYgquKgygAVsennNKVX00oS4GHpQxFdOns9gyJP5M4sWF6MGwFgmXUEpbT pQyRLkGadwcNiSHI3VNTddJQsP8iq8rMNr80fCYZCa81lq4SJKxrbetE9sEWwl0bNFaAbB7cp 9+KgmZgmNyEHhFcoTvObLcTMr/XV4TKcQa44yAmFyT8M43/+c+eIOiGC8pVewOVXXs/gG5HN+ pcdcunDTbqxbHbt6C10zpaTdG8XH4iJK1uq/VsYTlp042auLSd3a2rU1RaGgAW01MM4g26llS etauk8Htl+CV3Y/1zE4UG63CaYECuj3Vg2wU9xmKJKRumX+lquC2aaxhDZAIU2aEuZGdwyCzR moNyD/YnBnD4OyPGG/0xLeik8vUTJenGN7JOSsmxWZE53kKAA5EkR6LMKQhBwvGLs3jR3hRrN 4ji1TbNvPG0rIvtTuh96wWP4dYawtKPpYRBKSkA4i31X0mt7xFf0PwKxpRBExQgexDieWvZeh 0NTehtoTJ8cGTX5r7+viwJGaRJJe/eTa6P04se9LAQ4oMrbR62zjIiC0PqpWXYhzAWxP0zw+I DmuGI5URuFXExLXn4pDNk/ZhmNh3u4jc7UvNmPyaqX2DGZLdnuVKX+PXsIU6rIKi9sq9H5R/O DEG3jp8NHDrBDVH5xlJR26Qb8SeZ0IzsvEra7NVwmR8M5dW94NuAz2+Tj+eyS4HQreQbl3HHi fQWnTIXQ6R4O/OpjQrY8EPfqrYEBqYu71kpN7Ytzi8nca3aaIkO17NFL3zgciJUPYUeEf5txs b/iUJD6OTlkWUL46/ X-Spam-Score: -0.7 (/) 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.7 (-) > A patch is attached which is proposed as a tentative improvement. If > it=E2=80=99s good enough to apply, I do have my copyright assingment p= aperwork > done so it can be committed right away. Thanks for looking into this. But - "Enable scroll using tilting mouse wheel." + "Enable horizontal scrolling via mouse or touchpad. Also see + =E2=80=98mouse-wheel-flip-direction=E2=80=99." violates the rule from D.6 of the Elisp manual: The first line of the documentation string should consist of one or two complete sentences that stand on their own as a summary. Also, 'mouse-wheel-flip-direction' does not have a great doc-string either. Maybe we should add a reference to section 21.1 of the Emacs manual? martin From unknown Sat Jun 21 05:00:50 2025 X-Loop: help-debbugs@gnu.org Subject: bug#39979: 28.0.50; `mouse-wheel-tilt-scroll' docstring is unclear/incomplete References: Resent-From: =?UTF-8?Q?G=C3=B6ktu=C4=9F?= Kayaalp Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 10 Mar 2020 16:40:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 39979 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: martin rudalics Cc: 39979@debbugs.gnu.org Received: via spool by 39979-submit@debbugs.gnu.org id=B39979.158385839517039 (code B ref 39979); Tue, 10 Mar 2020 16:40:02 +0000 Received: (at 39979) by debbugs.gnu.org; 10 Mar 2020 16:39:55 +0000 Received: from localhost ([127.0.0.1]:53188 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jBhv8-0004Ql-Ra for submit@debbugs.gnu.org; Tue, 10 Mar 2020 12:39:55 -0400 Received: from relay6-d.mail.gandi.net ([217.70.183.198]:40161) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jBhv6-0004QW-Si for 39979@debbugs.gnu.org; Tue, 10 Mar 2020 12:39:53 -0400 X-Originating-IP: 95.70.210.195 Received: from localhost (unknown [95.70.210.195]) (Authenticated sender: self@gkayaalp.com) by relay6-d.mail.gandi.net (Postfix) with ESMTPSA id CFB2BC0002; Tue, 10 Mar 2020 16:39:45 +0000 (UTC) From: =?UTF-8?Q?G=C3=B6ktu=C4=9F?= Kayaalp In-Reply-To: (message from martin rudalics on Mon, 9 Mar 2020 10:02:35 +0100) Date: Tue, 10 Mar 2020 19:39:43 +0300 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Spam-Score: -0.7 (/) 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.7 (-) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 2020-03-09 10:02 +01, martin rudalics wrote: > > A patch is attached which is proposed as a tentative improvement. If > > it=E2=80=99s good enough to apply, I do have my copyright assingment p= aperwork > > done so it can be committed right away. > > Thanks for looking into this. But > > - "Enable scroll using tilting mouse wheel." > + "Enable horizontal scrolling via mouse or touchpad. Also see > + =E2=80=98mouse-wheel-flip-direction=E2=80=99." > > violates the rule from D.6 of the Elisp manual: > > The first line of the documentation string should consist of one or > two complete sentences that stand on their own as a summary. New patch added, with some improvement to the =E2=80=98...-flip-direction= =E2=80=99 variable too. > Also, 'mouse-wheel-flip-direction' does not have a great doc-string > either. Maybe we should add a reference to section 21.1 of the Emacs > manual? There is this, assuming you meant "(emacs) Mouse Commands": ,---- | Emacs can also support horizontal scrolling if your mouse=E2=80=99s wh= eel can | be tilted. This feature is off by default; the variable | =E2=80=98mouse-wheel-tilt-scroll=E2=80=99 turns it on. If you=E2=80=99d = like to reverse the | direction of horizontal scrolling, customize the variable | =E2=80=98mouse-wheel-flip-direction=E2=80=99 to a non-=E2=80=98nil=E2=80= =99 value. `---- I think a little mention of touchpads would suffice. The added patch addresses this too. Cheers, -gk. P.S. I never know if it=E2=80=99s better to send Debbugs patches inline or = as attachments. Sorry if I=E2=80=99m doing the wrong thing. --=-=-= Content-Type: text/x-diff; charset=utf-8 Content-Disposition: attachment; filename=0001-Improve-docs-for-horizontal-scrolling-with-mouse-and.patch Content-Transfer-Encoding: quoted-printable Content-Description: Improved patch >From 66906d5a680f61528ae1eaee1f101eecebd5a0aa Mon Sep 17 00:00:00 2001 From: =3D?UTF-8?q?=3DC4=3DB0=3D2E=3D20G=3DC3=3DB6ktu=3DC4=3D9F=3D20Kayaalp?= =3D Date: Sun, 8 Mar 2020 00:15:01 +0300 Subject: [PATCH] Improve docs for horizontal scrolling with mouse and touch= pad * lisp/mwheel.el (mouse-wheel-tilt-scroll, mouse-wheel-flip-direction): Improve docstrings. * doc/emacs/frames.texi (Mouse Commands): Mention touchpads. --- doc/emacs/frames.texi | 9 +++++---- lisp/mwheel.el | 7 +++++-- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/doc/emacs/frames.texi b/doc/emacs/frames.texi index 002297c259..16205e6e0c 100644 --- a/doc/emacs/frames.texi +++ b/doc/emacs/frames.texi @@ -217,10 +217,11 @@ Mouse Commands @vindex mouse-wheel-tilt-scroll @vindex mouse-wheel-flip-direction Emacs can also support horizontal scrolling if your mouse's wheel can -be tilted. This feature is off by default; the variable -@code{mouse-wheel-tilt-scroll} turns it on. If you'd like to reverse -the direction of horizontal scrolling, customize the variable -@code{mouse-wheel-flip-direction} to a non-@code{nil} value. +be tilted, or your touchpad supports it. This feature is off by +default; the variable @code{mouse-wheel-tilt-scroll} turns it on. If +you'd like to reverse the direction of horizontal scrolling, customize +the variable @code{mouse-wheel-flip-direction} to a non-@code{nil} +value. =20 When the mouse pointer is over an image, scrolling the mouse wheel with the @key{Ctrl} modifier scales the image under the mouse pointer. diff --git a/lisp/mwheel.el b/lisp/mwheel.el index 56150c803f..41ae3769c1 100644 --- a/lisp/mwheel.el +++ b/lisp/mwheel.el @@ -145,13 +145,16 @@ mouse-wheel-follow-mouse ;;; For tilt-scroll ;;; (defcustom mouse-wheel-tilt-scroll nil - "Enable scroll using tilting mouse wheel." + "Enable horizontal scrolling via mouse or touchpad. +Also see =E2=80=98mouse-wheel-flip-direction=E2=80=99." :group 'mouse :type 'boolean :version "26.1") =20 (defcustom mouse-wheel-flip-direction nil - "Swap direction of `wheel-right' and `wheel-left'." + "Swap direction of `wheel-right' and `wheel-left'. +This inverts the direction of horizontal scrolling. Also see +`mouse-wheel-tilt-scroll'." :group 'mouse :type 'boolean :version "26.1") --=20 2.20.1 --=-=-=-- From unknown Sat Jun 21 05:00:50 2025 X-Loop: help-debbugs@gnu.org Subject: bug#39979: 28.0.50; `mouse-wheel-tilt-scroll' docstring is unclear/incomplete Resent-From: Noam Postavsky Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 10 Mar 2020 17:37:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 39979 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: =?UTF-8?Q?G=C3=B6ktu=C4=9F?= Kayaalp Cc: martin rudalics , 39979@debbugs.gnu.org Received: via spool by 39979-submit@debbugs.gnu.org id=B39979.158386180930053 (code B ref 39979); Tue, 10 Mar 2020 17:37:02 +0000 Received: (at 39979) by debbugs.gnu.org; 10 Mar 2020 17:36:49 +0000 Received: from localhost ([127.0.0.1]:53250 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jBioC-0007oe-RN for submit@debbugs.gnu.org; Tue, 10 Mar 2020 13:36:49 -0400 Received: from mail-qk1-f179.google.com ([209.85.222.179]:44031) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jBioA-0007oR-OU for 39979@debbugs.gnu.org; Tue, 10 Mar 2020 13:36:47 -0400 Received: by mail-qk1-f179.google.com with SMTP id q18so13518878qki.10 for <39979@debbugs.gnu.org>; Tue, 10 Mar 2020 10:36:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-transfer-encoding; bh=uDVz5pDw2IS9uVX6yvAESzmocsJqvbxW1+3go0fTEM4=; b=EhG3hn6+DbjqOTzR0jvTDNyvgof3N2Swcf2WcOzx1KRumcoqEP2DtElHLdNcs+sQZq n+yi+uLpuEvLGuhjo5f1ldeMHKnkFF/qqe/SMM4QOJaogxFJa1nmYFdeiTtpaa+x11I3 mdnhma222Ey7Q9hq6umVlywaXy7qIbXZMng/LrHEWiSWFlkQlm9skGnW1hGXOSCf3M4U cbGLiM9bfiRWP6heH9XJPpCkoEoaXNxt8dpNKgorsEU6PvU1rPJMdoSyYumevcYWA7Ev +0VTXL6c+u48f/KH3inl9M0IBZ3xG6quR+/kxVi4k2Pl6a9SI61jCxUjK/ou+aR9kW8M bEuA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=uDVz5pDw2IS9uVX6yvAESzmocsJqvbxW1+3go0fTEM4=; b=pV97N3f5iyOBawgeIfEfLE212rQHZ2Jlm01zzAQalQCTeTO7C//Qh+j68mvW7+mfY1 A17/YVp30QwQhWLFUjt2FD2+QuG0tGdWBGEo5QRz+DBY71PgmuoL/QCDnxyrqgrMO3gk hByGvcBz4m1HKXPpo+5UM2VphiZdhnyXr+00TV6SCzNV7GHgGG5M6RIwwyqUkPNbFW/V /MVNCV9l+ZGEEaCKzJMtNhqdjwM+8yFoSeffFl+MfRNE86uCn7OfuaFgrk6hpHcFdkNa uaNHBguNZFgXFybOtpEu/q9c+Xt64sBOaZ+vQ86okO8M9ADl4KVGrPorA68wSD9/ZJ3o vu+Q== X-Gm-Message-State: ANhLgQ3kIPdN0UVC1hs6NWdZT7ulwWYLhZdsmuBHLweT4DubWfMv5LnV zMqjG/EGzpaHD0yvC9c9awN4iK1+ X-Google-Smtp-Source: ADFU+vtPTFAXYs1iVt0ulHpTcd7I9geZ/BFhi7hZgwVIC0qX/EtN5R5L1HswHvIgHhLh0ROZJBvCJQ== X-Received: by 2002:a37:9c07:: with SMTP id f7mr21072848qke.349.1583861801050; Tue, 10 Mar 2020 10:36:41 -0700 (PDT) Received: from vhost2 (CPE001143542e1f-CMf81d0f809fa0.cpe.net.cable.rogers.com. [99.230.38.42]) by smtp.gmail.com with ESMTPSA id b5sm23972475qkh.58.2020.03.10.10.36.39 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 10 Mar 2020 10:36:40 -0700 (PDT) From: Noam Postavsky References: Date: Tue, 10 Mar 2020 13:36:39 -0400 In-Reply-To: ("=?UTF-8?Q?G=C3=B6ktu=C4=9F?= Kayaalp"'s message of "Tue, 10 Mar 2020 19:39:43 +0300") Message-ID: <85eeu0qfh4.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (windows-nt) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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 (-) G=C3=B6ktu=C4=9F Kayaalp writes: > P.S. I never know if it=E2=80=99s better to send Debbugs patches inline o= r as > attachments. Sorry if I=E2=80=99m doing the wrong thing. Generally, sending as attachment (as you did) is safer because some mail-clients will word-wrap the text otherwise. CONTRIBUTE recommends attaching as well. From unknown Sat Jun 21 05:00:50 2025 X-Loop: help-debbugs@gnu.org Subject: bug#39979: 28.0.50; `mouse-wheel-tilt-scroll' docstring is unclear/incomplete Resent-From: martin rudalics Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 11 Mar 2020 08:53:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 39979 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: =?UTF-8?Q?G=C3=B6ktu=C4=9F?= Kayaalp Cc: 39979@debbugs.gnu.org, Noam Postavsky Received: via spool by 39979-submit@debbugs.gnu.org id=B39979.158391675717316 (code B ref 39979); Wed, 11 Mar 2020 08:53:02 +0000 Received: (at 39979) by debbugs.gnu.org; 11 Mar 2020 08:52:37 +0000 Received: from localhost ([127.0.0.1]:53620 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jBx6T-0004VD-BN for submit@debbugs.gnu.org; Wed, 11 Mar 2020 04:52:37 -0400 Received: from mout.gmx.net ([212.227.17.20]:36525) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jBx6S-0004V1-65 for 39979@debbugs.gnu.org; Wed, 11 Mar 2020 04:52:37 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gmx.net; s=badeba3b8450; t=1583916749; bh=CnkPYa9ezOf2sKnqzdKEW746H+8Ot0ZcMTKWWBRYezY=; h=X-UI-Sender-Class:Subject:To:Cc:References:From:Date:In-Reply-To; b=DD4uePNLbuMA4O0E8/c1nQVIJFp4Af2+CkiBmsjvoNX1dypywpMbrW82Ua2jIreBk ERYzg9loGhDz5vNjfbU6ayVhThS1yA9dEbOR1AzSEdwfvwWmpimOEc6k4jbcFFeaS/ otcc1ERzD5+Tkx7Ztbsr7xJI0jeAiiehOw8cJ/bY= X-UI-Sender-Class: 01bb95c1-4bf8-414a-932a-4f6e2808ef9c Received: from [192.168.1.101] ([46.125.249.80]) by mail.gmx.com (mrgmx104 [212.227.17.168]) with ESMTPSA (Nemesis) id 1MtwUm-1jSNzE3ggG-00uGU5; Wed, 11 Mar 2020 09:52:28 +0100 References: From: martin rudalics Message-ID: Date: Wed, 11 Mar 2020 09:52:27 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: quoted-printable X-Provags-ID: V03:K1:o9xFFPui9UxwtAkiJguZ/IhwyQRAAgngA26PrVPoaLZF4DoWqQO 6M4nwm6rgq1yjYKRDDA9acF1hyCwPF8oKw79FUmmMbQNSzBN7Qgz5RoBQjC7A5SQK47lTEB fxS0sx6+Plp0UQh68kcwvTTnCkUMdYlmLD12DUnrLzAgKOMUt500R5sQwYWbs1SQ70wu2PU eVpAYae4oFvXuL7aM619w== X-Spam-Flag: NO X-UI-Out-Filterresults: notjunk:1;V03:K0:DNCYw7NdWSw=:pUBfkz2VgBLDKcYVkJAB4y lR0qy9We7/eLHWv/Iej5iLN0Pa4GvF4iv0qpH8WkL90Jjf2vRQA/nqroCKELvxuTKIG3MKneg tgwAapBf3gPOkHMbKdvyfcpSOnpRkZusJFXx6Ioz7T6bafB3MTeemmDsvUipuPKQSEYPpQMMW iuG8gniypIsuujZKip00TZoP5G7YbJqJe1ZNTasy/+wULa4VJRpXNMEmtQXuE/tclTx5vWBad 0c3ecfXx7gA7KQ/WzrPIyOFJJ+Y01d6ePRJ85xUXa3D8FgqnhbKu0R4Wt5yk84W5L0YQAtZM0 uPTftWNeKAaOfIc99LaZgL9ZT1MD5A4PCyf1uF4uKWiJ5RBxwItBkEDpAxO61avAvAi81KLJU CdiB6X6HhlEXxDXhjmnrtessdOgjMnf9tA1ojZcLjpplNUAdS2E46pxyqw65cB0SwCviaICx+ jBOx0QOatyZV7M/ixUKhOlq3vWcW2g9xuzKMvepmmJUCiZ+KPuWOoYhJ/JWAsHsPli5RzgnTW PYWHZ8SsTj1fMGCZ7WwAozYNsRrDyU8Hz9fK2MPy2bYVPflw6gioiUASR8yHfMhZvlTNxsxlK xfwiGqNzvuUYaqZwipIV665qpFo285s/DsfFMH1lCmnTq+sNdCGp1ovAqbJHb0W18t+uS0nH/ +msNe2RZU877aD5rDDcAhZqLzTsayVv5xZ/p9d3uP5fGV3hCWjpL1ofZukiHd7R5TFVGC48sG X7J0AFAhJ572sDeUu5tc0X3v7eORBC7LL5dZfKfKJPMkW0yTngEG/bM7p0KEbD31dnTZo2Of/ V1DY8iA5YECxUlfD6kqBmEKmGgoXSxr8jWsBmjRkg4OB7d++izk/LuXdK1M5LMDssbVGjtigL cjg1YC/BKwB9jxjXWv7gCiCNugn2Y2iBnZtc6VpE6bdKUUf5pQZHpAgkiQxDyBoKUaTHLcObF 9yWbnWXZicilUiQy3AodjQkbQ6w0XPqUDlXIe2gTteY2vcf3ikhHGNsStrTf7/2ePBwx1eqYV augpFlV+2iftZPLBAnZ+e88JkgMSpRZZCSeLHemgkDZC2vLbnoyuuG0p+DiaYNbytfXFRpu/9 xHRvjoaKwUHQuPqVpsy2fpSKiGoE3cuN7iWQqpwPaazIKYYQ6nF6iftd06RXBDZQDc0qwx5Xn 4d3ii3bif6pcRnbgkxYuFZJNF1W+aFrAB5s07WGzB+8WdIRfD7Zp+14BvncFdKA1bOinajYvt E50fGmpc/OZ/f7FDL X-Spam-Score: -0.7 (/) 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.7 (-) > I think a little mention of touchpads would suffice. The added patch > addresses this too. Thanks. Please also fix the quotation =E2=80=98mouse-wheel-flip-direction=E2=80=99 ~> `mouse-wheel-flip-directi= on' Noam, could you please install this then. I'm afraid I'll never be able to enter "G=C3=B6ktu=C4=9F" correctly from here. Thanks, martin From unknown Sat Jun 21 05:00:50 2025 X-Loop: help-debbugs@gnu.org Subject: bug#39979: 28.0.50; `mouse-wheel-tilt-scroll' docstring is unclear/incomplete References: Resent-From: =?UTF-8?Q?G=C3=B6ktu=C4=9F?= Kayaalp Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 11 Mar 2020 13:09:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 39979 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: martin rudalics Cc: 39979@debbugs.gnu.org, npostavs@gmail.com Received: via spool by 39979-submit@debbugs.gnu.org id=B39979.158393212816175 (code B ref 39979); Wed, 11 Mar 2020 13:09:02 +0000 Received: (at 39979) by debbugs.gnu.org; 11 Mar 2020 13:08:48 +0000 Received: from localhost ([127.0.0.1]:53756 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jC16O-0004Co-9e for submit@debbugs.gnu.org; Wed, 11 Mar 2020 09:08:48 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:34165) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jC16M-0004CY-1C for 39979@debbugs.gnu.org; Wed, 11 Mar 2020 09:08:46 -0400 X-Originating-IP: 95.70.210.195 Received: from localhost (unknown [95.70.210.195]) (Authenticated sender: self@gkayaalp.com) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id A59ECE0015; Wed, 11 Mar 2020 13:08:38 +0000 (UTC) From: =?UTF-8?Q?G=C3=B6ktu=C4=9F?= Kayaalp In-Reply-To: (message from martin rudalics on Wed, 11 Mar 2020 09:52:27 +0100) Date: Wed, 11 Mar 2020 16:08:36 +0300 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Spam-Score: -0.7 (/) 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.7 (-) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 2020-03-11 09:52 +01, martin rudalics wrote: > =E2=80=98mouse-wheel-flip-direction=E2=80=99 ~> `mouse-wheel-flip-directi= on' Done, patch attached. Cheers, -gk. --=-=-= Content-Type: text/x-diff Content-Disposition: attachment; filename=0001-Improve-docs-for-horizontal-scrolling-with-mouse-and.patch Content-Description: fixed quotes >From fafa8c72ffc6648961da90fa7a3b95cfd57dec14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0=2E=20G=C3=B6ktu=C4=9F=20Kayaalp?= Date: Sun, 8 Mar 2020 00:15:01 +0300 Subject: [PATCH] Improve docs for horizontal scrolling with mouse and touchpad * lisp/mwheel.el (mouse-wheel-tilt-scroll, mouse-wheel-flip-direction): Improve docstrings. * doc/emacs/frames.texi (Mouse Commands): Mention touchpads. --- doc/emacs/frames.texi | 9 +++++---- lisp/mwheel.el | 7 +++++-- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/doc/emacs/frames.texi b/doc/emacs/frames.texi index 002297c259..16205e6e0c 100644 --- a/doc/emacs/frames.texi +++ b/doc/emacs/frames.texi @@ -217,10 +217,11 @@ Mouse Commands @vindex mouse-wheel-tilt-scroll @vindex mouse-wheel-flip-direction Emacs can also support horizontal scrolling if your mouse's wheel can -be tilted. This feature is off by default; the variable -@code{mouse-wheel-tilt-scroll} turns it on. If you'd like to reverse -the direction of horizontal scrolling, customize the variable -@code{mouse-wheel-flip-direction} to a non-@code{nil} value. +be tilted, or your touchpad supports it. This feature is off by +default; the variable @code{mouse-wheel-tilt-scroll} turns it on. If +you'd like to reverse the direction of horizontal scrolling, customize +the variable @code{mouse-wheel-flip-direction} to a non-@code{nil} +value. When the mouse pointer is over an image, scrolling the mouse wheel with the @key{Ctrl} modifier scales the image under the mouse pointer. diff --git a/lisp/mwheel.el b/lisp/mwheel.el index 56150c803f..bfba1f4e1e 100644 --- a/lisp/mwheel.el +++ b/lisp/mwheel.el @@ -145,13 +145,16 @@ mouse-wheel-follow-mouse ;;; For tilt-scroll ;;; (defcustom mouse-wheel-tilt-scroll nil - "Enable scroll using tilting mouse wheel." + "Enable horizontal scrolling via mouse or touchpad. +Also see `mouse-wheel-flip-direction'." :group 'mouse :type 'boolean :version "26.1") (defcustom mouse-wheel-flip-direction nil - "Swap direction of `wheel-right' and `wheel-left'." + "Swap direction of `wheel-right' and `wheel-left'. +This inverts the direction of horizontal scrolling. Also see +`mouse-wheel-tilt-scroll'." :group 'mouse :type 'boolean :version "26.1") -- 2.20.1 --=-=-=-- From unknown Sat Jun 21 05:00:50 2025 X-Loop: help-debbugs@gnu.org Subject: bug#39979: 28.0.50; `mouse-wheel-tilt-scroll' docstring is unclear/incomplete Resent-From: Tak Kunihiro Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 11 Mar 2020 23:11:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 39979 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: =?UTF-8?Q?G=C3=B6ktu=C4=9F?= Kayaalp Cc: martin rudalics , 39979@debbugs.gnu.org, tkk@misasa.okayama-u.ac.jp, npostavs@gmail.com Received: via spool by 39979-submit@debbugs.gnu.org id=B39979.158396821126112 (code B ref 39979); Wed, 11 Mar 2020 23:11:01 +0000 Received: (at 39979) by debbugs.gnu.org; 11 Mar 2020 23:10:11 +0000 Received: from localhost ([127.0.0.1]:55676 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jCAUM-0006n4-RI for submit@debbugs.gnu.org; Wed, 11 Mar 2020 19:10:11 -0400 Received: from mail-pf1-f174.google.com ([209.85.210.174]:46833) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jCAUL-0006ml-7H for 39979@debbugs.gnu.org; Wed, 11 Mar 2020 19:10:09 -0400 Received: by mail-pf1-f174.google.com with SMTP id c19so2194661pfo.13 for <39979@debbugs.gnu.org>; Wed, 11 Mar 2020 16:10:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=Y6KXr7chjjoxM3+Kmvw1yI9tRYP2dixHEpJHxbV35ng=; b=W0Yk89mGPZKsj0hKeJ4DJrHlQOeaCiGSh97yDuEbupJyTUSCwnO2h2oJ/GGonrimUf z8dA+z+KrEKfl4ybjmpt30xQ22MSKcJxGxbF6y/4p1YBSQxguKT53DsOrFFcdYlnJFb7 Pv8KbwpkDMKy8+pDxHWTMHZH1pOy43yKee5r7Qc/ZF2XRjb9pE2EXeJEyv2RqSrTNYHN R5nRuCN/XdEcCLqAuI28zyTpgncPGAIsVM9NUIAdBFY18gVH8boMDwpCQamo9JAyq7WK x+4cFFw53NRrPeigWK7Evkeyuutb5AHJRkvnp+PxAE45Li++iO67+myvSfvYULDenF3I ea9A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:cc:subject:references:date :in-reply-to:message-id:user-agent:mime-version; bh=Y6KXr7chjjoxM3+Kmvw1yI9tRYP2dixHEpJHxbV35ng=; b=Yp6BfiNeE//8lpIPdhRhIHP6AK1w7x0YYnVz/ItDlKh90beRaaZKMhwQecT9BWh2CR P7336/6LIymdglb3M0eYbQq3krLPcUldNJ+V1HoHiFzO9WGNHCBd6sIHiQqlgKlxfi2i HtA3BZM0xyPPdZKzzbhbHff21N3bCwBxodJjxsVpkplr6Y3p8dUTq78Sf5onoFxzZDW3 1ImSn+jMhN816BdSVY0xI441fVtfE3VKPeHNCzIb5NVFeEMz2z02LjdJvBqzXw1O3q9E oppeXq4yd+fwsplF6CDR7i60utJBFxIRFcC0QUliyF4C0ngNIFPt4TDO5Ym8c7cGF2Tx dLQw== X-Gm-Message-State: ANhLgQ2s9nimxno5/lhMlXl7fCQdrYE3WqGrySSCapQmNhjG9HVGzqSD qn07DetjABEjMZBc+vDR4Oc= X-Google-Smtp-Source: ADFU+vv/Nql+hP1zZQq66OsXN5f4C5BL4bHOZfKWif4fJdlvwKEr2SYUCoFp3cZRSa/0xvUJrf+0sQ== X-Received: by 2002:a63:cb:: with SMTP id 194mr1316610pga.37.1583968203395; Wed, 11 Mar 2020 16:10:03 -0700 (PDT) Received: from DreamMini2019.local (vesta.misasa.okayama-u.ac.jp. [150.46.48.154]) by smtp.gmail.com with ESMTPSA id s25sm25547041pfe.147.2020.03.11.16.10.01 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 11 Mar 2020 16:10:02 -0700 (PDT) From: Tak Kunihiro X-Google-Original-From: Tak Kunihiro References: Date: Thu, 12 Mar 2020 08:09:58 +0900 In-Reply-To: ("=?UTF-8?Q?G=C3=B6ktu=C4=9F?= Kayaalp"'s message of "Wed, 11 Mar 2020 16:08:36 +0300") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (darwin) MIME-Version: 1.0 Content-Type: text/plain 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 (-) The old docstring was written by me, who is (I think) okay but not good in English. Thank you. From unknown Sat Jun 21 05:00:50 2025 X-Loop: help-debbugs@gnu.org Subject: bug#39979: 28.0.50; `mouse-wheel-tilt-scroll' docstring is unclear/incomplete Resent-From: Noam Postavsky Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 11 Mar 2020 23:53:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 39979 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: =?UTF-8?Q?G=C3=B6ktu=C4=9F?= Kayaalp Cc: martin rudalics , 39979@debbugs.gnu.org Received: via spool by 39979-submit@debbugs.gnu.org id=B39979.158397074929900 (code B ref 39979); Wed, 11 Mar 2020 23:53:02 +0000 Received: (at 39979) by debbugs.gnu.org; 11 Mar 2020 23:52:29 +0000 Received: from localhost ([127.0.0.1]:55684 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jCB9I-0007m7-G0 for submit@debbugs.gnu.org; Wed, 11 Mar 2020 19:52:28 -0400 Received: from mail-qk1-f172.google.com ([209.85.222.172]:41653) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jCB9G-0007lo-1h; Wed, 11 Mar 2020 19:52:26 -0400 Received: by mail-qk1-f172.google.com with SMTP id b5so3958340qkh.8; Wed, 11 Mar 2020 16:52:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-transfer-encoding; bh=Rh1pufGaehWo5t+A+dLXrVOgiYmPTPvsoXtULIgUHA4=; b=tgr3Apgzzi01OE1m3xAMJeotiPZPXEiwR6O2prV7tOBtHkGLdUzYy6zBA56fHKQfRb G38OF+3FbPSqnG/CMb64fyaTYD0+7YNX2xAL4edK+o9uEP1qs/MZrskOf/+mg0d/iNOn 1vDSiMtnZE9wNbcM6VIlFOOYSXJgeQwVvQR+UdlffoLWwPcGOCkZG6w0Npv9pYQbezYc UteKS7M8Cw8Fq40pQqpAO8L06lyuTS/bru5Fb0izcbln4CT1W78gL7lfeNkKs/ttktZ3 CO6Ko0qDNLwKAdaWEemO6hIt3I/1bWjm8YRnmStmFnYTKERjLUcrAg+OlBw9TmlB/9MP XbVA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=Rh1pufGaehWo5t+A+dLXrVOgiYmPTPvsoXtULIgUHA4=; b=rcG1tLq8nMMA+g/aY3xlWbbYZ75GfwxBkV1hHTbgrStCU4/ITwXiUmhYBuYG6hdood +lu1nUJfoc3LGpSEdosRbCLjEY0To352pPvsvkEvWE3ELFBRBL+dPUY0IfVO8cBvRgvq w/FrfQMb6aFJfVlnndhMNj+aC8vo+SECUfaG6nBGOaemEkE/dg2xtFPupiPi+wqTSVAW FZjtjE5pDp/rb3A5r3NNJUYyq2CpdJmqUhBNoNPpqqei+aK3iZUDcP16EMfFAMnXCsgi kl6A8LZKELhjyQljS1mWGRw3m+mtXscrPg4P+fYBSksiIeqaDuoDC/zsiRc++flhv+pi KW0Q== X-Gm-Message-State: ANhLgQ2lxXcwKYDXibqovt/GylyBqS2dHf9OdmTqNxCjlCQKjtGRlIec 2HOAgUwf57J9eRSq4H2sGV+FgcXt X-Google-Smtp-Source: ADFU+vsGKYVUFxT1dGKiHRbzoaT4Mgwp1XBFI/sc6+Dnq3ip7SNe77oEZim6ke2ZevlR7VIoxi/CoQ== X-Received: by 2002:a37:9a54:: with SMTP id c81mr432848qke.185.1583970740278; Wed, 11 Mar 2020 16:52:20 -0700 (PDT) Received: from minid (cbl-45-2-119-47.yyz.frontiernetworks.ca. [45.2.119.47]) by smtp.gmail.com with ESMTPSA id v82sm26482036qka.51.2020.03.11.16.52.18 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 11 Mar 2020 16:52:19 -0700 (PDT) From: Noam Postavsky References: Date: Wed, 11 Mar 2020 19:52:18 -0400 In-Reply-To: ("=?UTF-8?Q?G=C3=B6ktu=C4=9F?= Kayaalp"'s message of "Wed, 11 Mar 2020 16:08:36 +0300") Message-ID: <87r1xy78lp.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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 (-) tags 39979 fixed close 39979 27.1 quit G=C3=B6ktu=C4=9F Kayaalp writes: > On 2020-03-11 09:52 +01, martin rudalics wrote: >> =E2=80=98mouse-wheel-flip-direction=E2=80=99 ~> `mouse-wheel-flip-direct= ion' > > Done, patch attached. > +This inverts the direction of horizontal scrolling. Also see ^ Added the missing space and pushed to emacs-27. [1: ef5744a988]: 2020-03-11 19:48:47 -0400 Improve docs for horizontal scrolling with mouse and touchpad (Bug#39979) https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=3Def5744a988f299c1= b8b4726ee0d5bf9c1c1074f5 From unknown Sat Jun 21 05:00:50 2025 X-Loop: help-debbugs@gnu.org Subject: bug#39979: 28.0.50; `mouse-wheel-tilt-scroll' docstring is unclear/incomplete Resent-From: martin rudalics Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 12 Mar 2020 08:23:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 39979 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: fixed To: Noam Postavsky , =?UTF-8?Q?G=C3=B6ktu=C4=9F?= Kayaalp Cc: 39979@debbugs.gnu.org Received: via spool by 39979-submit@debbugs.gnu.org id=B39979.158400136124597 (code B ref 39979); Thu, 12 Mar 2020 08:23:02 +0000 Received: (at 39979) by debbugs.gnu.org; 12 Mar 2020 08:22:41 +0000 Received: from localhost ([127.0.0.1]:55902 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jCJ73-0006Of-8F for submit@debbugs.gnu.org; Thu, 12 Mar 2020 04:22:41 -0400 Received: from mout.gmx.net ([212.227.15.15]:42411) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jCJ71-0006OP-8i for 39979@debbugs.gnu.org; Thu, 12 Mar 2020 04:22:39 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gmx.net; s=badeba3b8450; t=1584001352; bh=gDuWCJxWfS4UJopQJHevYtyeESnbqPv5Vc9ZXIRuSHQ=; h=X-UI-Sender-Class:Subject:To:Cc:References:From:Date:In-Reply-To; b=akGO2D0+CKGn6D98WONkx80Wiw+WKN4p16f0dKewcVR0DVbzSX9kIoAKbc21rZZSf xNBdbG+5YlaZFyeWma/WHO+qg3zj1vepAusHAnMoltp4erEDR3N5PlaLGrT2dWBl+C KGByHhCW7TL5eXAC3/NbfaBS/2nNSwKiJyypODYw= X-UI-Sender-Class: 01bb95c1-4bf8-414a-932a-4f6e2808ef9c Received: from [192.168.1.101] ([46.125.249.102]) by mail.gmx.com (mrgmx004 [212.227.17.190]) with ESMTPSA (Nemesis) id 1MqaxO-1jguud3vG4-00mc5W; Thu, 12 Mar 2020 09:22:32 +0100 References: <87r1xy78lp.fsf@gmail.com> From: martin rudalics Message-ID: Date: Thu, 12 Mar 2020 09:22:30 +0100 MIME-Version: 1.0 In-Reply-To: <87r1xy78lp.fsf@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K1:9VYKDwxgWmt9QcC6yYQeZR+kChRBLqEhchSuEiRnCrNPV53r90R Q5fA78JaEW/bMyBWgkAIlLhN6gJ4O2L82l2yx2mMSD0iFeXxtnRnax4BPtQ0VXWL9EilvQW QB7uv/JuWMPjxFVV+kBCHmo1rnMsOXZB4JvcUpFo3pqcSmkbbLcuq8p+EB2rwYMbRbkC5wC i05U5F19OF6UFVWrxD30w== X-Spam-Flag: NO X-UI-Out-Filterresults: notjunk:1;V03:K0:k91C4jLQCwI=:/xPUHyngzGGEVB0lsSTqvj uThpmNcs3DA1RB8Zr6vHorRbNblAPOaHEbjY6eyhrwrgCprAOIrrLFHfgXcOSVuHDZ58A+j16 BLkFnd3hKfF0jnUtOrZ0/5EkZ13+uyFGMw0dVVby0Pewo6DqIvxbsl0+u0YJN1Pap+cRsAKQZ 1WNxH9gybTI9aEewHH8OmR5aUQxgZE9cpO7MMqFaKCA/NmptH4H7LWRJIJGreko9Hj2DJwbSR o3kv/8Z8F8r07cl4xhGXbx/+FvwsoHtZIjh+2KISNhKhmWQeui//H2sceFFiPqQPzzDw4RhNp lByC6tM9r09z8BqtWEM23JFwe+7ObPXxy894fz+H71LqTb6r9pUBU/ca4alsYowFolNn2rHcq 2ZbbnPqOjOi44I8pBY5i2x/9A9apU8n0dK8nCBOWN3L4OlVQ6wp+pETBn1YJeaLeo4VocQovj IT+iqOTVBW7kTi5A0ZGgq1f9SM4JCAPP96MYXmmK+xqer18LgKX0FgErlK13ZN8BPIXIAyoRf Ja4/hm/oBok8FiYdGHLQhQR3eC4rFCP9pz7FNyVy/gLlu7M6rNwF3OImUpTWUJWHuTuMEWGhX NYjlC+nyjS9n+2kB3ko1eJldz6NKDOMQcjkU7iSclYNbKNyryk0Y70NREjhlLegjKbuz48PhM /EMP5iqGRgyG9a9/apMUvRTYm/+M9/vTuRnd0dLwyvk1fl5LZxrITdn/5+pCuzo0w3mSmO5Z6 yYuRpzB9jyeu2ML5EC/qE9nE2ezGKKIqJencalUAGp9gxUlYT1voIf+O/WozETg+P0G6oMOvC h/k6S83ieMF5HffNp7ZbB2ZM6bExlMCjR7Z4qib2H+7GXqcwLVIRevMGgZZRSzxZ3wI9aJFxd edw/Oa6lRmID+HXIYqP1KYn25QYFvQc17DAUXumoCXihJSaNLtsTQqRRtFLU69BNDX8marH3X r4Q1RvfqUqeco99T029FvW4vqgBvkojAe9bQ2V4vB2y7UKNNDsiwgsZ2aBpY93qy9pvHLgSuE 3D50cz72h2c4vcTSSitRum15T3uST/ayZ6QPbI74Tpvkm9sS/CpwJ16rKOZ2Y3yfl5kicNlJf aO38IZFr/HA/0m5lQYcq1bZ4zTmnQ5sCcIPuCo3Y9FdBw5PmWjxySqqJEeWgXFVXvvQ6gCd4y qijHpwd4oZku2/2IEnNWAg089oB39uKEPwX3uPBoEYnCxSRfBe25i7BAQcEglt41Ezjivfmhn 3xWM9Rh63I+AtCtSR X-Spam-Score: -0.7 (/) 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.7 (-) > Added the missing space and pushed to emacs-27. Thank you very much, martin