* remapped C-x and term-mode
@ 2006-07-03 13:52 Ben Sturmfels
0 siblings, 0 replies; only message in thread
From: Ben Sturmfels @ 2006-07-03 13:52 UTC (permalink / 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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-07-03 13:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-03 13:52 remapped C-x and term-mode Ben Sturmfels
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).