[ESS] Double prompt using ess-remote through ssh on Windows

Rodney Sparapani rsparapa at mcw.edu
Mon Apr 18 22:39:47 CEST 2011


On 04/18/11 02:08 PM, Erik Iverson wrote:
> Hello -
>
> I am just coming into this thread, and I only really saw the keyword
> "double prompt".  I seem to recall I had some success of fixing this by
> issuing an stty command of some type upon logging into the Linux machine.
>
> Something like
>
> % stty -nl
>
> rings a bell?
>
> The ESS manual has:
>
> % stty -echo nl
>
> You might try variations of the above to see if it helps you avoid the
> double prompt without any emacs hacking.

Hi Erik et al.

I suspect this can be dealt with from within emacs via the hook
comint-output-filter-functions; specifically by adding something
like 'shell-strip-ctrl-m.

Rodney



More information about the ESS-help mailing list