diff options
| author | David Aspinall | 2009-08-06 10:52:26 +0000 |
|---|---|---|
| committer | David Aspinall | 2009-08-06 10:52:26 +0000 |
| commit | bcc24dcb0258368f736dd016fdb74824c79e7b2c (patch) | |
| tree | cf4c2251772a8120a94cf98c6eb9e71835693f4f /lib | |
| parent | 6109a03f3175153bd641e58b21e4684dfd9ea8e0 (diff) | |
Work in progress on multiple instances of token modes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/unicode-tokens.el | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lib/unicode-tokens.el b/lib/unicode-tokens.el index b62c0444..15fb4a00 100644 --- a/lib/unicode-tokens.el +++ b/lib/unicode-tokens.el @@ -135,6 +135,21 @@ This is used for an approximate reverse mapping, see `unicode-tokens-paste'.") This is used for an approximate reverse mapping, see `unicode-tokens-paste'.") +;; +;; Make all of those buffer local +;; +;; TODO: use per *mode* defaults for them, cf proof-unicode-tokens +;; + +;; (mapcar 'make-variable-buffer-local +;; unicode-tokens-configuration-variables) + +;; (mapcar 'make-variable-buffer-local +;; '(unicode-tokens-token-list +;; unicode-tokens-hash-table +;; unicode-tokens-token-match-regexp +;; unicode-tokens-uchar-hash-table +;; unicode-tokens-uchar-regexp)) ;; ;; Constants |
