Any hints on how to let emacs send unbinded F1..F12 keys to programs just like in regular terminal when in ‘ansi-term’ buffer?
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.
It’s not “unbinding” you are looking for but binding those keys to the proper escape sequences. The following will bind [f1]..[f5] to the vt100 escape sequences for those keys for term and ansi-term buffers. I am not sure what the proper sequences are for ansi, so tweak the alist accordingly.