** Reply Requested When Convenient **
Hello Nicolas,
Nicolas Neuss wrote:
> I am using Emacs Maxima mode (Debian/sid package), and I am somewhat
> annoyed that moving across expressions does often not work. E.g. pressing
> C-M-b
>
> apply(append, maplist (lambda([phi],
> maplist(lambda([psi],append(phi,psi)),
> [[1,2],[3,4]])),
> [[a,b],[c,d]]));
>
> when sitting on the last closing parentheses of this expression does not
> work for me.
I tried under windows "GNU Emacs 22.0.50.1 (i386-mingw-nt5.1.2600) of
2006-07-31 on DTOP" - it works fine for me.
I normally use <C-M-left/right> and it does work like expected.
> Does someone here have a patch? What
> do people on this list use for editing Maxima programs?
Emacs is fine/perfect.
I edit my .max file in one buffer and then
<C-c C-r> which runs the command maxima-send-region or
<C-c C-c> which runs the command maxima-send-line.
With some little elisp you can create your own commands,
this is really easy & straitforward.
Ciao,
Robert