Tagged Questions
3
votes
1answer
81 views
How to use the Meta/Alt Key with tput?
I want to redefine keybindings for the commandline of a lisp dialect. The commandline is actually modeled after Vi and implemented with tput/terminfo. I want an alternative version with Emacs ...
2
votes
1answer
128 views
String syntax for the kbd macro in Emacs [duplicate]
Possible Duplicate:
Associating a function in Emacs after looking up the code with M-x describe-key
I have typed the following macros on my .emacs file
(global-set-key (kbd ...
2
votes
1answer
234 views
Control and up/down keys in terminal for use by emacs
Is it possible to use C-up and C-down when running emacs in the terminal window (when starting emacs from the command line with the -nw flag)? What should my terminal send when I press C-up and C-down ...
5
votes
1answer
745 views
Korn Shell: End, pgup, pgdown, and delete key not working
So basically my End, Pageup/Pagedown, and Delete key are not working in ksh93. I'm running FreeBSD by the way.
My arrow keys are working, and so is my home key.
Those keys work when I put this in my ...
3
votes
1answer
539 views
Some keys are invalid on emacs when using German keyboard
When I am using emacs 23.3 on KDE, I can not input ^, ยด and ~ from my German keyboard. If I press these keys, then emacs says that <dead-circumflex>, <dead-acute> and <dead-tilde> ...
1
vote
0answers
153 views
uemacs 4.0.15 strange key bindings
Playing around with uemacs I noticed that some of the default alternative key bindings are set to the Fn key in combination with a different key (for example, an alternative for 'help' is set to ...
3
votes
1answer
658 views
Disabling caps lock by setxkbmap makes it Shift key in Emacs
I'm using GNU Emacs 23.2.1. within Xfce 4.8.0 (both coming from the Ubuntu Natty repository). I disable the CapsLock by running /usr/bin/setxkbmap -option "ctrl:nocaps" at the beginning of the Xfce ...
2
votes
1answer
130 views
How do I rebind M-/ in Emacs to M— (dash)
I'm basically trying to figure out how to use keyboard-translate in Emacs to make M-- do the same thing as M-/
How do I go about doing this?
