bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: C-x I == C-x i inelegance


From: Kevin Rodgers
Subject: Re: C-x I == C-x i inelegance
Date: Mon, 21 Jan 2002 14:40:55 -0700

Dan Jacobson wrote:
> when I do
> (global-set-key "\C-xI" 'insert-buffer)
> and then do C-x ESC ESC M-p ... RET
> the lie's evil effects show, as I get the explanation for a key I
> never typed, C-x i, and not what I really typed, C-x I

Coincidentally, I have exactly the same thing in my .emacs.  But emacs-19.34 -q
--no-site-file does not misbehave in the manner you report, whether I
use M-: (global-set-key ... or M-x global-set-key:

(global-set-key "II" (quote insert-buffer)))

-- 
Kevin Rodgers <kevinr@ihs.com>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]