I am puzzled by the expression
#[nil "\300\207"
[nil]
1]
as a value of skeleton-pair-filter-function.
Is this an alternative way of writing function in elisp? Or lisp in general?
Thanks.
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 a byte code function object, the result of byte compiling a function.
See manual entry here