MathGroup Archive 2004

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

Search the Archive

Re: Printing "Alias" Definitions

  • To: mathgroup at smc.vnet.net
  • Subject: [mg45350] Re: Printing "Alias" Definitions
  • From: drbob at bigfoot.com (Bobby R. Treat)
  • Date: Fri, 2 Jan 2004 04:23:40 -0500 (EST)
  • References: <bt0v19$hgq$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Perhaps you mean something like

SetOptions[$FrontEnd, InputAutoReplacements -> {"mf" -> "MatrixForm", "sf" -> \
"StandardForm"}]

Putting this in Init.m will only get us an error message:

InputAutoReplacements\[Rule]{"->"\[Rule]"\[Rule]",
    ":>"\[Rule]"\\[RuleDelayed"},

Bobby

Tom Burton <tburton at brahea.com> wrote in message news:<bt0v19$hgq$1 at smc.vnet.net>...
> Harold,
> 
> The format is
> 
> InputAutoReplacements->{"->"->"\[Rule]", ":>"->"\\[RuleDelayed"},
> 
> so close but no cigar. I insert options with the inspector and then look at
> the format in the front end's INIT.M. Better than guessing :^)
> 
> Tom
> 
> On 12/30/03 10:27 PM, in article bsu18l$8gh$1 at smc.vnet.net, "Harold Noffke"
> <Harold.Noffke at wpafb.af.mil> wrote:
> 
> > After clearing autoreplacements from the Option Inspector, I tried
> > inserting the replacement expression below into my User INIT.M file,
> > but it did not work.  It also did not work when I executed this
> > expression from a Notebook.  The autoreplacements were not inserted
> > into the Option Inspector, as I thought they would be.
> > 
> > InputAutoReplacements {
> >   "ff"->"FullForm",
> >   "df"->"DisplayForm",
> >   "mf"->"MatrixForm",
> >   "tf"->"TraditionalForm",
> >   "sf"->"StandardForm"}


  • Prev by Date: Re: Function interpolation
  • Next by Date: Re: Compile
  • Previous by thread: Re: Printing "Alias" Definitions
  • Next by thread: Function interpolation