Starting from a saved map

Mario Godin (mgodin@inware.com)
Thu, 24 Apr 1997 13:27:30 -0400

I created a map using tkined and saved it (File/Save As).

I then chmod the file to give execute privileges: chmod u+x file.tki

If I then run the file, I get the following errors:

wrong # args
while executing
"EDITOR $f"
invoked from within
"lappend views [EDITOR $f]..."
invoked from within
"if [file readable $f] {
lappend views [EDITOR $f]
}"
("foreach" body line 2)
invoked from within
"foreach f $argv {
if [file readable $f] {
lappend views [EDITOR $f]
}
}"
(file "/usr/local/bin/tkined" line 39)

What is EDITOR? I assumed by looking at some of the tkined code that it =
is a tkined identifier (like NODE, NETWORK,....), but how come I get =
complaints about it?

Can anyone explain this or tell me how to start tkined with a saved map

Thank you,

--
!! This message is brought to you via the `tkined & scotty' mailing list.
!! Please do not reply to this message to unsubscribe. To subscribe or
!! unsubscribe, send a mail message to <tkined-request@ibr.cs.tu-bs.de>.
!! See http://wwwsnmp.cs.utwente.nl/~schoenw/scotty/ for more information.