I’m using GNU Emacs 23.3.1. When I press “M-q” emacs says “M-q is undefined”. How can I solve this issue? Thanks.
Share
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.
Start Emacs with the
-Qoption, and see if the problem persists by typing C-h k M-q. If it turns out that M-q is in fact bound tofill-paragraphthat way, then something in your init file apparently undoes that key binding.You could then comment out some of your customizations in the .emacs file in a “binary search” style to find which one of them is responsible for removing said key binding.