From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Input events and (interactive "e") Date: Sun, 24 Jun 2012 22:28:30 +0300 Message-ID: <83wr2wa4rl.fsf@gnu.org> References: <83lijeax2n.fsf@gnu.org> <83d34obtd9.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: dough.gmane.org 1340566141 27597 80.91.229.3 (24 Jun 2012 19:29:01 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 24 Jun 2012 19:29:01 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 24 21:29:01 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SisUW-0002pS-2J for ged-emacs-devel@m.gmane.org; Sun, 24 Jun 2012 21:29:00 +0200 Original-Received: from localhost ([::1]:50851 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SisUV-0001t7-Rm for ged-emacs-devel@m.gmane.org; Sun, 24 Jun 2012 15:28:59 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:32841) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SisUT-0001sr-0W for emacs-devel@gnu.org; Sun, 24 Jun 2012 15:28:58 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SisUR-0006rG-9j for emacs-devel@gnu.org; Sun, 24 Jun 2012 15:28:56 -0400 Original-Received: from mtaout21.012.net.il ([80.179.55.169]:34887) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SisUR-0006rA-1Z for emacs-devel@gnu.org; Sun, 24 Jun 2012 15:28:55 -0400 Original-Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0M6400300ZBY4W00@a-mtaout21.012.net.il> for emacs-devel@gnu.org; Sun, 24 Jun 2012 22:28:24 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.210.75]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0M64002DAZFBWBD0@a-mtaout21.012.net.il>; Sun, 24 Jun 2012 22:28:24 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 80.179.55.169 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:151139 Archived-At: > From: Stefan Monnier > Cc: emacs-devel@gnu.org > Date: Sun, 24 Jun 2012 14:57:44 -0400 > > > How about the broader question, regarding non-keyboard events and "e": > > any hints and/or suggestions there? Should I just document what I > > found out and understood? > > IIRC, the meaning of "e" was extended so that you can have a single > command that works both for mouse-clicks and for key events. I rather meant events that are neither keyboard nor mouse events. Like delete-frame, help-echo, etc. > I guess the docs were never updated accordingly. OK, I will take a stab on that.