[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#686001: unblock: cmigemo/20110227-7



Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Hi release managers,

 I'll request you to unblock cmigemo package, version 20110227-7.
 It'll fix http://bugs.debian.org/681321 annoyed bug as bug reporter 
 said

> 2. This package won't work until users write a caller in their
>    .emacs file.
>    In my opinion, those who install this know what this is
>    explicitly, and want to work well without nothing to do more.


 It will help users without modifying their settings.
 debdiff is below, please allow this unblock request, thanks.


diff -Nru cmigemo-20110227/debian/changelog cmigemo-20110227/debian/changelog
--- cmigemo-20110227/debian/changelog	2012-07-03 00:47:35.000000000 +0900
+++ cmigemo-20110227/debian/changelog	2012-07-13 19:01:16.000000000 +0900
@@ -1,3 +1,10 @@
+cmigemo (20110227-7) unstable; urgency=low
+
+  * Fix migemo-coding-system, add default load setting 
+    - Thanks to Kenshi Muto. (Closes: #681321)
+
+ -- Youhei SASAKI <uwabami@gfd-dennou.org>  Fri, 13 Jul 2012 19:00:00 +0900
+
 cmigemo (20110227-6) unstable; urgency=low
 
   * Fix upgrade/transition from 'migemo'. 
diff -Nru cmigemo-20110227/debian/contrib/migemo.el cmigemo-20110227/debian/contrib/migemo.el
--- cmigemo-20110227/debian/contrib/migemo.el	2012-06-17 02:05:35.000000000 +0900
+++ cmigemo-20110227/debian/contrib/migemo.el	2012-07-13 18:37:38.000000000 +0900
@@ -105,10 +105,9 @@
       (if (featurep 'mule)
           (if (string-match "XEmacs" emacs-version)
               (cond
-               ((memq 'euc-japan-unix (coding-system-list)) 'euc-japan-unix)
-               ((memq 'euc-jp-unix (coding-system-list)) 'euc-jp-unix))
-            'euc-japan-unix))
-    (and (boundp 'MULE) *euc-japan*unix))
+               ((memq 'utf-8-unix (coding-system-list)) 'utf-8-unix))
+            'utf-8-unix))
+    (and (boundp 'MULE) *utf-8*unix))
   "*Default coding system for migemo.el"
   :group 'migemo
   :type 'coding-system)
diff -Nru cmigemo-20110227/debian/migemo-el.emacsen-startup cmigemo-20110227/debian/migemo-el.emacsen-startup
--- cmigemo-20110227/debian/migemo-el.emacsen-startup	2012-07-02 22:11:27.000000000 +0900
+++ cmigemo-20110227/debian/migemo-el.emacsen-startup	2012-07-13 18:58:22.000000000 +0900
@@ -13,5 +13,16 @@
 ;; We have to add this to the load-path:
 (setq load-path (cons (concat "/usr/share/"
                               (symbol-name flavor)
-			      "/site-lisp/migemo-el") load-path))
+                              "/site-lisp/migemo-el") load-path))
+;; C/Migemo settings
+(setq migemo-command "/usr/bin/cmigemo")
+(setq migemo-options '("-q" "--emacs" "-i" "\g"))
+(setq migemo-dictionary "/usr/share/cmigemo/utf-8/migemo-dict")
+(setq migemo-user-dictionary nil)
+(setq migemo-regex-dictionary nil)
+(setq migemo-coding-system 'utf-8-unix)
+(load-library "migemo")
+(migemo-init)
+
+


Reply to: