Displaying 20 results from an estimated 10000 matches similar to: "Minor Windows clipboard issue"
2004 Sep 15
2
wine clipboard
i cannot make cut'n'paste work to any programm, running with wine. for
example, i run `wine notepad.exe', then select something in xterm. but nothing
happens, when i trying to insert this selection into notepad.
googling doesn't really helps. all i found is to put
[Clipboard]
ClearAllSelections=1
PersistentSelection=0
in ~/.wine/config, but it doesn't helps
--
WBFH: -error,
2000 Mar 23
4
Requery: R 1.0.0 for Win95 and clipboard
Noone answered so I guess this is not possible, but can anyone definitely put
me out of my misery...
'I have just begun using R 1.0.0 for Win95. Can someone please tell me how to
put a data frame on the clipboard, and how to read data into a data frame
from the clipboard.'
Is this something that's planned? The clipboard seems pretty fundamental to
Windows (and other OS?).
Thanks
1999 Jun 03
1
very minor Rgui problem in rw0641 (PR#204)
In Rgui (rw0641) the dialog boxes opened by Help->R(standard interface)
and Help->Apropos have to be closed by actually clicking on OK, rather
than by hitting return. (Once I'm at the keyboard typing in the search
term, return is more natural than going back to the mouse. But maybe I'm
just old-fashioned.)
Is it OK to mention two bugs in one report? After using
2004 Jun 06
1
Re: [R] Printing Lattice Graphs from Windows (PR#6948)
Hi, Duncan:
I just did "plot(1:2)" in Rgui.exe, and that copied fine as a
metafile into MS Word via the clipboard.
Then I exited and restarted Rterm.exe under ESS and tried it
again. This time, I got a blank image copied into MS Word. However,
after I modified the Lattice defaults via,
"trellis.par.set('background', list('white'));
2004 Jun 06
1
Re: [R] Printing Lattice Graphs from Windows (PR#6947)
I agree: It sounds like a bug, as you said, Irk, in that
Rgui.exe cannot copy a metafile to the clipboard, at least under MS
Windows 2000, 5.00.2195, Service Pack 3, even though Rterm.exe can.
Therefore, I'm including "r-bugs@biostat.ku.dk" in the list of addresses
to this email.
Spencer Graves
Irk Eddelbuettel wrote:
>On Sun, Jun 06, 2004 at 12:26:45PM -0700,
2008 Sep 17
3
unix-type commandline keystrokes in the windows RGUI
Hi all,
I am generally quite fond of the unix commandline keystrokes (e.g. searching
back in your history with [CTRL]-R, and cutting/pasting with [CTRL]-K/Y)
which work in the R commandline in *nix. Does anyone know if there's any
way to get similar functionality in the Windows RGUI?
I know that as of now, [CTRL]-A and -E do the same as unix (beginning and
end of line) and [CTRL]-Y does a
2011 Aug 04
1
Tinn-R problem: unable to send code to R
The problem mentioned in the 06 Dec 2010 email below still occurs with
Tinn-R (v.2.3.7.1) when highlighting a string of code, copying to the
clipboard, and trying to send to Rgui via Shift+Ctrl+Q.
I can copy 1 line of code to the clipboard and send it to Rgui with
Shift+CTRL+Q. This fails with 2 or more lines of code, generating the
error:
Error in source(.trPaths[5], echo = TRUE,
2017 Apr 13
1
Q: Windows/readline: missing history search
Hello!
Ever since I used R on Windows (RGui) I am missing the ability to search the command history (Cntrl+R (reverse-search-history) in BASH, for example). Is there a particular reason for having this function disabled? Another feature would be word-wise delete (kill-word, backward-kill-word).
Probably being able to use the Alt-key as Meta key for readline (instead of activating menu entries)
2006 Dec 02
4
Fwd: Urgent Help in Paste Command
Hi Experts,
I want to see my object as below:
'C:\Program Files\R\R-2.4.0\bin\Rgui.exe'
So I use the paste command. None of the below is working. Could anyone help
me on this?
> paste("'C:\Program Files\R\R-2.4.0\bin\Rgui.exe'")
[1] "'C:Program FilesRR-2.4.0\binRgui.exe'"
> paste("'C:","\","Program
2006 May 04
1
a clipboard problem while using R2HTML
I followed the examples of previous posts about R2HTML to practice
exporting a data to a clipboard, but the result is not as smooth as I
had expected:
library(R2HTML)
data(iris)
HTML(iris, file("clipboard","w"), append=FALSE)
I got an error message:
> HTML(iris, file("clipboard","w"), append=FALSE)
Error in file("clipboard", "w")
2003 Nov 08
5
accessing windows clipboard from load and save (PR#4999)
Full_Name: Gabor Grothendieck
Version: 1.7.1
OS: Windows 2000
Submission from: (NULL) (207.35.143.81)
save(x,ascii=TRUE,file("clipboard"))
works but
load(file("clipboard"))
does not.
Even better would be if
save(x,ascii=TRUE,"clipboard")
and
load("clipboard")
worked as that would provide consistency with
2003 Nov 05
1
save(iris,file="clipboard",ascii=TRUE)
Is this a bug? I thought that "clipboard" could always be substituted
for a filename when dealing with ASCII files.
> data(iris)
> save(iris,ascii=TRUE,file="clipboard")
Error in file(file, "wb") : `mode' for the clipboard must be `r' or `w'
Also this (where gclip is a utility found at unxutils.sourceforge.net
that copies its standard input to the
2009 Sep 18
1
Reading clipboard with read.delim("clipboard") crash (PR#13957)
Full_Name: Liam Gretton
Version: 2.9.2
OS: openSUSE 11.1 (x86_64)
Submission from: (NULL) (143.210.13.77)
Reading a large number of rows of delimited data via the clipboard results in a
segfault or double free error. I've tested copying from various applications,
but gedit will do.
This problem exists in the openSUSE-supplied 2.8.1, I've just built 2.9.2 to see
if it's still there,
2001 Dec 04
2
Agent Clipboard issues revisited
Howdy,
It seems that there's a bit of a problem with Agent accessing the KDE
Clipboard through Wine. (Or is it the X Clipboard?)
If I start a managed wine Agent session and try to copy from Agent,
the copied info shows up in the KDE Clipboard. If I try to paste
highlighted text from the console into Agent, it works also. Once.
The second (and subsequent tries) don't work. It
2019 May 23
2
writing Unicode text to the Windows clipboard
Hello,
I'm interested in moving text from and to the clipboard that cannot
necessarily be represented in the native encoding. So, really, this is
about Windows.
I can successfully read from the clipboard by specifying the format that
corresponds to unicode text.
From R >=2.7.0, it seems you should also be able to write unicode text
to the Windows clipboard.
2006 Oct 29
2
write to clipboard under Linux
Dear all,
I am trying to use the clipboard when writing a table.
Typing:
write.table(object, file="clipboard")
leads to the message:
Fehler in file(file, ifelse(append, "a", "w")) :
'mode' f?r die Zwischenablage muss unter Unix 'r' sein
My interpretation is that I am not allowed to write into the
clipboard from a program called from R. Is there a
2009 Apr 28
2
problems with clipboard
Hi I'm a mac user. I have problems loading data from mac excel in R.
I'm using these script:
>library(utils)
>data2 <- read.table(file("clipboard"), header =T, sep ="\t")
____but this is the message that I have from R_____
Error in open.connection(file, "r") : cannot open the connection
In addition: Warning message:
In open.connection(file,
2007 Dec 03
1
Fwd: source('clipboard')
In the code below the first source command works fine, but the second
does not, as can be seen from the error message. Is there a way to
have the second command work?
I am using R 2.6.1 on Windows Vista.
(The command that is in the clipboard is just "x <- 3")
> source("clipboard", echo = F)
> source("clipboard", echo = T)
Error in file(srcfile$filename,
2006 Aug 26
2
Importing data from clipboard on Mac OSX
Dear R users,
I am trying to get data from the clipboard into R on MacOSX. I tried
the following, but got an error message:
read.delim("clipboard")
Error in file(file, "r") : unable to open connection
In addition: Warning message:
unable to contact X11 display
Obviously, I'm not running R using X11. I'm wondering, can I import
data from the clipboard on MacosX?
2009 Apr 17
2
win32-clipboard issues and support for additional formats
Hi,
Currently the GetClipboardData() function is declared in windows-pr so that
it returns a pointer. I guess my reasoning was that I was only worried about
dealing with text at the time, so it was the easiest thing to do. But, I''d
like to support more formats beyond text, i.e. images.
However, this can cause a segfault. If you copy a jpeg image to the
clipboard first, for example, and