Maxima mode



Hi,
The situation is now a bit different than I described yesterday. I put 
the new maxima-mode files to maxima dir. I found that for simple 
mistakes emacs behaves quite clever. So I was not succeed to hang it in 
that cases. However, the following example hungs the emacs on my mashine
if I send C-cC-b
!----------
bothcases:false;
load("itensor");

/* expr: t([],[]);*/
expr:t([i,j],[]);
show(expr)$
!--------------

The problem appears due to comments.
V.P.
Jay Belanger writes:
> Valerij Pipin <pip@iszf.irk.ru> writes:
> 
> 
>>Hi,
>>First of all many thanks for maintaining such a great thing! It
>>simplifies the process of program edition a lot.
>>May I ask one question about using maxima-mode?
>>Say, there is a situation when something is completely wrong in the
>>program. If you batch this program within console (or within xmaxima)
>>then process will stop at the wrong point. Another thing happens for
>>me if I batch the whole buffer within emacs. The process just hungs
>>the whole emacs. 
> 
> 
> Oh, that needs to be fixed.
> Do you mean you are sending the buffer with C-cC-b (or something?). 
> Can you send me an example of a file which does this?
> 
> Thanks,
> Jay
> 
> _______________________________________________
> Maxima mailing list
> Maxima@www.math.utexas.edu
> http://www.math.utexas.edu/mailman/listinfo/maxima
> 
>