From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Ken Olum Newsgroups: gmane.emacs.devel Subject: Re: status of touchscreen support Date: Fri, 17 May 2024 12:28:02 -0400 Message-ID: References: <87seygy2ox.fsf@yahoo.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="32456"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri May 17 18:29:01 2024 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 1s80S4-0008EY-3b for ged-emacs-devel@m.gmane-mx.org; Fri, 17 May 2024 18:29:00 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1s80RK-0007gr-Ge; Fri, 17 May 2024 12:28:14 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1s80RJ-0007fg-EV for emacs-devel@gnu.org; Fri, 17 May 2024 12:28:13 -0400 Original-Received: from cosmos.phy.tufts.edu ([130.64.84.253]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1s80RG-0005Hz-0w for emacs-devel@gnu.org; Fri, 17 May 2024 12:28:13 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=cosmos.phy.tufts.edu; s=cosmos1; h=Content-Type:MIME-Version:Message-ID: Date:In-Reply-To:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding :Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:References:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=9jPuHbCCbYGYIFjeXDBHZmN2c30H7ChiKenteyd7uSU=; b=kRInA9koGfWr+YDAn2EtOoppFO Ci1fGuKnUyE47mW1S/yIXaFq6E/oNVeZibEzSnamtiNsv3vPaCPxeIcpdCuwvXZpQM0TTCR51G5+7 x7CIsIEZA+ljjrb8j6uz1nvR6hLjBu0S3Fg42w20PlGbpheAp0Cu+NLOwhxAaJUyKifhO2D7Bf60B pnUxhI9A7sbKnKmshZkMM4KDm8Ns/dabdUJkgIsxeDMN08RRBSVhMVGsKBzcX8QBqzXqXiZcrH5ij uyIQbqzKc2bcTgETyu0o6RZ8DCgso9cgoJYYg0+hIcrCeUw+0kZ8zlBD5RsOvwjNbdnVlOk6XX/FP 2GAAKYhg==; Original-Received: from kdo by cosmos.phy.tufts.edu ([local]:local) with local id 1s80R8-001Ont-36 - Using Exim-4.96.2 (MandrivaLinux) MTA (return-path ); Fri, 17 May 2024 12:28:03 -0400 In-Reply-To: <87seygy2ox.fsf@yahoo.com> (message from Po Lu on Fri, 17 May 2024 21:42:54 +0800) Received-SPF: none client-ip=130.64.84.253; envelope-from=kdo@cosmos.phy.tufts.edu; helo=cosmos.phy.tufts.edu X-Spam_score_int: -19 X-Spam_score: -2.0 X-Spam_bar: -- X-Spam_report: (-2.0 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, SPF_HELO_NONE=0.001, SPF_NONE=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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:319326 Archived-At: Thanks very much. I installed from master and everything works great! I guess it's a problem (though no longer for me) that version 29 has this partly implemented and so gives a loss of functionality compared to earlier releases. Before I got your message, I worked around it with --without-xinput2. Should anything be done about this? Ken