Your message dated Mon, 27 Aug 2012 21:17:46 +0200
with message-id <[email protected]>
and subject line Re: Bug#686001: unblock: cmigemo/20110227-7
has caused the Debian Bug report #686001,
regarding unblock: cmigemo/20110227-7
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
686001: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=686001
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
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 <[email protected]>  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)
+
+

--- End Message ---
--- Begin Message ---
On 2012-08-27 16:02, Hideki Yamane wrote:
> Package: release.debian.org
> Severity: normal
> User: [email protected]
> 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.
> 
> 
> [...]

Unblocked, thanks.

~Niels

--- End Message ---

Reply via email to