Displaying 20 results from an estimated 80000 matches similar to: "no command history in cmd?"
2006 Mar 03
2
Command-line editing & history
Hi all,
Are there any plans to add more functionality to command-line editing and history editing on the command line?
In MATLAB (I know, comparisons are odious ...), you can type "p" and up-arrow on the command line and scroll through the recently entered commands beginning with "p". This is a very useful feature and something that I believe is not replicated in R.
Please
2006 Mar 24
1
R for MacOSX - History and command line problems
Hi!
I have the following issues using "R for Mac OS X 2.2.1" (from the
ppc-.dmg) on a Mac OS X 10.4.5:
1) The command history is never saved (automatically) to .Rhistory.
(The file stays empty.)
2) If I save a history to some file via the "Save History" button,
and I load it afterwards via "Load History", only the first entry of
the saved History appears in
2002 Jul 11
1
get command history?
Hello,
We are using R 1.4.1 on Solaris 8. The director of our lab says that it
should be possible, when using R interactively, to repeat your previous
command by pressing the up-arrow key (similar to the command history
feature in the tc shell). I have not been able to find any mention of this
command history feature in any of the R documentation, but the lab director
is adamant that this
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 =>
2001 Sep 15
1
Command-line history not working...
I am trying to build [R] v1.3.1 *locally* on a Sun Solaris 8 machine.
One problem I am currently struggeling with is to make the command-line
history function to work. I have installed GNU readline version 4.2
(latest version). Looking at the "config.log" file it seems that all
readline related checks, e.g. "readline/history.h", passes (they did not
before installing GNU
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
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
2006 Feb 08
1
last command history???
Hi,
I am using R 2.2.0 on Mac OS X 10.3.9. But I test the issue also with R
2.2.1 on OS X 10.4 (Tiger)
I have a question regarding the functioning of the history from the
command line.
When I press the 'up-arrow' I call back the last command (everything
ok), let's say that I go back until the level n-5, but when I get down
to return to the empty line, I cannot reach the empty
2002 Feb 14
1
Command History (PR#1310)
Greetings,
I don't know if this is a bug or something I did wrong. The symptom is that
my command history is now broken. For example, the up arrow now results in
^[OA each time it is depressed.
The build commands I used were as follows:
cp R-1.4.1.tgz /usr/lib/R
cd /usr/lib/R
tar -xvvzf R-1.4.1.tgz
cd R-1.4.1
./configure
make
make check # No errors resulted
make dvi
make pdf
make info
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
2006 Mar 23
5
RGui: windows-record and command history
a) How can I set the recording of all windows()-history forever to
"true"? I want something like windows(record = TRUE) but not just for
the window that opens then, but for all windows I will open ever.
b) Scrolling up in RGui (windows 2000) to see past commands is nice,
but: Is it possible to type eg "wi" and the "arrow up" and see the
last command that started with
2006 Mar 23
5
RGui: windows-record and command history
a) How can I set the recording of all windows()-history forever to
"true"? I want something like windows(record = TRUE) but not just for
the window that opens then, but for all windows I will open ever.
b) Scrolling up in RGui (windows 2000) to see past commands is nice,
but: Is it possible to type eg "wi" and the "arrow up" and see the
last command that started with
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
2002 Jul 12
2
Another question about getting command history
Hello everyone,
Thanks to the people who so kindly responded to my earlier query about how
to get R to retrieve my previous command when I hit the up-arrow
key. Several people pointed out to me that in order to enable this feature
I need to re-install R with the GNU readline library. My question now
is: how do I accomplish this? Can anyone tell me what changes I need to
make to the
2009 Dec 01
2
go back a block of code in history
Suppose I run the following code in the R session. At the last prompt
'>', I want to retrieve the second command (staring with 'y'). But I
have to type up arrow many times, which is very inconvenient. I'm
wondering if there is a way to configure R to skip block of code in
the history?
> x=list(a=c(1,2),b=c(3,4,5))
> y=list(a=c(1,2),b=c(3,4,5))
> lapply(seq(along=x)
2009 Dec 01
2
go back a block of code in history
Suppose I run the following code in the R session. At the last prompt
'>', I want to retrieve the second command (staring with 'y'). But I
have to type up arrow many times, which is very inconvenient. I'm
wondering if there is a way to configure R to skip block of code in
the history?
> x=list(a=c(1,2),b=c(3,4,5))
> y=list(a=c(1,2),b=c(3,4,5))
> lapply(seq(along=x)
1999 Dec 13
2
Command History
Venables and Ripley's supplementary notes state that
Unix R provides a command history mechanism in which
previous commands can be recalled using the up and down
arrows. My version of R (Digital Unix 4.0) doesn't
appear to support this. Is this an installation issue
and is there a workaround?
Thanks,
Philip Smith
1999 Feb 27
1
history (PR#127)
Full_Name: john hughes
Version: 0.63
OS: Linux 4.2
Submission from: 195.147.221.243 (195.147.221.243)
Unable to get previous commands(history)using the cursor key. Cursor UP Arrow
Key produces '[A' or something similar backspace produces '[B'. No .Rprofile or
.B file created on installation. I've tried creating them but couldn't find out
what commands to put in to get
2010 Feb 19
3
CentOS and Bash History
Hi,
I was wondering if bash or inputrc has changed form CentOS v4 to CentOS v5?
Reason I ask is at the bash cli I can type, for example 'su' and then with
the up and down arrows I can scroll through my history and will only see the
commands that begin with 'su'. In CentOS 5 this isn't the case.
I have added some code to my inputrc file to make this work in CentOS 4 as
2006 Dec 11
9
CLI History
What's wrong with the Asterisk CLI history? When I exit the CLI, and re-enter, the last command in the history always defaults to 'stop now'. This is very bad, and it's caused accidental shutdowns more than once.
Connected to Asterisk 1.2.9.1 currently running on hera (pid = 17399)
Verbosity is at least 3
hera*CLI> A
No such command 'A' (type 'help' for help)
2003 Jan 20
1
Command History
I have compiled R under Solaris 7 (SunOS 5.7) with the readline-4.0
library linked. Command line editing appears to work, but I cannot
access command history. If I execute several commands in R, then type
"history()", I get the error message "Error in savehistory(file) : no
history available to save". Also, previous command recall (C-p) does
not seem to work. I am invoking