<x-flowed>At 17:10 +0200 2/19/99, Sean Carte wrote: >>} Save a script in BBEdit and then switch to MacPerl. >>} Make changes there and save them. >>} Close the MacPerl document. >>} Close the BBEdit document. >>} Open the MacPerl document. >>} >>} -- The changes made in MacPerl are gone! Mine aren't. The changes made in MacPerl are still there. Are you _sure_ you didn't press cmd-S before you closed the BBEdit window? It's been a nice theoretical, discussion folks, but the guy who tried it in Alpha and I both DO NOT see this problem (and I use BBEdit). Open a new file in BBEdit #!perl open (FH, ">tmp"); cmd-S Open the file in MacPerl, add a line print FH "foo\n"; cmd-S cmd-W switch to BBEdit cmd-W switch to MacPerl Open the file #!perl open (FH, ">tmp"); print FH "foo\n"; >>So don't do that :-) At 10:21 -0500 2/19/99, Chris Nandor wrote: > Well, that's what you get for editing the same file in two programs at the > same time. Wise words to live by in any case :-) If you want to edit the same file nearly simultaneously in MacPerl and BBEdit, that's what the Edit menu in MacPerl is for... Alternatively: At 16:07 +0000 2/19/99, Jay Bedsole wrote: > (2) I always start out with Alpha and only edit with > Alpha. I can run my scripts from within Alpha, so > there's no need to ever edit in the MacPerl editor. More wise words (but I use BBEdit :-) Why are you switching back and forth without at least telling the apps to talk to each other? An accidental cmd-S in either app without refreshing the buffer will mess everything up! - Vicki --- |\ _,,,---,,_ Vicki Brown <vlb@cfcl.com> ZZZzz /,`.-'`' -. ;-;;,_ Journeyman Sourceror: Scripts & Philtres |,4- ) )-,_. ,\ ( `'-' P.O. Box 1269 San Bruno CA 94066 '---''(_/--' `-'\_) http://www.cfcl.com/~vlb http://www.macperl.org ***** Want to unsubscribe from this list? ***** Send mail with body "unsubscribe" to mac-perl-request@iis.ee.ethz.ch </x-flowed>