[R] problem with "history"

Martin Maechler maechler at stat.math.ethz.ch
Fri Jul 27 17:02:42 CEST 2001


>>>>> "Alberto" == Alberto Murta <amurta at ipimar.pt> writes:

    Alberto> After upgrading my OS to SuSE Linux 7.1 (intel) and
    Alberto> re-compiling R 1.3.0, I noticed that the arrow keys are not
    Alberto> working anymore. Not even emacs-type commands (such as Ctrl-a
    Alberto> or Ctrl-e) work anymore. However "readline" and the arrow keys
    Alberto> seem to be working well outside R. Can anyone tell me what may
    Alberto> be wrong?

Instead of "re-compiling" you must "re-configure from scratch" after an OS
upgrade.
I.e.,
	rm config.cache
	{path/}configure
	make
etc

An even more foolproof (but considerably slower) version of the above would
be to throw away your 1.3.0 installation, and re configure from scratch.
This means that if your build directory is = source, you trash everything,
unpack the tar file again, etc.

Martin Maechler <maechler at stat.math.ethz.ch>	http://stat.ethz.ch/~maechler/
Seminar fuer Statistik, ETH-Zentrum  LEO D10	Leonhardstr. 27
ETH (Federal Inst. Technology)	8092 Zurich	SWITZERLAND
phone: x-41-1-632-3408		fax: ...-1228			<><
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list