I have:
1. a very short python script (which parses the pydoceditor url
and executes os.environ['EDITOR'] with the parsed out file as the
parameter). I have the EDITOR variable set to gnuclient myself, but I
guess not everybody would want to use emacs so you can set EDITOR to
notepad or whatever suits you).
2. a small registry addition (registering a pydoceditor url
type, and a handler python script for that type), This is the only
part of the equation that is strictly win32 specific, I don't know how
to register handler's for url types on *nix or other platforms so...
3. a tiny hack to the pydoc.py source that makes this happen (which
changes the file: url to a pydoceditor url).
Post if there is any interest.
--
Vennlig hilsen
Syver Enstad
OK, post. :)
http://home.online.no/~syver-en/software.html/files/PyDocEditorStarter.py
Looks like this should be:
http://home.online.no/~syver-en/files/PyDocEditorStarter.py
The other 404's me.
-Peter
> Syver Enstad wrote:
> >
> > "Jürgen Hermann" <j...@web.de> writes:
> >
> > > "Syver Enstad" <syver-e...@online.no> schrieb im Newsbeitrag
> > > news:un0ugn...@online.no...
> > > > Post if there is any interest.
> > >
> > > OK, post. :)
> > >
> > >
> >
> >
>
>
> Looks like this should be:
>
> http://home.online.no/~syver-en/files/PyDocEditorStarter.py
>
> The other 404's me.
That's correct,
http://home.online.no/~syver-en/files/PyDocEditorStarter.py
is the address, shows what harm copy paste does :-)