Uwe Brauer writes:
However the pkg does not work since it complains about
string-make-unibyte which seems specific GNU emacs.
Is there any Xemacs (Mule) function which does the same thing and could
then be aliased?
Try #'identity. "unibyte" is a GNU design error and we will never
have anything like *-make-unibyte exposed to Lisp. If #'identity
doesn't work, we'll need to figure out what premature optimization the
library is using and undo it.
** The following functions are not known to be defined:
sentence-end, url-retrieve-synchronously, babel-make-unibyte
Get #'sentence-end, probably from Emacs 22 lisp/simple.el or
lisp/paragraphs.el, and alias #'url-retrieve-synchronously to
#'url-retrieve, which should get you started.
Note that since Emacs 22 is GPLv3 IIRC, we can't synch to that *yet*.
See if those functions are in Emacs 21. If not, I may have them in a
pre-release of Emacs 22 that was released under GPLv2.
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta