[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
punimax from within emacs
- To: clisp-list@ma2s2.mathematik.uni-karlsruhe.de
- Subject: punimax from within emacs
- From: haible (Bruno Haible)
- Date: Mon, 31 Jan 94 20:58:11 +0100
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