From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Touch events Date: Sun, 25 Jun 2017 15:22:32 -0400 Message-ID: References: <20170624085335.GA10629@breton.holly.idiocy.org> <01a6db4f-168a-3ca8-83ee-e64418bbf432@gmail.com> <20170624232248.GA20864@breton.holly.idiocy.org> <1a7d7e57-13e5-b1c8-9968-c1a08c12fe86@gmail.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: blaine.gmane.org 1498418833 20136 195.159.176.226 (25 Jun 2017 19:27:13 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 25 Jun 2017 19:27:13 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 25 21:27:09 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dPDBb-0004v8-Lt for ged-emacs-devel@m.gmane.org; Sun, 25 Jun 2017 21:27:07 +0200 Original-Received: from localhost ([::1]:43576 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dPDBg-0001cO-TB for ged-emacs-devel@m.gmane.org; Sun, 25 Jun 2017 15:27:12 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46994) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dPD7R-00072t-3C for emacs-devel@gnu.org; Sun, 25 Jun 2017 15:22:49 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dPD7O-0003xh-0c for emacs-devel@gnu.org; Sun, 25 Jun 2017 15:22:49 -0400 Original-Received: from [195.159.176.226] (port=49254 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dPD7N-0003xQ-Qc for emacs-devel@gnu.org; Sun, 25 Jun 2017 15:22:45 -0400 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1dPD7D-0008Pe-Eu for emacs-devel@gnu.org; Sun, 25 Jun 2017 21:22:35 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 11 Original-X-Complaints-To: usenet@blaine.gmane.org Cancel-Lock: sha1:AfdbfIuG3O2ZEtTbd46xwcmfghM= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 195.159.176.226 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:215975 Archived-At: >> I could pass on *all* touch events, not just gestures, but I’m worried >> it will result in a deluge of ‘ is undefined’ messages >> whenever the touchpad/touchscreen is used. > Would binding these events to #'ignored in the global map work? No need for that: just use function-key-map to translate [touch-event] to [] (and this will only happen when there's no binding using touch-event). Stefan