[plt-scheme] handler:edit-file in Windows
It would help if you could give us the actual value returned by get-filename.
Also: if you change your code so that the expression below appears
twice (like in a begin) do you see two new tabs each time, or still
just one new tab?
Thanks,
Robby
On 8/28/07, Gregory Cooper <greg at cs.brown.edu> wrote:
> > > (handler:edit-file (send a-definitions-text get-filename))
> >
> > Are the two filenames "spelled" identically?
>
> They seem to be. I assume the definitions text returns the same
> filename each time I ask for it, but DrScheme opens an additional tab
> each time I call handler:edit-file, resulting in an arbitrary number
> of tabs for the same file.
>
> Greg
>