From bcc24dcb0258368f736dd016fdb74824c79e7b2c Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Thu, 6 Aug 2009 10:52:26 +0000 Subject: Work in progress on multiple instances of token modes --- lib/unicode-tokens.el | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'lib') 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 -- cgit v1.2.3