>>>> "Stephen" == Stephen J Turnbull
<stephen(a)xemacs.org> writes:
Uwe Brauer writes:
> > The problem is that babel.el isn't doing anything about translating
> > them to characters. Try adding
> Debugger entered--Lisp error: (void-function
w3-expand-entity-at-point-maybe)
I'm not sure what edebug is supposed to do about defsubsts.
However,
unwrapping the definition should do the trick.
So the only working solution I found is:
(decode-coding-region (point-min) (point-max) 'utf-8)
(goto-char (point-min))
(replace-string "'" "'" nil)
(copy-to-buffer current (point-min) (point-max))
A shame but the w3-expand-entity-at-point-maybe seems not to work.
Uwe
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta