Debian Bug report logs -
#686001
unblock: cmigemo/20110227-7
Reported by: Hideki Yamane <henrich@debian.or.jp>
Date: Mon, 27 Aug 2012 14:03:04 UTC
Severity: normal
Done: Niels Thykier <niels@thykier.net>
Bug is archived. No further changes may be made.
Toggle useless messages
Report forwarded
to debian-bugs-dist@lists.debian.org, Debian Release Team <debian-release@lists.debian.org>:
Bug#686001; Package release.debian.org.
(Mon, 27 Aug 2012 14:03:06 GMT) (full text, mbox, link).
Acknowledgement sent
to Hideki Yamane <henrich@debian.or.jp>:
New Bug report received and forwarded. Copy sent to Debian Release Team <debian-release@lists.debian.org>.
(Mon, 27 Aug 2012 14:03:06 GMT) (full text, mbox, link).
Message #5 received at submit@bugs.debian.org (full text, mbox, reply):
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 sent
to Niels Thykier <niels@thykier.net>:
You have taken responsibility.
(Mon, 27 Aug 2012 19:21:04 GMT) (full text, mbox, link).
Notification sent
to Hideki Yamane <henrich@debian.or.jp>:
Bug acknowledged by developer.
(Mon, 27 Aug 2012 19:21:04 GMT) (full text, mbox, link).
Message #10 received at 686001-done@bugs.debian.org (full text, mbox, reply):
On 2012-08-27 16:02, Hideki Yamane wrote:
> 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.
>
>
> [...]
Unblocked, thanks.
~Niels
Bug archived.
Request was from Debbugs Internal Request <owner@bugs.debian.org>
to internal_control@bugs.debian.org.
(Tue, 25 Sep 2012 07:25:20 GMT) (full text, mbox, link).
Send a report that this bug log contains spam.
Debian bug tracking system administrator <owner@bugs.debian.org>.
Last modified:
Mon Jun 5 03:12:34 2023;
Machine Name:
buxtehude
Debian Bug tracking system
Debbugs is free software and licensed under the terms of the GNU
Public License version 2. The current version can be obtained
from https://bugs.debian.org/debbugs-source/.
Copyright © 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson,
2005-2017 Don Armstrong, and many other contributors.