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: Thu, 05 Jul 2018 08:05:17 -0700 Message-ID: <19100.1530803117@alto> References: <20180629073602.GA21394@sfu.ca> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: blaine.gmane.org 1530803050 20509 195.159.176.226 (5 Jul 2018 15:04:10 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 5 Jul 2018 15:04:10 +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 17:04:06 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 1fb5nh-0005CA-I0 for geb-bug-gnu-emacs@m.gmane.org; Thu, 05 Jul 2018 17:04:05 +0200 Original-Received: from localhost ([::1]:53230 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fb5po-0003nF-Ah for geb-bug-gnu-emacs@m.gmane.org; Thu, 05 Jul 2018 11:06:16 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41218) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fb5pg-0003lW-9H for bug-gnu-emacs@gnu.org; Thu, 05 Jul 2018 11:06:09 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fb5pa-0007rC-Oc for bug-gnu-emacs@gnu.org; Thu, 05 Jul 2018 11:06:08 -0400 Original-Received: from debbugs.gnu.org ([208.118.235.43]:40011) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fb5pa-0007r8-Kh for bug-gnu-emacs@gnu.org; Thu, 05 Jul 2018 11:06:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fb5pa-0006GP-AI for bug-gnu-emacs@gnu.org; Thu, 05 Jul 2018 11:06:02 -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 15:06:02 +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.153080312724034 (code B ref 32002); Thu, 05 Jul 2018 15:06:02 +0000 Original-Received: (at 32002) by debbugs.gnu.org; 5 Jul 2018 15:05:27 +0000 Original-Received: from localhost ([127.0.0.1]:47908 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fb5p0-0006Fa-VD for submit@debbugs.gnu.org; Thu, 05 Jul 2018 11:05:27 -0400 Original-Received: from shell1.rawbw.com ([198.144.192.42]:45539 ident=root) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fb5oz-0006FR-Pn for 32002@debbugs.gnu.org; Thu, 05 Jul 2018 11:05:26 -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 w65F5IO7051420 (version=TLSv1 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 5 Jul 2018 08:05:23 -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 09:27:51 +0300." <3A7C591F-D73A-4640-B4C7-09EFF80357D0@gnu.org> X-Mailer: MH-E 8.6+git; nmh 1.6; GNU Emacs 26.1 Content-ID: <19099.1530803117.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:148224 Archived-At: Eli Zaretskii wrote: > According to xg_scroll_callback, GTK is supposed to provide > the up and down events, so perhaps some more debugging is > required. Yeah, I guess the next step is to run Emacs under gdb and see what's getting passed to xg_scroll_callback(). I looked at the code for xg_scroll_callback(), and it certainly looks straightforward enough. thanks, mike