--- loncom/homework/lonmaxima.pm 2007/08/13 09:34:35 1.19 +++ loncom/homework/lonmaxima.pm 2007/08/13 10:21:46 1.20 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Interface routines to MAXIMA CAS # -# $Id: lonmaxima.pm,v 1.19 2007/08/13 09:34:35 albertel Exp $ +# $Id: lonmaxima.pm,v 1.20 2007/08/13 10:21:46 riegler Exp $ # # Copyright Michigan State University Board of Trustees # @@ -62,7 +62,8 @@ sub blacklisted { my ($cmd)=@_; foreach my $forbidden ('save','load','plot','lisp','includ','compil', 'file','batch','stringout','translat','stout', - 'stin','block','system','concat','read') { + 'stin','block','system','concat','read','inchar', + 'outchar','ttyoff','with_stdout','writefile') { if ($cmd=~/$forbidden/s) { return 1; } } return 0;