On Thu, Jun 09, 2011 at 05:24:19PM +0400, Максим wrote:
> I try to make gap syntax checker for VIM. And it is necessary for me to exit 
> from GAP after load the file.
> 
> I tried to use such call:
> 
> echo "quit;" | gap -T -q -b error.g
> 
> And GAP didn't exit from breaking loop. 

Maybe try

gap -T -q -b error.g < /dev/null

Cheers,
Bill.

_______________________________________________
Forum mailing list
Forum@mail.gap-system.org
http://mail.gap-system.org/mailman/listinfo/forum

Reply via email to