From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Mike Kupfer Newsgroups: gmane.emacs.bugs Subject: bug#32002: 24.4; Scroll bar start, end not correct Date: Wed, 04 Jul 2018 22:28:28 -0700 Message-ID: <12167.1530768508@alto> References: <20180629073602.GA21394@sfu.ca> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1530768426 1831 195.159.176.226 (5 Jul 2018 05:27:06 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 5 Jul 2018 05:27:06 +0000 (UTC) Cc: 32002@debbugs.gnu.org, npostavs@gmail.com, kurn@sfu.ca To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Jul 05 07:27:02 2018 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fawnG-0000KM-3n for geb-bug-gnu-emacs@m.gmane.org; Thu, 05 Jul 2018 07:27:02 +0200 Original-Received: from localhost ([::1]:50370 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fawpL-0007Ft-DK for geb-bug-gnu-emacs@m.gmane.org; Thu, 05 Jul 2018 01:29:11 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34883) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fawpF-0007Fc-7h for bug-gnu-emacs@gnu.org; Thu, 05 Jul 2018 01:29:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fawpC-0002Qd-4R for bug-gnu-emacs@gnu.org; Thu, 05 Jul 2018 01:29:05 -0400 Original-Received: from debbugs.gnu.org ([208.118.235.43]:39267) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fawpC-0002Pk-04 for bug-gnu-emacs@gnu.org; Thu, 05 Jul 2018 01:29:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fawpB-0004ob-KW for bug-gnu-emacs@gnu.org; Thu, 05 Jul 2018 01:29:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Mike Kupfer Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 05 Jul 2018 05:29:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 32002 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: fixed Original-Received: via spool by 32002-submit@debbugs.gnu.org id=B32002.153076851818480 (code B ref 32002); Thu, 05 Jul 2018 05:29:01 +0000 Original-Received: (at 32002) by debbugs.gnu.org; 5 Jul 2018 05:28:38 +0000 Original-Received: from localhost ([127.0.0.1]:47164 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fawoo-0004o0-Lz for submit@debbugs.gnu.org; Thu, 05 Jul 2018 01:28:38 -0400 Original-Received: from shell1.rawbw.com ([198.144.192.42]:36187 ident=root) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fawom-0004np-0s for 32002@debbugs.gnu.org; Thu, 05 Jul 2018 01:28:37 -0400 Original-Received: from alto (96-95-200-133-static.hfc.comcastbusiness.net [96.95.200.133]) (authenticated bits=0) by shell1.rawbw.com (8.15.1/8.15.1) with ESMTPSA id w655SSWV002739 (version=TLSv1 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 4 Jul 2018 22:28:34 -0700 (PDT) (envelope-from mkupfer@alum.berkeley.edu) X-Authentication-Warning: shell1.rawbw.com: Host 96-95-200-133-static.hfc.comcastbusiness.net [96.95.200.133] claimed to be alto In-Reply-To: Your message of "Thu, 05 Jul 2018 05:36:38 +0300." <83y3eqmmrt.fsf@gnu.org> X-Mailer: MH-E 8.6+git; nmh 1.6; GNU Emacs 26.1 Content-ID: <12166.1530768508.1@alto> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.43 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.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.org gmane.emacs.bugs:148214 Archived-At: Eli Zaretskii wrote: > What Emacs does is call > = > (scroll-up +/-1) > = > for each input event that comes from the scroll bar's "steppers". [...] > Stepping with Edebug through scroll-bar-toolkit-scroll should show > what's going on there. When I click on either stepper, one event gets passed to scroll-bar-toolkit-scroll. It looks like (mouse-1 (# vertical-scroll-bar (5637316 . 7584542= ) 0 handle)) (There is some variance in the numbers in the (5637316 . 7584542) part.) So scroll-bar-drag-1 gets called, rather than scroll-up. mike