[ESS] M-RET changed definition

Brahm, David David.Brahm at geodecapital.com
Tue Jun 29 22:19:22 CEST 2010


Yes it does work, thanks!

(add-hook 'inferior-ess-mode-hook
	  (lambda () (local-set-key "\M-\r"
'ess-transcript-send-command-and-move)))

-- David Brahm (brahm at alum.mit.edu) 


-----Original Message-----
From: Stephen Eglen [mailto:S.J.Eglen at damtp.cam.ac.uk] 
Sent: Tuesday, June 29, 2010 3:56 PM
To: Brahm, David
Cc: ESS-help at stat.math.ethz.ch
Subject: Re: [ESS] M-RET changed definition

Brahm, David <David.Brahm at geodecapital.com> wrote:

> I just upgraded to ESS 5.10, and discovered my old friend M-RET
> (ess-transcript-send-command-and-move) doesn't work any more.  Looks
> like that key combination got hijacked for the ess-dirs command.

thats my fault!  ALthough I understand that the transcript function
should not havebeen bound to M-RET in *R* processes, as they are not
transcripts... anyway, does something like

(add-hook 'inferior-ess-mode-hook (lambda () (local-set-key ... )))

work?



More information about the ESS-help mailing list