Package: migemo-el
Version: 20110227-6
Severity: normal
Dear Maintainer,
I'm not sure this bug should be separated or not, but:
1. Although dictionary is set as utf-8, migemo-coding-system is
set as euc-jp-unix.
Lisp file seems need a fix.
----------------------------------------------------------------
(defcustom migemo-coding-system
(if (>= emacs-major-version 20)
(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))
"*Default coding system for migemo.el"
:group 'migemo
:type 'coding-system)
----------------------------------------------------------------
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.
-- System Information:
Debian Release: wheezy/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.2.0-3-amd64 (SMP w/2 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages migemo-el depends on:
ii cmigemo 20110227-6
ii emacs [emacsen] 23.4+1-3
ii emacs22-gtk [emacsen] 22.3+1-1.2
ii emacs23 [emacsen] 23.4+1-3
migemo-el recommends no packages.
migemo-el suggests no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]