[R-SIG-Mac]fix() recovery

Stefano Iacus jago@mclink.it
Fri, 12 Oct 2001 09:53:33 +0200


you should use newf <- edit(newf)

or again fix(newf)

I hope this helps you.

On the contrary I discovered a bug with the edit window I'm about to fix.
This is linked to the displaying of help files.

If you have an object that somewhere contains a "_", the edit window 
will remove it.

Stefano


On Giovedì, ottobre 11, 2001, at 09:06 , Peter Macdonald wrote:

> If I edit a function in fix() and the function has a syntax error, I am
> unable to recover the edit file on Macintosh the way I do on other
> platforms. This is what I get:
>
>> fix(newf)
> Error in edit(name, file, editor) : An error occurred on line 5
>  use a command like
>  x <- edit()
>  to recover
>> newf <- edit()
> Error in edit(name, file, editor) : unable to open file to read
>
> Here, edit() opens an empty window instead of a window with the code 
> from
> the previous fix().
>
> Any suggestions? Thanks!
>
> *~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*
>  Peter D.M. Macdonald, D.Phil.      McMaster University
>  Professor of Math & Statistics     Hamilton, Ontario, Canada L8S 4K1
> *~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*
>
>
> _______________________________________________
> R-SIG-Mac mailing list
> R-SIG-Mac@stat.math.ethz.ch
> http://www.stat.math.ethz.ch/mailman/listinfo/r-sig-mac
>