[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: The symbol `@' and sexp scanning
From: |
Andreas Politz |
Subject: |
Re: The symbol `@' and sexp scanning |
Date: |
Wed, 12 Oct 2016 16:00:46 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) |
I believe the answer is in here:
,----[ (info "(elisp) Syntax Flags") ]
| ā¢ āpā identifies an additional prefix character for Lisp syntax.
| These characters are treated as whitespace when they appear between
| expressions. When they appear within an expression, they are
| handled according to their usual syntax classes.
`----
This flag is set in elisp buffers. But after evaluating
(modify-syntax-entry ?@ "_") the function performs as expected.
-ap
- Re: The symbol `@' and sexp scanning,
Andreas Politz <=