From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: master e37eb7f: Add support for pixel wheel deltas on NS Date: Thu, 25 Nov 2021 13:46:21 -0500 Message-ID: References: <20211125030922.2353.1129@vcs0.savannah.gnu.org> <20211125030924.7258E2094B@vcs0.savannah.gnu.org> <871r34h6pi.fsf@gmail.com> <83v90g5wlp.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="28273"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: Robert Pluim , luangruo@yahoo.com, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Nov 25 19:48:25 2021 Return-path: Envelope-to: ged-emacs-devel@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 1mqJnE-00076F-K4 for ged-emacs-devel@m.gmane-mx.org; Thu, 25 Nov 2021 19:48:24 +0100 Original-Received: from localhost ([::1]:38810 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mqJnD-0001VY-Eq for ged-emacs-devel@m.gmane-mx.org; Thu, 25 Nov 2021 13:48:23 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:38300) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mqJlR-0000Il-HS for emacs-devel@gnu.org; Thu, 25 Nov 2021 13:46:33 -0500 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:64485) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mqJlK-0006rX-7f; Thu, 25 Nov 2021 13:46:30 -0500 Original-Received: from pmg3.iro.umontreal.ca (localhost [127.0.0.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id E1548440F96; Thu, 25 Nov 2021 13:46:23 -0500 (EST) Original-Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id A5A8C44064D; Thu, 25 Nov 2021 13:46:22 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1637865982; bh=fqppNRepsWxM/RrT+BK/1Ybcel93XR+039Sh74Lhx5c=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=PsOIfToeIPgMcSOtJTT0NkCrdBR3kaVQVMZNW8lXR6lrtnkN7q9xdpxhmHQzfsIoA zxmzhdhX/xYtrOxnGbGdrMawaN/qocWtP5Y4h6sakR+9j4TfG8bm1cOooDYXbsHwae nuMLq6xoWg1Px0mGvo1K+OqDPgOTbGw9Cp7JO7Ena0kM+pxqnlnx+P9xbOT8VY8X51 qkcer+EuMFSmJ/DaFoJOAAtGxYurcUEmaqLZrZh5dXX2nBWqAPjQXEq9KQROya/aok MP0alV5jvQmMNDTw4+md2bbaDo9GEmxwfxFBwyqiAWOBAUb3FrJJ8gzGeQZvQAmBjW G6+YakCgb6Kcw== Original-Received: from alfajor (lechon.iro.umontreal.ca [132.204.27.242]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id 870601204E9; Thu, 25 Nov 2021 13:46:22 -0500 (EST) In-Reply-To: <83v90g5wlp.fsf@gnu.org> (Eli Zaretskii's message of "Thu, 25 Nov 2021 13:00:02 +0200") Received-SPF: pass client-ip=132.204.25.50; envelope-from=monnier@iro.umontreal.ca; helo=mailscanner.iro.umontreal.ca X-Spam_score_int: -42 X-Spam_score: -4.3 X-Spam_bar: ---- X-Spam_report: (-4.3 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:280173 Archived-At: >> Po> + >> Po> + DEFVAR_BOOL ("x-coalesce-scroll-events", x_coalesce_scroll_events, >> Po> + doc: /* SKIP: real doc in xterm.c. */); >> Po> + x_coalesce_scroll_events = true; >> Po> + >> >> We now have 3 definitions of x-coalesce-scroll-events. Is there not >> somewhere more generic where you can put it? (and I suspect we can >> drop the x- bit). > > keyboard.c, perhaps? Maybe a new `gui.c` where can put some of the code shared between the various GUI-specific files? Stefan