similar to: keyboard issue in R console

Displaying 20 results from an estimated 10000 matches similar to: "keyboard issue in R console"

2002 May 28
1
hitting ^C breaks readline history (PR#1606)
Full_Name: Cyril Humbert Version: 1.5.0 OS: linux Submission from: (NULL) (193.50.159.2) Hitting ^C breaks readline history (when R is stared in an xterm). xterm -e R ^C -> arrow key and history stop working. For example, up-arrow gives "^[[A". ldd ./R.bin [../..] libreadline.so.4.1 => /usr/lib/libreadline.so.4.1 (0x40020000) libncurses.so.5 =>
2002 Jan 24
2
Arrow keys don't work in R
Hi, Besides the problem with gnome, I have now a compiled version of R-1.4.0 that has the same functionality than what I had from an rpm installation, except that the arrow keys (so useful to recover history and edit lines) write garbage like: ^[[A^[[A^[[A^[[A The keys work fine in both kde and xterm windows outside R. I suspect this might be something to specify in one of the Renviron files,
2000 Feb 05
1
command-line editing
hello, I've had compiled Version 0.90.1 (December 15, 1999) on an i586 running GNU/Linux (RedHat 5.2-patched with 6.* pieces) last night. Everything seems to work fine but it's impossible to use command-line editing (on the linuxconsole, xterm, rxvt). It just looks like > a <- 1 > ^[[A^[[A^[[A after pressing arrow-up, left or right On the console i've got $ echo $TERM
2011 Oct 06
2
?Common CLI Wrap Bug Strikes WINE?
This has been on my mind for a long time, and it's time I ask. Every version of WINE I have ever used Wine cmd in has this "bug", but I don't know if it's Wine's fault, or terminal's fault. Or if WINE cmd can at least be made more compatible with terminal. If I open terminal (only tried this in Linux) and run wine's cmd, I get wine's cmd in the terminal. If I
2008 May 26
4
xvm-gate: arrow keys broken in pygrub
One of my test domUs is a opensuse 10.3 PV domain, and it has a /boot/grub/menu.lst file. pygrub is used as bootloader. With xVM 3.1.4, the arrow keys can be used in the pygrub screen. With xVM 3.3-unstable, the arrow keys don''t work for me any more. What I''ve found out so far is that: - gnome-terminal, xterm or dtterm are running with "vt100 application key
2000 Jun 13
2
command history under cursor keys
g'day R friends, I was hoping someone could provide me with advice as to my dysfunctional 'arrow' keys. Instead of browsing thru my command history they just move my cursor. What have I done wrong? My TERM seems ok for other unix apps. I'm running under hpux 10.20 with R1.0.0 thanks, John Strumila -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
2008 Jul 29
1
Xdefaults file.
I am trying to get my xterm window under gnome to open with large fonts, with light green foreground and dark green background. I have the following .Xdefaults file contents: $ cat .Xdefaults ! This is a comment ;-) #ifdef COLOR *customization: -color #endif !! Let's cast a wide net, for any app supporting these ! Blink instead of beeping *visualBell: True *scrollTtyOutput: False
2002 Aug 01
2
keyboard problems
Hello, I have just installed R 1.5.1 on a new install of SuSE 8.0. I am unable to use the arrow keys to scroll through commands. Are there some packages that I did not install properly? Thanks, John. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info",
2002 Sep 04
1
readline doesn't work even thou cled=TRUE
Can anyone offer suggestion about getting readline to work on Solaris? (v1.5.1) When I use the up arrow or ctrl-p to try to repeat the last command my session just beeps. It appears that the .Rhistory file that should appear in my startup directory is not being created. Thanks! The screen shot below shows cled=TRUE and no .Rhistory file created: $ /apps/R-1.5.1/bin/R R : Copyright 2002, The
2007 Dec 05
1
screen + mutt terminal issues.
Hi all, I'm trying to fix a display issue when using mutt inside a screen session. This issue came to my attention when the following posts hit my mailbox: 10723 M?rio Gamito [CentOS] Another question Wed, Dec 05, 2007 ( 2.4K 10724 nate Re: [CentOS] Anyone using sendmail?
2001 Jun 27
1
History via arrow keys broken (PR#999)
Full_Name: Bill Kristan Version: 1.3.0 OS: Linux Mandrake 8.0 Submission from: (NULL) (138.23.159.84) I just downloaded the "unofficial" Mandrake 8.0 rpm from cran. So far the only problem I've encountered is that my arrow keys no longer scroll through my command history, but give ^[OA and ^[OB instead. Left and right arrow navigation within a line is also broken. I checked
2005 Jan 08
1
problem with up arrow
Hi, I just compiled R on solaris. Everything seems to run fine. Except, the up and down arrows don't take me through the history. See: ======================================================= ~/R-2.0.1/bin: R R : Copyright 2004, The R Foundation for Statistical Computing Version 2.0.1 (2004-11-15), ISBN 3-900051-07-0 R is free software and comes with ABSOLUTELY NO WARRANTY. You are
2007 Jul 10
1
overlay boxplot
hi, All: I need to overlay two boxplot, I played around with points() but found it does not seem to work with boxplot, it works fine with other. Is there a way to overlay two boxplot (using different color) in R? There was a thread talking about using ggplot package, however, I don't think there is a final solution... the answer give does not give overlay but a new plot. Thanks Hao
2010 Feb 16
3
Keyboard
All, I installed R-2.10.1 with Readline=no. Now for some reason R does not recognize some key strokes like the directional arrows. I am not sure if Readline is the problem or not. I have tried .Cofigure with Readline = yes but it doesn't fix the problem nor do I really know if readline is the problem to start with. Has anybody else run into similar problems? Thanks, Steve [[alternative
2010 Apr 12
0
[LLVMdev] Why function pointer is different from other data type?
"float (i32)* (float (i32)*)*" is not a return type. According to the description of the 'call' instruction in LLVM Assembly Language Reference Manual (http://llvm.org/docs/LangRef.html#i_call) this is a signature of the pointer to function value being invoked (which includes the return type). In your case the full signature is printed because get_ptr returns a pointer to
2001 Sep 17
1
R console history v/s unix history
Hi i'm new to R and find that the "history" functionality works a little different than in unix. A very convenient feature of history in unix is the ability to recall a comand by typing in !x where x is a letter and the latest matching command in the history that starts with the letter is (re)called. This is useful for instance, when calling a "source" command by !s rather
2011 Jan 07
5
Set font and size in xterm
I have a situation where gnome console does not handle vt102 escape sequences properly and therefor need to employ xterm instead. When I run xterm from a gnome terminal window I am presented with an extremely small terminal window employing an almost unreadably small font. I have attempted to set the font size using xrdb and a custom .Xresources file. I can change the colour scheme. I can
2009 Jul 06
2
Installation of R_2.9.1 & readline (PR#13805)
Full_Name: Noyb Version: 2.9.1 OS: Ubuntu 9.04 Submission from: (NULL) (141.53.34.152) Hello, when I try to install R by "./configure", I get the following message: <quote> . . . configure: error: --with-readline=yes (default) and headers/libs are not available <end of quote>. Installation by "./configure --with-readline=no" works, but then I do not have the
2010 Apr 12
2
[LLVMdev] Why function pointer is different from other data type?
I'm sorry that I should remove the comment. In fact my question is about the "float (i32)* (float (i32)*)*", why we use this kind of return type instead of just "float (i32)*". Thanks a lot. Hao On Mon, Apr 12, 2010 at 5:42 PM, Duncan Sands <baldrick at free.fr> wrote: > Hi Hao Shen, > >> %4 = call float (i32)* (float (i32)*)* @get_ptr(float (i32)* @a1)
2006 Oct 31
1
Fw: domU network problem , 10/30 progress
Hao Yu Commercial Scale Out IBM T.J. Watson Research Center 1101 Kitchawan Rd/Route 134, Rm 36-019 Yorktown Heights, NY 10598-0218 914-945-1854, Email: yuh@us.ibm.com ----- Forwarded by Hao Yu/Watson/IBM on 10/31/2006 09:52 AM ----- Jimi