Skip to content
Prev 23020 / 398502 Next

fix(fix)

Roger Koenker <roger at ysidro.econ.uiuc.edu> writes:
In the workspace, you mean? You can't edit things in .RData directly.
The error message means that the editor returned a non-zero error
code, so you just have to make it stop doing that... Not sure why that
would happen with vi/Sol8 (out of disk space? file locked? or just vi
returning random value?)

You could kill the problem by having your own editor script, something
like

#!/bin/sh
vi $*
true

and then use that for your editor. However, you'ld also be killing off
indications of real system problems...