| Paul van Wamelen on Tue, 27 Oct 98 15:20:07 -0600 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
| emacs echo |
Dear Pari users,
I'm using gp under emacs, but there is a very annoying problem (that I
did not have with versions before 2.0): everything sent to gp gets
echoed (by emacs not gp), see below. Is there an easy fix?
Thanks,
Paul van Wamelen.
/usr/local/bin/gp -s 10000000 -b 200000 -p 500000 -emacs
GP/PARI CALCULATOR Version 2.0.11 (beta)
unknown running nextstep 32-bit version
(readline enabled, extended help available)
Copyright (C) 1989-1998 by
C. Batut, K. Belabas, D. Bernardi, H. Cohen and M. Olivier.
Send bug reports, suggestions and patches to pari@math.u-bordeaux.fr
Type ? for help.
realprecision = 28 significant digits
seriesprecision = 16 significant terms
format = g0.28
parisize = 10000000, primelimit = 500000, buffersize = 200000
? (1+x)^10
(1+x)^10
%1 = x^10 + 10*x^9 + 45*x^8 + 120*x^7 + 210*x^6 + 252*x^5 + 210*x^4 + 120*x^3
+ 45*x^2 + 10*x + 1
?