From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#13484: 24.3.50; ESC is undefined Date: Fri, 18 Jan 2013 23:51:32 +0200 Organization: JURTA Message-ID: <87d2x242nv.fsf@mail.jurta.org> References: <20130118122428.f161bcc04b8f38c7e2cfa62d@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1358546845 5279 80.91.229.3 (18 Jan 2013 22:07:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 18 Jan 2013 22:07:25 +0000 (UTC) Cc: 13484@debbugs.gnu.org To: Xue Fuqiao Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Jan 18 23:07:43 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 1TwK63-0005sc-Of for geb-bug-gnu-emacs@m.gmane.org; Fri, 18 Jan 2013 23:07:35 +0100 Original-Received: from localhost ([::1]:38023 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TwK5m-0000Up-Er for geb-bug-gnu-emacs@m.gmane.org; Fri, 18 Jan 2013 17:07:18 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:48961) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TwK5i-0000Ue-Up for bug-gnu-emacs@gnu.org; Fri, 18 Jan 2013 17:07:16 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TwK5h-00015o-WC for bug-gnu-emacs@gnu.org; Fri, 18 Jan 2013 17:07:14 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:33720) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TwK5h-00015g-T7 for bug-gnu-emacs@gnu.org; Fri, 18 Jan 2013 17:07:13 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1TwK6U-00084s-70 for bug-gnu-emacs@gnu.org; Fri, 18 Jan 2013 17:08:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 18 Jan 2013 22:08:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 13484 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 13484-submit@debbugs.gnu.org id=B13484.135854686231005 (code B ref 13484); Fri, 18 Jan 2013 22:08:02 +0000 Original-Received: (at 13484) by debbugs.gnu.org; 18 Jan 2013 22:07:42 +0000 Original-Received: from localhost ([127.0.0.1]:39181 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TwK68-00083w-Al for submit@debbugs.gnu.org; Fri, 18 Jan 2013 17:07:41 -0500 Original-Received: from ps18281.dreamhost.com ([69.163.218.105]:41704 helo=ps18281.dreamhostps.com) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TwK63-00083k-FU for 13484@debbugs.gnu.org; Fri, 18 Jan 2013 17:07:38 -0500 Original-Received: from localhost (ps18281.dreamhostps.com [69.163.218.105]) by ps18281.dreamhostps.com (Postfix) with ESMTP id 54DAC2019B2932; Fri, 18 Jan 2013 14:06:45 -0800 (PST) In-Reply-To: <20130118122428.f161bcc04b8f38c7e2cfa62d@gmail.com> (Xue Fuqiao's message of "Fri, 18 Jan 2013 12:24:28 +0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (x86_64-pc-linux-gnu) 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:70000 Archived-At: > The way to reproduce: > emacs -Q > ESC > > Emacs says that it is undefined, but it should be defined: > toggle-frame-maximized is an interactive compiled Lisp function in > `frame.el'. > It is bound to . It is intended to mimic the Gnome key that has no ESC equivalent. But maybe we should also bind ESC to allow the users to use it as an Emacs alternative to the system key when it is taken by Gnome (both should do the same but there are still some bugs that prevent the correct processing of the system key on non-GTK builds).