SL Baur <steve(a)xemacs.org> writes:
Kazuyoshi Furutaka <furutaka(a)tokai.pnc.go.jp> writes:
> (I can't invoke Mew-1.93b31 w/ xemacs-b40-pre1.
> Xemacs complains 'Wrong type argument: sequencep, 40' when invoking mew.)
Please (setq debug-on-error t) and get a Lisp backtrace. Mew is
trying to concat an integer pretending it is a character and that
hasn't been a correct thing to do for awhile.
Yup. An easy fix for such code is to slap (number-to-string foo)
around the incriminating number FOO.
--
Hrvoje Niksic <hniksic(a)srce.hr> | Student at FER Zagreb, Croatia
--------------------------------+--------------------------------
Idle RAM is the Devil's playground.