MathGroup Archive 1999

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: New position: MathLink Developer

  • To: mathgroup at smc.vnet.net
  • Subject: [mg16982] Re: New position: MathLink Developer
  • From: "P.J. Hinton" <paulh>
  • Date: Sat, 10 Apr 1999 02:13:26 -0400
  • Organization: "Wolfram Research, Inc."
  • References: <7e9ndq$3in@smc.vnet.net> <7ehhhk$nb4@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

On 8 Apr 1999 tobiasoed at my-dejanews.com wrote:

> So I use the terminal like interface. Unfortunately there is no
> history editing (like in bash or tcsh).

There is a function called EditIn[] which will escape you out to a text
editor (like vi).  The editor opens with the contents of In[n] (where n is
the argument to EditIn[].  You can make changes to the file.  When you
save the changes and quit, you return to the kernel and the expression
evaluates.

The type of text editor that is opened depends the setting for the
environment variable EDITOR.  If this is not set, it defaults to vi under
Unix.

This function, to the best of my knowledge, is not documented in
Mathematica 3.0, but it was documented in Mathematica 2.2 in the User's
Guide to the Unix Shell booklet.

--
P.J. Hinton
Mathematica Programming Group           paulh at wolfram.com
Wolfram Research, Inc.                  http://www.wolfram.com/~paulh/
Disclaimer: Opinions expressed herein are those of the author alone.



  • Prev by Date: Re: Expand Exp[a(b-c)]
  • Next by Date: Re: Need help about how to bring image to clipboard?
  • Previous by thread: Re: New position: MathLink Developer
  • Next by thread: customizing Mathematica notebook styles (was Re: Mathematica Notebooks)