From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: What is going on here? Date: Mon, 01 Aug 2011 23:59:36 -0400 Message-ID: References: <4E295C3D.7030709@dogan.se> <4E296AF7.5030508@dogan.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1312257591 6152 80.91.229.12 (2 Aug 2011 03:59:51 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 2 Aug 2011 03:59:51 +0000 (UTC) Cc: emacs-devel@gnu.org To: Deniz Dogan Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Aug 02 05:59:42 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Qo68r-0007jJ-Mx for ged-emacs-devel@m.gmane.org; Tue, 02 Aug 2011 05:59:41 +0200 Original-Received: from localhost ([::1]:38337 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qo68q-0005sz-MC for ged-emacs-devel@m.gmane.org; Mon, 01 Aug 2011 23:59:40 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:57767) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qo68o-0005su-Fc for emacs-devel@gnu.org; Mon, 01 Aug 2011 23:59:39 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qo68n-0007Cf-Mg for emacs-devel@gnu.org; Mon, 01 Aug 2011 23:59:38 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183]:11876 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qo68n-0007Ca-Ip for emacs-devel@gnu.org; Mon, 01 Aug 2011 23:59:37 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av0EADV1N05FxKfe/2dsb2JhbABCp194gUABAQQBViMQCzQSFBgNJId/wRGGQgSfSoQx X-IronPort-AV: E=Sophos;i="4.67,304,1309752000"; d="scan'208";a="128373552" Original-Received: from 69-196-167-222.dsl.teksavvy.com (HELO ceviche.home) ([69.196.167.222]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 01 Aug 2011 23:59:36 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 954DA660CF; Mon, 1 Aug 2011 23:59:36 -0400 (EDT) In-Reply-To: <4E296AF7.5030508@dogan.se> (Deniz Dogan's message of "Fri, 22 Jul 2011 14:20:07 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.183 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:142670 Archived-At: >>> I hit e.g. C-c C-x and Emacs waits for more input. >> It waits for C-x 8, which is bound in key-translation-map. > I see. But C-c C-x 8 also waits for more input, while C-c C-x 8 is not t= he > prefix to anything. I don't understand that one. The bindings table is empty because those prefixes are not bound to any command, but they're bound to key-rewritings, such as C-x 8 e ' =3D> =E9 Stefan