From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Deniz Dogan Newsgroups: gmane.emacs.help Subject: ctl-x-map woes Date: Wed, 5 Jan 2011 09:59:20 +0100 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1294218026 23352 80.91.229.12 (5 Jan 2011 09:00:26 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 5 Jan 2011 09:00:26 +0000 (UTC) To: emacs-help Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jan 05 10:00:21 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PaPED-0000Ht-0N for geh-help-gnu-emacs@m.gmane.org; Wed, 05 Jan 2011 10:00:21 +0100 Original-Received: from localhost ([127.0.0.1]:47351 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PaPEB-0000rc-Jk for geh-help-gnu-emacs@m.gmane.org; Wed, 05 Jan 2011 04:00:19 -0500 Original-Received: from [140.186.70.92] (port=54682 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PaPDl-0000rX-1L for help-gnu-emacs@gnu.org; Wed, 05 Jan 2011 03:59:53 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PaPDk-00072Q-E2 for help-gnu-emacs@gnu.org; Wed, 05 Jan 2011 03:59:53 -0500 Original-Received: from mail-iw0-f169.google.com ([209.85.214.169]:53332) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PaPDk-00072M-9W for help-gnu-emacs@gnu.org; Wed, 05 Jan 2011 03:59:52 -0500 Original-Received: by iwn40 with SMTP id 40so16835822iwn.0 for ; Wed, 05 Jan 2011 00:59:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:from:date :message-id:subject:to:content-type; bh=pDKOXmc1PAXb00gVu2xf2pvsSKrl8UPYr6tY2PR13OA=; b=fdhN+WbDcq0EX16/GKW1hf/SSFZTUxXcxh8QZLkZVkx+TB9V8m6Q2Vdt7FanGq1egD 7iHiVd8K7gLrmbdM15ynuLl6mRSDS2Mqw1NF2F4850jsOWDhrpkZKyrrzHRboLftxd2u a2D3M99jzrNuZaC+6kWfcvU9s/0FMCIp9aDHE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=QLDa2h9OdjYmKK86AIP448Kj58ZHCbfn0SgI05Jwm7hq5TU+fkeCZTELXtzaQEo+v4 xxrPE4bKa77p222PCnmcU5sRFZ1ZPUzThaZf4rUyPgytrPTCGVuP5vNfda4rzUxDdDXV 7KYhBAYDJM6oFT4xfU0rVxHGI0wmaITYhKjqI= Original-Received: by 10.231.13.197 with SMTP id d5mr23201084iba.6.1294217991686; Wed, 05 Jan 2011 00:59:51 -0800 (PST) Original-Received: by 10.231.39.132 with HTTP; Wed, 5 Jan 2011 00:59:20 -0800 (PST) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:78209 Archived-At: Hi I bind C-t to ctl-x-map so I can use C-t as a replacement prefix for most C-x commands, e.g., C-t C-s, C-t C-f, etc. But I have noticed that C-t 8 RET is the only C-x 8 key that works when I do this. None of the other C-x 8 keys map to C-t 8. Why is this? -- Deniz Dogan