Ingo Roeder <[EMAIL PROTECTED]> writes: > Dear R users, > > is there any possibility to get an object-name completion within the R > command line (UNIX-version of R). As I got to know from the FAQ that > this is possible from within Emacs (ESS), but without using Emacs?
A long-standing volunteers-welcome issue. The hooks in the readline library are there (at least if you don't mind killing filename completion), and getting the list of objects is essentially a matter of cloning what ESS does. -- O__ ---- Peter Dalgaard Blegdamsvej 3 c/ /'_ --- Dept. of Biostatistics 2200 Cph. N (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~~~~~~~~~ - ([EMAIL PROTECTED]) FAX: (+45) 35327907 ______________________________________________ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help
