Re: Loading into tkined from command line.

Juergen Schoenwaelder (schoenw@cs.utwente.nl)
Mon, 24 Jun 1996 01:45:36 +0200

Jason Merritt <jason@hds.co.uk> wrote:

I'm try to start tkined up with a saved file from the command line.

This is a bug in the tkined startup script. Change the line

lappend views [EDITOR $f]

to

lappend views [[EDITOR] load $f]

This should fix the problem.

Juergen