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

Modified Files:
        user-ja.el.in 
Log Message:
* user-ja.info.in: reduce Depends
* sedsrc/user-ja.el.in: use yc only if available.
* simple/user-ja.canna: autodetect whether cannadic is installed
* simple/gtkrc.eucjp: use shinonome instead of ricoh-ms mincho


Index: user-ja.el.in
===================================================================
RCS file: /cvsroot/fink/experimental/todai/user-ja/sedsrc/user-ja.el.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- user-ja.el.in       12 Mar 2006 14:52:15 -0000      1.3
+++ user-ja.el.in       23 Mar 2006 18:53:46 -0000      1.4
@@ -14,7 +14,8 @@
               (fboundp 'mac-setup-inline-input-method))
          (mac-setup-inline-input-method))
         ((eq current-language-environment "Japanese")
-         (custom-set-variables '(default-input-method "japanese-yc")))))
+         (if (fboundp 'force-yc-input-mode) ;; assuming site-start.d/50yc.el
+             (force-yc-input-mode)))))
 ;; For Todai Fink Team's obsolete emacs21-carbon package.
 ;; As we moved utf-8m.el into emacs22-carbon, utf-8m is not available
 ;; on emacs21-carbon now.
@@ -25,8 +26,9 @@
   (custom-set-variables
     '(utf-fragment-on-decoding nil)
     '(utf-translate-cjk-unicode-range '((#x80 . #xd7a3) (#xff00 . #xffef)))
-    '(default-input-method "japanese-yc")
     )
+  (if (fboundp 'force-yc-input-mode) ;; assuming site-start.d/50yc.el
+      (force-yc-input-mode))
   (set-default-coding-systems 'utf-8)
   (set-buffer-file-coding-system 'utf-8)
   (unless (and (boundp 'mac-access-clipboard-in-unicode)



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to