From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#13643: About symbolic prefix Date: Thu, 07 Feb 2013 20:24:02 -0500 Message-ID: References: <20130207134335.58b95462f1ec5318faa9102a@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1360286708 3180 80.91.229.3 (8 Feb 2013 01:25:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 8 Feb 2013 01:25:08 +0000 (UTC) Cc: Xue Fuqiao , 13643@debbugs.gnu.org To: Stefan Monnier Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Feb 08 02:25:28 2013 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1U3ciT-0007iz-BE for geb-bug-gnu-emacs@m.gmane.org; Fri, 08 Feb 2013 02:25:25 +0100 Original-Received: from localhost ([::1]:48723 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U3ciA-0001C7-CS for geb-bug-gnu-emacs@m.gmane.org; Thu, 07 Feb 2013 20:25:06 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:34824) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U3ci7-00019h-5e for bug-gnu-emacs@gnu.org; Thu, 07 Feb 2013 20:25:04 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U3ci6-0005X0-6x for bug-gnu-emacs@gnu.org; Thu, 07 Feb 2013 20:25:03 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:37217) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U3ci6-0005WY-2v for bug-gnu-emacs@gnu.org; Thu, 07 Feb 2013 20:25:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1U3ci5-0007cT-Ss for bug-gnu-emacs@gnu.org; Thu, 07 Feb 2013 20:25:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 08 Feb 2013 01:25:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 13643 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 13643-submit@debbugs.gnu.org id=B13643.136028664729223 (code B ref 13643); Fri, 08 Feb 2013 01:25:01 +0000 Original-Received: (at 13643) by debbugs.gnu.org; 8 Feb 2013 01:24:07 +0000 Original-Received: from localhost ([127.0.0.1]:42681 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U3chC-0007bI-Ny for submit@debbugs.gnu.org; Thu, 07 Feb 2013 20:24:07 -0500 Original-Received: from fencepost.gnu.org ([208.118.235.10]:54611) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U3chA-0007bA-3U for 13643@debbugs.gnu.org; Thu, 07 Feb 2013 20:24:05 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1U3ch9-0007fb-0C; Thu, 07 Feb 2013 20:24:03 -0500 X-Spook: Verisign ISEC Baranyi cybercash kibo CESID cypherpunk Reno X-Ran: 4`iG_qK"^IrS=#-*`&V\Ek\nt(+E"geO\o"Iz7$s?`WpMhJXk:u4xIQs:9YLb:M5<(3$e) X-Hue: green X-Attribution: GM In-Reply-To: (Stefan Monnier's message of "Thu, 07 Feb 2013 09:23:12 -0500") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:70864 Archived-At: Stefan Monnier wrote: >> In (info "(elisp) Active Keymaps"): >> When the key sequence starts with a mouse event (optionally preceded >> by a symbolic prefix), the active keymaps are determined based on the [...] > Maybe this is referring to the case where the mouse event is on a side > element, in which case the key sequence starts with `header-line', > `mode-line', `left-fringe', ... I think the least confusing thing is simply to remove the clause in the brackets. It doesn't add anything useful. A mouse event is a mouse event.