Update of /cvsroot/fink/experimental/todai/user-ja/sedsrc
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv28719/sedsrc

Modified Files:
        user-ja.el.in 
Log Message:
* 3.3 release
* sedsrc/user-ja.el.in: Add entries in utf-translate-cjk-set-unicode-range.


Index: user-ja.el.in
===================================================================
RCS file: /cvsroot/fink/experimental/todai/user-ja/sedsrc/user-ja.el.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- user-ja.el.in       3 Feb 2008 20:46:36 -0000       1.5
+++ user-ja.el.in       15 Feb 2008 06:18:48 -0000      1.6
@@ -8,11 +8,34 @@
 (when (eq emacs-major-version 22)
   (if (require 'utf-8m nil t)
       (set-file-name-coding-system 'utf-8m))
+  ;; prevent to use half-width marks, imported from Carbon Emacs Package
+  ;; and http://nijino.homelinux.net/emacs/utf-cjk.html
   (custom-set-variables
-    '(utf-translate-cjk-unicode-range '((#x80 . #xd7a3) (#xff00 . #xffef))))
+    '(utf-translate-cjk-unicode-range
+      '((#xa2 . #xa3)     ;
+        (#xa7 . #xa7)     ;
+        (#xac . #xac)     ; 
+        (#xb0 . #xb1)     ;
+        (#xb4 . #xb4)     ;
+        (#xb6 . #xb6)     ; 
+        (#xd7 . #xd7)     ;
+        (#xf7 . #xf7)     ;
+        (#x370 . #x3ff)   ; Greek and Coptic
+        (#x400 . #x4ff)   ; Cyrillic
+        (#x2000 . #x206f) ; General Punctuation
+        (#x2100 . #x214f) ; Letterlike Symbols
+        (#x2103 . #x2103) ; Degrees Celsius
+        (#x212b . #x212b) ; Angstrom
+        (#x2190 . #x21ff) ; Arrows
+        (#x2200 . #x22ff) ; Mathematical Operators
+        (#x2300 . #x23ff) ; Miscellaneous Technical Symbols
+        (#x2500 . #x257f) ; Box Drawing
+        (#x25a0 . #x25ff) ; Geometric Shapes
+        (#x2600 . #x26ff) ; Miscellaneous Symbols
+        (#x2e80 . #xd7a3) (#xff00 . #xffef))))
   (cond ((and (eq window-system 'mac)
               (fboundp 'mac-setup-inline-input-method))
-         ;; 22.0.50.cvs20060018
+         ;; 22.0.50.cvs20060316
          (mac-setup-inline-input-method))
         ((and (eq window-system 'mac)
               (fboundp 'mac-toggle-input-method))


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to