Uwe Brauer writes:
>> Regarding tipa paired parenthesis bug in 21.5; "Stephen
J. Turnbull" <stephen(a)xemacs.org> adds:
> Uwe Brauer writes:
> AFAICT tipa is not a library in the XEmacs packages. Please post the
> code you are using so we know what we're working with here.
Sorry! Here comes the code in question is sort of complicated.
(defun tipa-self-insert-command (arg)
[omit boring details]
(cond
((eq pair 'word)
(tipa-word-pair arg ch-beg ch-end))
(pair
(tipa-word-pair nil ch-beg ch-end))
I'm not sure, but this looks like how we got here, so
tipa-self-insert-command is probably behaving correctly:
Debugger entered--Lisp error: (wrong-type-argument characterp nil)
char=(nil ?\))
tipa-word-pair(nil ?\( ?\))
tipa-self-insert-command(nil)
The problem is probably in tipa-word-pair.
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta