From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: master e37eb7f: Add support for pixel wheel deltas on NS Date: Thu, 25 Nov 2021 13:00:02 +0200 Message-ID: <83v90g5wlp.fsf@gnu.org> References: <20211125030922.2353.1129@vcs0.savannah.gnu.org> <20211125030924.7258E2094B@vcs0.savannah.gnu.org> <871r34h6pi.fsf@gmail.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="7674"; mail-complaints-to="usenet@ciao.gmane.io" Cc: luangruo@yahoo.com, emacs-devel@gnu.org To: Robert Pluim Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Nov 25 12:01:16 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 1mqCV6-0001jm-UE for ged-emacs-devel@m.gmane-mx.org; Thu, 25 Nov 2021 12:01:13 +0100 Original-Received: from localhost ([::1]:38094 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mqCV5-0002Yv-Vd for ged-emacs-devel@m.gmane-mx.org; Thu, 25 Nov 2021 06:01:12 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:51092) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mqCTx-00012F-GJ for emacs-devel@gnu.org; Thu, 25 Nov 2021 06:00:01 -0500 Original-Received: from [2001:470:142:3::e] (port=36668 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mqCTx-0007FM-6P; Thu, 25 Nov 2021 06:00:01 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=wZCKNGCIqFhTohaNstxawjqP6JpFTh9qTSxWyV4ikWM=; b=lcGZLOpPtOXw BgKesTGfuK5Zu8U0otHUfmr7AaTVuV1yoxsDfVIqOSai/qiGUvKlOyPKPsWWNlkwaAbuGDT8We0c5 IFpuI5WltJ+twCqi2dvEmZprBEGO5+WHM3+fNkxLTc8AujNWMl5VqsA2Xqlpf5w1DDzzcVWKXAGp3 Dk5vRHf+IIeuHm12KWj1UdSyGe7SbfWHD/rxAThjQ3xtPHp64G4LTKRrXqdu6hYhl4CsCGPXr1W4d r/3CVkpLcTqdXuWi56Sq+Cn4K9n/XK1MSWtV78ju3PcXRKY6Po5DT/6aHU0qIxmsZ3ORnvAP3Z9yn 15oeCDytD+LIxwvAyomhIQ==; Original-Received: from [87.69.77.57] (port=1841 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mqCTw-0005HS-Pk; Thu, 25 Nov 2021 06:00:01 -0500 In-Reply-To: <871r34h6pi.fsf@gmail.com> (message from Robert Pluim on Thu, 25 Nov 2021 11:26:17 +0100) 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:280096 Archived-At: > From: Robert Pluim > Date: Thu, 25 Nov 2021 11:26:17 +0100 > Cc: Po Lu > > 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?