unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Ben Sturmfels <ben@stumbles.id.au>
Subject: remapped C-x and term-mode
Date: Mon, 3 Jul 2006 23:52:03 +1000	[thread overview]
Message-ID: <20060703135203.GA26116@localhost> (raw)

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

                 reply	other threads:[~2006-07-03 13:52 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20060703135203.GA26116@localhost \
    --to=ben@stumbles.id.au \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).