emacs + emaxima hangs



Valerij Pipin <pip@iszf.irk.ru> writes:

> After upgrading the cvs-tree tonigth the following lines hangs
> my emacs-21.2 after C-c C-u c
>
> \beginmaxima
> texput(KDELTA,"\delta");
> texput(CURVATURE,"\cal{R}");
> texput(CHR2,"\Gamma");
> texput(CHR1,"\Gamma");
> \endmaxima
>
> rgds,
> Valerij

Oops, sorry.  There was a bad regular expression in maxima.el, so it
thought that \ was the end of a form.  It's fixed now.

Jay