Opened 6 years ago
#1 new enhancement
Add « and » as alternative string delimiters
Reported by: | rme | Owned by: | somebody |
---|---|---|---|
Priority: | minor | Milestone: | |
Version: | Keywords: | ||
Cc: |
Description
Emacs kind of chokes on the #:| ... | syntax, so it might be nice to use, say, « (#\u+ab) and » (#\u+bb) as alternative string delimiters.
On a Macintosh, you can type them with option-\ and option-shift-\.
It's possible to make emacs will treat these as string quotes:
(modify-syntax-entry ?« "\"" (standard-syntax-table)) (modify-syntax-entry ?» "\"" (standard-syntax-table))
I don't know if it's worth the trouble, but it's a thought.
Note: See
TracTickets for help on using
tickets.