MathGroup Archive 2005

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

Search the Archive

Re: Re: finding package in ExtraPackages`Enhancements`

  • To: mathgroup at smc.vnet.net
  • Subject: [mg54129] Re: [mg54105] Re: [mg54065] finding package in ExtraPackages`Enhancements`
  • From: Murray Eisenberg <murray at math.umass.edu>
  • Date: Fri, 11 Feb 2005 03:33:48 -0500 (EST)
  • Organization: Mathematics & Statistics, Univ. of Mass./Amherst
  • References: <200502091427.JAA02776@smc.vnet.net> <opslxwdoz7iz9bcq@monster.ma.dl.cox.net> <200502100747.CAA16694@smc.vnet.net> <opslzub0qriz9bcq@monster.ma.dl.cox.net>
  • Reply-to: murray at math.umass.edu
  • Sender: owner-wri-mathgroup at wolfram.com

I've never figured out the syntax of init.m's.  Thus the one in

   ToFileName[{$UserBaseDirectory, "FrontEnd"} ]

has contents:

SetOptions[$FrontEnd,
AutoOpenPalettes->{
   "BasicInput.nb", "MyFormattingTools.nb", "CompleteCharacters.nb"},
ScreenRectangle->{{0, 1600}, {0, 1155}}
]

Do I merely put a semi-colon at the end of that and insert after that a 
new line of the following form?

   AppendTo["$Path",directoryName]

DrBob wrote:
> 
> ... I think $Path is the environmental variable you're looking for. You can 
> modify it with statements like:
> 
> AppendTo["$Path",directoryName]
> 
> and you can put that statement in an Init.m file, of course....

-- 
Murray Eisenberg                     murray at math.umass.edu
Mathematics & Statistics Dept.
Lederle Graduate Research Tower      phone 413 549-1020 (H)
University of Massachusetts                413 545-2859 (W)
710 North Pleasant Street            fax   413 545-1801
Amherst, MA 01003-9305


  • Prev by Date: Re: Plotting just specific points
  • Next by Date: Re: A nasty 2x2 system of equations?
  • Previous by thread: Re: finding package in ExtraPackages`Enhancements`
  • Next by thread: Re: Re: Re: finding package in ExtraPackages`Enhancements`