Irfon-Kim Ahmad <[EMAIL PROTECTED]>: > 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? Hugs doesn't have a way to do this but you should be able to achieve that effect by using something like this script as your "editor": #! /bin/sh myeditor --directory=`pwd` $* -- Alastair Reid [EMAIL PROTECTED] http://www.cs.utah.edu/~reid/
- Sending the path to the editor. Irfon-Kim Ahmad
- Re: Sending the path to the editor. Alastair Reid
- Re: Sending the path to the editor. Andy Gill
