Irfon-Kim Ahmad wrote:
>
> Hello,
>
> I've got a bit of a problem with my Hugs config. I'm trying to set it up to
> work well with a GUI editor, and I've solved a few problems I was having
> earlier, but I have one remaining one :
>
> Because the editor is being started in its own "session", so to speak, apart
> from the shell environment of hugs, it doesn't create/edit files in the local
> path. Instead, it creates them in the home path. If I include the path by
> hard-coding it into the editor variable, it works just fine, but that's
> inelegant, and worse, restricts me to working in a single path. What I would
> prefer is that there be a way to pass the current working directory in the
> editor command, similar to how you pass the line number and filename. Is
> this doable?
Interesting suggestion. I'll look into this for STG Hugs.
It should be easy enough to add.
STG Hugs is due for a release at some point next month.
Classic Hugs is now in bugfix only mode, and a (bugfix) release
is due real-soon-now (this week).
Andy Gill