Douglas G. Scofield
2003-Sep-08 18:55 UTC
[R] 1.7.1 console unresponsive following "paste into"
Dear R Help, I've just installed 1.7.1 and have found that the console now exhibits odd behavior when I paste commands into it. I'm on a PC running Windows XP Professional. I use Word as my script editor, and then paste commands into the R console using the standard Windows "copy" within Word then "paste" within Rgui. This worked without a hitch in 1.7.0, but now in 1.7.1 the Rgui is unresponsive to keyboard input following the paste. I can paste again and the R Console responds to the newly pasted commands, but still not to the keyboard. Try it with the following commands: t <- 22/7 t * t The odd thing is, if I iconify R Console within RGui, then restore it, I can then use the keyboard. If I maximize R Console, then restore it, it works *sometimes*. And this is not particular to Word, as I just pasted the above lines from this Outlook window and the same problem occurred. Sincerely, Douglas Scofield Department of Biology d.scofield at umiami.edu University of Miami off: (305) 284-3778 P.O. Box 249118 fax: (305) 284-3039 Coral Gables, FL 33124-0421
Douglas G. Scofield wrote:> Dear R Help, > > I've just installed 1.7.1 and have found that the console now exhibits > odd behavior when I paste commands into it. I'm on a PC running Windows > XP Professional. > > I use Word as my script editor, and then paste commands into the R > console using the standard Windows "copy" within Word then "paste" > within Rgui. This worked without a hitch in 1.7.0, but now in 1.7.1 the > Rgui is unresponsive to keyboard input following the paste. I can paste > again and the R Console responds to the newly pasted commands, but still > not to the keyboard. Try it with the following commands: > > t <- 22/7 > t * t > > The odd thing is, if I iconify R Console within RGui, then restore it, I > can then use the keyboard. If I maximize R Console, then restore it, it > works *sometimes*. And this is not particular to Word, as I just pasted > the above lines from this Outlook window and the same problem occurred. > > Sincerely, > > Douglas Scofield Department of Biology > d.scofield at umiami.edu University of Miami > off: (305) 284-3778 P.O. Box 249118 > fax: (305) 284-3039 Coral Gables, FL 33124-0421 > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://www.stat.math.ethz.ch/mailman/listinfo/r-helpThis is a known bug of the "paste"-button that is only visible in Rgui in its mdi-mode and is fixed in the fortcoming R-1.8.0 (in development). Instead, you might want to use Ctrl+v or the menu. Uwe Ligges