Re: Opening an editor for interactive use

2006-06-16 Thread Fredrik Lundh
"Webb" wrote: > (I am sure there is a recipe somewhere, but I can't find it.) How does > one open an editor while in the middle of an interactive program, let > the user do some editing and closing, and then capture the text that > was edited? I am reminded of subversion or CVS when they open an

Opening an editor for interactive use

2006-06-16 Thread Webb
Hi all, (I am sure there is a recipe somewhere, but I can't find it.) How does one open an editor while in the middle of an interactive program, let the user do some editing and closing, and then capture the text that was edited? I am reminded of subversion or CVS when they open an $EDITOR sessi