From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Arash Esbati Newsgroups: gmane.emacs.devel Subject: Re: master 95717db1e8: Fix mouse pointer avoidance in some configurations Date: Thu, 19 May 2022 16:09:41 +0200 Message-ID: <86zgjdmx5m.fsf@gnu.org> References: <165225612522.6543.149839793356593222@vcs2.savannah.gnu.org> <20220511080205.93362C01683@vcs2.savannah.gnu.org> <86k0aroto4.fsf@gnu.org> <87o803x7en.fsf@yahoo.com> <86lev76i50.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="36126"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 Cc: emacs-devel@gnu.org To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu May 19 16:14:47 2022 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 1nrgvO-0009EO-IB for ged-emacs-devel@m.gmane-mx.org; Thu, 19 May 2022 16:14:46 +0200 Original-Received: from localhost ([::1]:36238 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nrgvN-0006MF-Fm for ged-emacs-devel@m.gmane-mx.org; Thu, 19 May 2022 10:14:45 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:43806) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nrgrQ-0000zu-Qc for emacs-devel@gnu.org; Thu, 19 May 2022 10:10:40 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:57270) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nrgrQ-0003OM-Fx; Thu, 19 May 2022 10:10:40 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=uFhId7E5IuBjWEHroqY67mHZDMkDDezetc7SEL7VhS4=; b=XpYv9UqAOd1QE28hCdcG J9W653vL3tHB32RyMOQIWRr7bm6HqthL6t94cqg7C66sv0H/yfUUoDBiM5oGXA5BsFFIy6uCdg30g F30zDDXL2ZolFtc2eDOV/hJdn0LH2g1IDQKyQQG+saAkDLeYzDsEHLGqUkqE9aXQ9qs+AixYfJqqh t3kEkc739zgyEizBKBHjMggbixLIPod0DtIrH1nE3HYdkdFaPS+i/borts7MQ9s88UL+8ZMdt2H7E Lg9Qy5KOk+NsJN+cQOt9gjKX8uSsKWOfRkXVGGRTHSidK+QMWX1MLn/+j8NDQpWtCmNHAUjBotPrZ oFzTxF5z2JAciw==; Original-Received: from p5b326363.dip0.t-ipconnect.de ([91.50.99.99]:59369 helo=MUTANT) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nrgqp-0007sQ-AD; Thu, 19 May 2022 10:10:03 -0400 In-Reply-To: <86lev76i50.fsf@gnu.org> (Arash Esbati's message of "Thu, 12 May 2022 14:38:03 +0200") 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:289962 Archived-At: Arash Esbati writes: > Po Lu writes: > >> Hmm, does adding (defvar x-pointer-invisible) to the top of that file >> fix the problem? > > Yes, it does. To avoid confusion: Was the idea that I install the fix above? I can do it, just let me know. Best, Arash