[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

punimax from within emacs



Rui-Tao Dong <rdong@playmate.mat.jhu.edu> just told me how he got rid
of his problems with maxima:

> *** - symbol *WINDOW* has no value.

Got punimax instead.

> *** - terminal type "emacs" unknown to termcap

He uses a shell script like this one:

#!/bin/sh
if [ "$TERM" = emacs ] ; then
  TERMCAP='emacs:co#80:li#9999:cl=:cm='
  export TERMCAP
fi
exec /usr/local/lisp/lisp.run -m 4MB -M /usr/local/punimax/punimax.mem


                    Bruno Haible
                    haible@ma2s2.mathematik.uni-karlsruhe.de