From: Alexander \ (alexander.outkin@BIOSGROUP.COM)
Date: 9 Dec 00, 06:42 EST
From: "Alexander \"Sasha\" Outkin" <alexander.outkin@BIOSGROUP.COM>
Subject: Re: installation, -remove
Vince,
What about the paper submission?
Sasha.
> -----Original Message-----
> From: Vince Darley [mailto:vince@SANTAFE.EDU]
> Sent: Friday, December 08, 2000 12:04 PM
> To: ALPHA-D@LISTSERV.SYR.EDU
> Subject: Re: installation, -remove
>
>
> On Fri, 8 Dec 2000, Craig B Upright wrote:
>
> > Uh, yeah. I had been trying these, which definitely don't work:
> >
> > -remove {[file join $HOME Modes bibtexMode.tcl]}
> > -remove [file join $HOME Modes bibtexMode.tcl]
> >
> > The second one didn't work because there were spaces in the path
> [snip]>
> > Thanks! Can the installation dialog take multiple -remove
> arguments?
>
> Yes, and that's why your examples above failed. Remove takes
> a *list* of
> names. Hence you want -remove [list name1 name2 ...].
>
> > Quick tipMode.tcl fix:
> >
> > newPref flag funcExpr {^~ [^\r\n]+} TIP
> > newPref flag parseExpr {~ (.*)} TIP
> >
> > should be
> >
> > newPref var funcExpr {^~ [^\r\n]+} TIP
> > newPref var parseExpr {~ (.*)} TIP
>
> oops... This'll have to wait until fc1 is out -- all the code
> is in Jon's
> hands. (unless he reads this and puts it in...?)
>
> thanks,
>
> Vince.
>