Maxima GUIs/emacs troubles!



On Fri, 15 Feb 2002, Daniel Lemire wrote:

>>	   -eval '(si::init-readline)' \

This probably doesn't work. init-readline expects 4 arguments (unless it
has been modified, but I just made a checkout and with a quick look it
doesn't look like that)

Try changing this to

	-eval '(si::init-readline  t "Gcl" 1 l)' \

(actually, shouldn't it be readline-init? At least it looks like it. Try
	-eval '(si::readline-init  t "Gcl" 1 l)' \