I tried to use "C-i C-f" for a command, but found out "C-i" was the key for TAB.

I tried using translate or something before to switch keys and now when I type "C-i", "H-i" shows up.

I tried (keyboard-translate "H-i" "C-i") and now Tab and "C-i" show Mouse-2

Now I realized that keyboard-translate is probably permanent, is there a way to reset it?

Thanks in advance ^^

link|improve this question
possible duplicate of How do I bind a command to C-i without changing TAB? – Nicholas Riley Feb 19 '11 at 2:31
1  
Emacs? I used to use that a lot in the '80s. – GregS Feb 19 '11 at 2:32
2  
...in addition, once you've done that, check out masteringemacs.org/articles/2011/02/08/… which describes how to use keys as prefixes. (And if you haven't used Emacs since the 80s, you've missed out on decades of development of a great and vibrant editor. Your loss.) – Nicholas Riley Feb 19 '11 at 2:33
Oh thanks, that was one of the articles I looked at. However, when I type ctrl+i it shows "H-i" in the minibuffer. Do you have any suggestions? (Thanks again) – Yuuta Feb 19 '11 at 2:40
It's pretty unlikely the changes you made were permanent, so just exit and relaunch Emacs. – Nicholas Riley Feb 19 '11 at 3:15
show 1 more comment
feedback

1 Answer

up vote 2 down vote accepted

It's possible that you've saved your changes using the customisation system. Take a look at your .emacs file to see if there's anything that's looks auto added. Possibly custom-set-varaiables. Get rid of that and try restarting your editor.

link|improve this answer
Thank you so much !!! It solved the problem !! – Yuuta Feb 19 '11 at 5:15
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.