Olivier Ramare on Mon, 8 Mar 1999 17:13:12 +0100 (MET) |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Answer to Paul van Wamelen |
About pari.el version 2.24 : > 1) If I want to do something like > bnfinit(polcyclo(23)); > RET does not send it to pari unless there is no semi-colon at the end. It > says : Incomplete expression: Not sent to gp. A mistake I corrected in my own version but I forgot to patch the distributed version... > 2) If I want to turn on the timer with "#" I get > Wrong type argument: integer-or-marker-p, nil Same as above. pari.el is supposed to be cleverer than before: you can enter ? aux=65;/* First variable used */ aux+5 and emacs will understand you are within a commented area. Same with ? aux=44;\\ Still the same variable aux+7 Since I'm doing just now some modification on pari.el, if you do not want to see the output of a command, momentarily use ? big_output;0 which will only print 0. No such trick being accessible for the timer, a patch will come on Wednesday (you can set it via a file though ...). Sorry for that. > 3) The space bar will not do completions in the mini-buffer any more. > Even in mini-buffers from other buffers. TAB still works... Which is how it should work. Space is allowed in help like in "elliptic curve" and TAB/C-i is what triggers completion in gp-mode and in gp-script-mode, so it has been extended to the mini-buffer also. I should have made the correction mode-local though, which I'll try to do. My guess is that echo troubles may have dispeared. News on Wednesday then ! Sincerely/Amities, Olivier Ramare