Skip to content

Instantly share code, notes, and snippets.

@mariusk
Last active August 29, 2015 14:11
Show Gist options
  • Save mariusk/6569caaeb8c87a516da9 to your computer and use it in GitHub Desktop.
Save mariusk/6569caaeb8c87a516da9 to your computer and use it in GitHub Desktop.
From: https://github.com/krisajenkins/wispjs-mode/blob/master/wispjs-mode.el
(dolist '(lambda (char)
(modify-syntax-entry char "w" wispjs-mode-syntax-table))
'(?_ ?~ ?. ?- ?> ?< ?! ??))
bugs out with:
File mode specification error: (wrong-type-argument listp #[(char) "\302\303 #\207" [char wispjs-mode-syntax-table modify-syntax-entry "w"] 4])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment