steve, string-to-char-list does not exist in fsf. furthermore, it's
exactly the same as string-to-list, which does exist in fsf and xemacs.
so i think we should *not* put it in, and just fix the packages. no
sense in proliferating endless junky functions when there's no
compatibility reason.
most of the packages that seem to use it in fact define it themselves.
Steve Youngs wrote:
|--==> "AD" == Adam Duck
<duck(a)informatik.uni-frankfurt.de> writes:
AD> Since b5 skk isn't funcioning, because `string-to-char-list' isn't
AD> defined anymore. It used to be defined in
AD> xemacs-21.5-b3/lisp/mule/mule-misc.el, but this file isn't there after
AD> b5. Simply copying the definition solves the problem.
AD> (defun string-to-char-list (str)
AD> (mapcar 'identity str))
Ben, can this be put back into the core somewhere? A quick grep of
the packages reveals 8 packages that use it.