From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ben Sturmfels Newsgroups: gmane.emacs.bugs Subject: remapped C-x and term-mode Date: Mon, 3 Jul 2006 23:52:03 +1000 Message-ID: <20060703135203.GA26116@localhost> Reply-To: Ben Sturmfels NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1151959083 9646 80.91.229.2 (3 Jul 2006 20:38:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 3 Jul 2006 20:38:03 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Jul 03 22:38:00 2006 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FxVB8-00066h-AG for geb-bug-gnu-emacs@m.gmane.org; Mon, 03 Jul 2006 22:37:58 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FxVB7-0004l3-Hf for geb-bug-gnu-emacs@m.gmane.org; Mon, 03 Jul 2006 16:37:57 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FxOqU-0006iV-Pn for bug-gnu-emacs@gnu.org; Mon, 03 Jul 2006 09:52:14 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FxOqQ-0006hS-DP for bug-gnu-emacs@gnu.org; Mon, 03 Jul 2006 09:52:13 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FxOqP-0006hM-UI for bug-gnu-emacs@gnu.org; Mon, 03 Jul 2006 09:52:09 -0400 Original-Received: from [203.10.110.76] (helo=mail.netspace.net.au) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FxP3s-0006KO-5H for bug-gnu-emacs@gnu.org; Mon, 03 Jul 2006 10:06:04 -0400 Original-Received: from localhost.localdomain (220-253-39-165.VIC.netspace.net.au [220.253.39.165]) by mail.netspace.net.au (Postfix) with ESMTP id EE24C131311 for ; Mon, 3 Jul 2006 23:52:04 +1000 (EST) Original-Received: from ben by localhost.localdomain with local (Exim 4.62) (envelope-from ) id 1FxOqK-0006x6-78 for bug-gnu-emacs@gnu.org; Mon, 03 Jul 2006 23:52:04 +1000 Original-To: bug-gnu-emacs@gnu.org Content-Disposition: inline User-Agent: Mutt/1.5.11+cvs20060403 X-Mailman-Approved-At: Mon, 03 Jul 2006 16:37:55 -0400 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:15190 Archived-At: Hi, Firstly, I should mention how amazingly useful I find Emacs. Cheers! I'm not sure whether modes making assumptions about keybindings would be considered a bug, but here it is anyway. After swapping C-x and C-u like this: (global-set-key (kbd "C-u") ctl-x-map) (global-set-key (kbd "C-x") 'universal-argument) I get the following error when entering term mode: Debugger entered--Lisp error: (wrong-type-argument keymapp universal-argument) copy-keymap(universal-argument) term-char-mode() term("/bin/bash") * call-interactively(term) execute-extended-command(nil) * call-interactively(execute-extended-command) Thanks, Ben