[Mew-dist 09543] Re: Error in reading mime message "char-width" undefined
Kazu Yamamoto ( 山本和彦 )
kazu at example.com
1999年 7月 7日 (水) 13:08:05 JST
From: Subbarao Kambhampati <rao at example.com>
Subject: [Mew-dist 09539] Error in reading mime message "char-width" undefined
Date: Wed, 7 Jul 1999 06:21:44 +0900
> I am running mew 1.93b38 on XEMACs 21.1
>
> Symbol's function definition is void: char-width
>
> I could not tell where this error is coming from. I had the perl, the
> perl scripts etc installed correctly.
This sounds really strange to me. If the char-width function is
undefined in Emacs Lisp level, Mew 1.93b38 doesn't use it.
Please see if old Mew exist. If so, remove it and try again.
If you install Mew 1.93b38 only, please apply this patch and tell me
wheter or not your problem is resolved.
--Kazu
-------------- next part --------------
*** mew-env.el.orig Wed Jul 7 13:08:06 1999
--- mew-env.el Wed Jul 7 13:08:36 1999
***************
*** 197,203 ****
((fboundp 'string-to-list)
(defalias 'mew-string-to-list 'string-to-list)))
! (if (fboundp 'char-width)
(defalias 'mew-char-width 'char-width)
(defmacro mew-char-width (x) (` 1)))
--- 197,203 ----
((fboundp 'string-to-list)
(defalias 'mew-string-to-list 'string-to-list)))
! (if (and mew-mule-p (fboundp 'char-width))
(defalias 'mew-char-width 'char-width)
(defmacro mew-char-width (x) (` 1)))
Mew-dist メーリングリストの案内