A.J. Rossini
1999-Apr-08 14:06 UTC
submission method "none" of bug.report() -- interaction with ESS ?
>>>>> "MM" == Martin Maechler <maechler@stat.math.ethz.ch> writes: >>>>> "FrL" == Friedrich Leisch <Friedrich.Leisch@ci.tuwien.ac.at> writes:FrL> This is not only a problem of bug.report(), but of providing FrL> a working editor in ESS ... because the same happens if you FrL> say edit(lm) or of whatever object you want. MM> but nobody sane using ESS would say MM> edit(..) MM> ;-) Well, we hope not. I guess we should scan for bug.report and edit, and do the appropriate thing :-). (for edit, "dump-object to buffer", for bugreport, dump everything including mail, x-rated pictures, etc, into a file and send it to r-bugs, until it's fixed in R -- who says you can't have the same kind of fun with unix that the windows users had with melissa? :-) -- but seriously, what should the proper response be? R for unix then ought to have an --ess flag, the way Windows does, to prevent such occurrences, and we can handle things appropriately (and better!) in ESS. best, -tony -- A.J. Rossini UW Biostatistics & Center for AIDS Research 206-543-1044 / 206-720-4282 rossini@biostat.washington.edu http://www.biostat.washington.edu/~rossini/ -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-devel-request@stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Prof Brian Ripley
1999-Apr-08 14:22 UTC
submission method "none" of bug.report() -- interaction with ESS ?
> R for unix then ought to have an --ess flag, the way Windows does, to > prevent such occurrences, and we can handle things appropriately (and > better!) in ESS.At present it does nothing visible. The best idea is I think for ESS to set an environment variable which the R code can check for. As in if(getenv("R_UNDER_ESS")) options(editor="gnuclient") (Martin: you can have gnuclient on Solaris, I believe.) -- Brian D. Ripley, ripley@stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272860 (secr) Oxford OX1 3TG, UK Fax: +44 1865 272595 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-devel-request@stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._