Rob Goedman wrote: > Roger, > > The history features on Mac OS's R.app are handled by R.app > and is a (small) superset of R's facilties, e.g. it supports multi-line > history recalls. > > A disadvantage of this approach is that it's not possible to use > R's history() and savehistory() nor make usage completely > identical. The actual history files do 'interoperate', although > you will loose the multiline feature. > > That is actually the same in the readline-based terminal interface on Unix/Linux: If you terminate a line with C-v C-j, then it is recalled along with the subsequent line(s) by up-arrow. And history() et al. also discard the grouping of lines there.
-- O__ ---- Peter Dalgaard Ă˜ster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~~~~~~~~~ - ([EMAIL PROTECTED]) FAX: (+45) 35327907 ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.