[ESS-bugs] ess-mode 12.03; noise in echo area

Sam Steingold sds at gnu.org
Mon Mar 12 21:24:32 CET 2012


> * Vitalie Spinu <fcvahivg at tznvy.pbz> [2012-03-12 20:20:23 +0100]:
>
> So you don't mind the eldoc help, right?

only as long as the size of the minibuffer is not changed by it.
under now circumstance it may be changed.
ever.
if you want to show something bigger, create a separate buffer.

> If I understand correctly, you have a blank line after the comint
> prompt but the help is still shown because of the earlier (probably
> incomplete) invocations of read.table?

there is no blank lines after the comint prompt.

the last places where read.table appears in the *R* buffer are:


> dmoz <- read.table(paste(sc3.dir,"test.urls.output.hosts",sep="/"), header = FALSE,
+                    col.names = c("Topic"), row.names = 2 sep="|")
Error: unexpected symbol in:
"dmoz <- read.table(paste(sc3.dir,"test.urls.output.hosts",sep="/"), header = FALSE,
                   col.names = c("Topic"), row.names = 2 sep"
> dmoz <- read.table(paste(sc3.dir,"test.urls.output.hosts",sep="/"), header = FALSE,
+                    col.names = c("Topic"), row.names = 2, sep="|")
Error in read.table(paste(sc3.dir, "test.urls.output.hosts", sep = "/"),  : 
  more columns than column names
> dmoz <- read.table(paste(sc3.dir,"test.urls.output.hosts",sep="/"), header = FALSE,
+                     row.names = 2, sep="|")
Error in read.table(paste(sc3.dir, "test.urls.output.hosts", sep = "/"),  : 
  duplicate 'row.names' are not allowed
> dmoz <- read.table(paste(sc3.dir,"test.urls.output.hosts",sep="/"), header = FALSE,
+                     row.names = 2, sep="|")
Error in read.table(paste(sc3.dir, "test.urls.output.hosts", sep = "/"),  : 
  duplicate 'row.names' are not allowed
> dmoz <- read.table(paste(sc3.dir,"test.urls.output.hosts",sep="/"), header = FALSE,
+                    col.names = c("Topic","Host"), sep="|")
> dmoz.sc <- droplevels(dmoz[which(dmoz$Host %in% common),])


-- 
Sam Steingold (http://sds.podval.org/) on Ubuntu 11.10 (oneiric) X 11.0.11004000
http://www.childpsy.net/ http://mideasttruth.com http://iris.org.il
http://truepeace.org http://thereligionofpeace.com http://dhimmi.com
Lisp is not dead, it just smells funny.



More information about the ESS-bugs mailing list