aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2008-01-25 18:44:37 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2008-01-25 18:44:37 +0000
commita6dfebe407f9a320118f2a412121e431d616a767 (patch)
treeef76f043cc06cd05e006dacb1dce649c9ceacde8
parente83c900f6519b73d5dea0d1b340e0ea9521ab1fb (diff)
Updated.
-rw-r--r--lib/unicode-tokens.el14
1 files changed, 8 insertions, 6 deletions
diff --git a/lib/unicode-tokens.el b/lib/unicode-tokens.el
index 9524a190..6ee42978 100644
--- a/lib/unicode-tokens.el
+++ b/lib/unicode-tokens.el
@@ -34,7 +34,7 @@
;; Tokens are used for programs that do not understand a Unicode encoding.
;;
;; TODO:
-;; -- add coding/decoding for saving/reading files
+;; -- add coding/decoding for saving/reading files (CCL program?!)
(require 'cl)
@@ -225,12 +225,14 @@ if there is such a unique character."
;;
;; Coding system for saving tokens in plain ASCII.
;;
+;; TODO
-(make-coding-system 'unicode-tokens-coding-system
- 4 ; ccl
- "Unicode token coding system"
- (cons 'unicode-tokens-ccl-decode
- 'unicode-tokens-ccl-encode))
+;; (make-coding-system 'unicode-tokens-coding-system
+;; 4 ; ccl
+;; ?T
+;; "Unicode token coding system"
+;; (cons 'unicode-tokens-ccl-decode
+;; 'unicode-tokens-ccl-encode))
;; Emacs-Unicode/23: