I’m using Emacs 22.3.1 on windows.
C-a is not working. (Left Control-A is working, Right Control-A is not working)
I even set : (global-set-key (kbd “C-a”) ‘beginning-of-line). still not working.
Any idea?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
do a
and press C-a to check what it is bound to.
(this will at least indicate that emacs understands C-a in some form)