babel, json, missing function decode-char
Julian Bradfield
jcb+xeb at jcbradfield.org
Mon Nov 30 09:19:37 EST 2009
On 2009-11-30, Uwe Brauer <oub at mat.ucm.es> wrote:
>>>>>> "Julian" == Julian Bradfield <jcb+xeb at jcbradfield.org> writes:
> > (defun decode-char (cs c r)
> > (ucs-to-char c))
>
> I do (at least I suppose I do, I use utf8 encoding and un-define.el).
> So your idea did not work, I attach the relevant bugtrace below, but I
Oh, sorry, I didn't check to see how many arguments the json function
wants.
Try
(defun decode-char (cs c)
(ucs-to-char c))
More information about the XEmacs-Beta
mailing list