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: Emacs, touchegg and touchpad events Date: Fri, 24 Jun 2022 09:09:40 +0300 Message-ID: <83r13ed23f.fsf@gnu.org> References: <87o7yki4u9.fsf@yahoo.com> <87iloshy7a.fsf@yahoo.com> <8735fuhn78.fsf@yahoo.com> <87letmg6v3.fsf@yahoo.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="7479"; mail-complaints-to="usenet@ciao.gmane.io" Cc: raman@google.com, emacs-devel@gnu.org To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Jun 24 08:11: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 1o4cXi-0001mq-87 for ged-emacs-devel@m.gmane-mx.org; Fri, 24 Jun 2022 08:11:46 +0200 Original-Received: from localhost ([::1]:55894 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1o4cXd-0001Q1-0J for ged-emacs-devel@m.gmane-mx.org; Fri, 24 Jun 2022 02:11:41 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:59942) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o4cVq-0000U8-AW for emacs-devel@gnu.org; Fri, 24 Jun 2022 02:09:50 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:56114) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o4cVn-0006t0-20; Fri, 24 Jun 2022 02:09:50 -0400 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=8Cq5JVWdwEYKUrBK90RNVb9fke0Gof6neoCAW1QbjKE=; b=qvjM6ZqHvGRb mo+5cw2PuZbA51YMpLGZynZ4on2mlwgHjWMWlyUAQciLEpUQmfG9LOHTjFat6eRnMJcAEZr8NM221 mUcU47JX2wcjMVciAhRoN+umk+bzxq18LTkpd+DDFSZprsNX6Cwwije2eTlUtsKukVhsNEYg2Alg3 IXs50qxiNciXG1Z6dmE/VSeZPKbMhf42uQJRrLgPBMnBmtQSFeggwjHMMLgbNRYKTWNZQUml22/7y es+hNSf48dJA7wRfbBbHiWlTiZFTsihMIEP80EjFpm7tRHd5bzqqXuvMev6+5sW4dA4VuFAOBqV2d ZQbzsUC7EFf1acAQMwf+Tw==; Original-Received: from [87.69.77.57] (port=3836 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 1o4cVm-0001jQ-4I; Fri, 24 Jun 2022 02:09:46 -0400 In-Reply-To: <87letmg6v3.fsf@yahoo.com> (message from Po Lu on Fri, 24 Jun 2022 09:58:24 +0800) 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:291551 Archived-At: > From: Po Lu > Cc: emacs-devel@gnu.org > Date: Fri, 24 Jun 2022 09:58:24 +0800 > > "T.V Raman" writes: > > > That sounds good! > > > > However the emacs-29 builtin touch gestures dont work for me at all -- > > only fires by accident sometimes. I did get touchegg working. > [...] > Run (x-server-input-extension-version) and see what is returned. If > it's not at least (2 4), then your X server is too old. Should we have this in PROBLEMS?