<div dir="ltr">Since I am not aware of an R-internals mailing list, and since this <div>question is related to the behavior of RInside::repl(), perhaps this is the appropriate place to post this question.<div><div><br></div><div>The function Rstd_ReadConsole() in src/unix/sys-std.c results in the</div><div>user command being echoed when R_Interactive = false, </div><div>and R_NoEcho = false.</div><div><br></div><div>But if we set R_NoEcho = true to stop the echo, the prompt is also</div><div>suppressed. Setting R_Interactive = true (with R_NoEcho = false)</div></div><div>does not suppress the prompt, but it has other side-effects like</div><div>enabling the final confirmation question. Again, if we set R_NoEcho = true</div><div>there is no prompt.</div><div><br></div><div>So my question is: why does setting R_NoEcho=true turn off the prompt?</div><div><br></div><div>Thanks,</div><div>Dominick</div><div><br></div><div><br></div><div><br></div></div></div>