From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.devel Subject: RE: Input events and (interactive "e") Date: Sun, 24 Jun 2012 06:14:27 -0700 Message-ID: <086B863071604BEDA51EFBAF0092C589@us.oracle.com> References: <83lijeax2n.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1340543724 2898 80.91.229.3 (24 Jun 2012 13:15:24 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 24 Jun 2012 13:15:24 +0000 (UTC) Cc: emacs-devel@gnu.org To: "'Stefan Monnier'" , "'Eli Zaretskii'" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 24 15:15:23 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 1Simes-0001ix-RK for ged-emacs-devel@m.gmane.org; Sun, 24 Jun 2012 15:15:18 +0200 Original-Received: from localhost ([::1]:35539 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Simes-00019O-Ok for ged-emacs-devel@m.gmane.org; Sun, 24 Jun 2012 09:15:18 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:35971) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Simeq-00019J-G2 for emacs-devel@gnu.org; Sun, 24 Jun 2012 09:15:17 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Simeo-000369-Pl for emacs-devel@gnu.org; Sun, 24 Jun 2012 09:15:16 -0400 Original-Received: from rcsinet15.oracle.com ([148.87.113.117]:16806) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Simej-0002z2-01; Sun, 24 Jun 2012 09:15:09 -0400 Original-Received: from acsinet22.oracle.com (acsinet22.oracle.com [141.146.126.238]) by rcsinet15.oracle.com (Sentrion-MTA-4.2.2/Sentrion-MTA-4.2.2) with ESMTP id q5ODF3IV000769 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 24 Jun 2012 13:15:04 GMT Original-Received: from acsmt357.oracle.com (acsmt357.oracle.com [141.146.40.157]) by acsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id q5ODF3rR010724 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 24 Jun 2012 13:15:03 GMT Original-Received: from abhmt119.oracle.com (abhmt119.oracle.com [141.146.116.71]) by acsmt357.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id q5ODF2QX024356; Sun, 24 Jun 2012 08:15:02 -0500 Original-Received: from dradamslap1 (/10.159.178.194) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Sun, 24 Jun 2012 06:15:02 -0700 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: Thread-Index: Ac1RxCpgXaISqGyaST2G/G3JURPa5gARbM8w X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 X-Source-IP: acsinet22.oracle.com [141.146.126.238] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 1) X-Received-From: 148.87.113.117 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:151130 Archived-At: > Think of "C-x C-s". Should "someevent" be considered as > part of the whole key-sequence for the purpose of command > lookup, or is "someevent" sufficiently special that it should be run > immediately regardless of the previous "C-x" and then ignored from > the overall key-sequence which will just read "C-x C-s"? > If the latter, then your event should be handled by special-event-map. 1. This info was helpful to me. I've added it to the commentary in `thumb-frm.el', which mentions that users can substitute thumbifying for iconifying everywhere, including, say, clicking a window-mgr minimize button. It's good to be aware of, even if a user might never accidentally do `C-x C-s'. 2. I support Eli's questions about documenting `e' more generally. No doubt there is stuff here, too, that I and others are unaware of.