~ubuntu-branches/ubuntu/oneiric/ess/oneiric

1 by Camm Maguire
Import upstream version 5.1.20
1
See the file @file{README.SPLUS4WIN} as well, for more information and
2
details.
3
4
@itemize @bullet
5
@item (RMH) system freeze and ctrl-m, a solution for some cases.
6
7
	Frequently, when the *shell* buffer freezes while running
8
	either COMMAND.COM or a DOS or Windows program initiated by
9
	command.com, it can be unfrozen by entering the key sequence
10
	C-q C-m RET into the frozen buffer.
11
12
	What I think is happening is the coding-system got confused.
13
	Command.com is waiting for the C-m C-l sequence and it only
14
	sees the C-l, which it knows is not the end of the line.  When
15
	we manually give the C-m, followed by RET, it is happy and
16
	completes parsing the line.
17
18
	For example, from a *shell* buffer running bash (with ps in
19
	the path):
20
21
	command.com
22
	ps
23
	C-q C-m RET
24
	exit
25
	C-q C-m RET
26
27
28
	command.com /c date
29
	RET
30
	C-q C-m RET
31
32
	command.com /c date
33
	C-q C-m RET
34
35
@item (RMH) Changes in ess-r-d.el for Windows
1.2.18 by Dirk Eddelbuettel
Import upstream version 5.12
36
1 by Camm Maguire
Import upstream version 5.1.20
37
	One of the design goals in ESS was to make it almost
38
	unnecessary for users to make modifications to the ess-*.el
39
	files.  We have split the R function into two clones.
40
	R-unix is the old R function.  It uses the starting argument
41
	"--no-readline ".  R-microsoft is designed for Windows.  It
42
	uses the starting argument "--ess ".  We detect the
43
	operating system and fset the name R to whichever is
44
	appropriate.  No user changes are required.  M-x R
45
        always works.
46
47
48
@item (RMH)	msdos.el
49
50
	Start an msdos shell inside an NTemacs that normally uses
51
	bash as its shell.  It should have been easy, but had many
52
	parameters that needed to be set.  I am sending a copy of
53
	this to the Ntemacs mailing list.  I think this function
54
	should be merged into the Ntemacs distribution, but for the
55
	moment I am attributing it to us.
56
57
@end itemize
58