Try first 'M-x global-set-key <your keys> global-set-key' and then do M-x repeat-complex-command.

Thanks! I have managed to get the key bound. That had been annoying me for ages.


In case anybody else has the same problem, it was:
        (global-set-key (quote [27 left]) 'beginning-of-line)

I cannot bind [(alt v)], yet I can bind [(meta v)], which makes sense since it says "Alt .... available only under X" at http://www.cs.uu.nl/wais/html/na-dir/GNU-Emacs-FAQ/part4.html
I'd love to know why meta didn't work with arrow keys though.





_______________________________________________ Help-gnu-emacs mailing list Help-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Reply via email to