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

Modified Files:
        user-ja.el.in 
Log Message:
* 3.2+cvs-2.0
* sedsrc/user-ja.el.in: Input settings for 22.1-3003 with inline_patch-1.0.3.


Index: user-ja.el.in
===================================================================
RCS file: /cvsroot/fink/experimental/todai/user-ja/sedsrc/user-ja.el.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- user-ja.el.in       23 Mar 2006 18:53:46 -0000      1.4
+++ user-ja.el.in       3 Feb 2008 20:46:36 -0000       1.5
@@ -12,7 +12,15 @@
     '(utf-translate-cjk-unicode-range '((#x80 . #xd7a3) (#xff00 . #xffef))))
   (cond ((and (eq window-system 'mac)
               (fboundp 'mac-setup-inline-input-method))
+         ;; 22.0.50.cvs20060018
          (mac-setup-inline-input-method))
+        ((and (eq window-system 'mac)
+              (fboundp 'mac-toggle-input-method))
+         ;; 22.1-3003 with inline_patch-1.0.3
+         (setq default-input-method "MacOSX")
+         (add-hook 'minibuffer-setup-hook 'mac-change-language-to-us)
+         (when (fboundp 'mac-translate-from-yen-to-backslash)
+           (mac-translate-from-yen-to-backslash)))
         ((eq current-language-environment "Japanese")
          (if (fboundp 'force-yc-input-mode) ;; assuming site-start.d/50yc.el
              (force-yc-input-mode)))))


-------------------------------------------------------------------------
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
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to