Displaying 1 result from an estimated 1 matches for "txtpad32".
Did you mean:
tftpd32
2000 Feb 02
1
"Use a command like x <- vi() to recover"
Subject command doesn't work with rw0901 running on win95 (of course) so,
after looking at the vi and emacs code, I put
textpad <- function(name = NULL, file = ""){
edit(name, file, editor = "g:\\textpad\\txtpad32.exe")
}
Now
x <- textpad()
brings up the botched code in the textpad editor, as expected, but when I
try to save changes I get an "Access to D:\s3vvkogv was denied" message
from the editor. The only way I've found to recover is to restart R, and
the changes in the edited fu...