mailing-list for TeXmacs Users

Text archives Help


Re: [TeXmacs] Re: TeXmacs as a Maxima frontend on Mac OS X


Chronological Thread 
  • From: Joris van der Hoeven <address@hidden>
  • To: address@hidden
  • Subject: Re: [TeXmacs] Re: TeXmacs as a Maxima frontend on Mac OS X
  • Date: Wed, 6 Jun 2007 11:29:21 +0200

On Tue, Jun 05, 2007 at 11:37:12PM +0200, Tobia wrote:
> > I'd like to spawn a Maxima session automatically at startup and set a
> > few options.

Put the following in my-init-buffer.scm

(when (no-name?)
(make-session "maxima" "default"))

Notice that you don't want to start Maxima in all buffers (e.g. help buffers),
only in newly created ones.

> > I tried putting the following both in my-init-texmacs.scm and in
> > my-init-buffer.scm:
> >
> > (maxima-initialize)
> > (toggle-session-math-input)
> > (kbd-map in-math? ("(" (make-bracket-open "(" ")" #t)))
> > (kbd-map in-math? (")" (make-bracket-close ")" "(" #t)))

This kind of stuff should go into my-init-texmacs.scm,
but you need to force lazy loading of the modules with special
command which you may need.



Archive powered by MHonArc 2.6.19.

Top of page