From: Samuele P. <ped...@bl...> - 2002-01-18 17:08:53
|
From: Steve Cohen <St...@ig...> > There is some meat on this stupid newbie question, isn't there? 8-) > > I just typed return. mumble. > > This was on a RedHat linux installation with the revisions to > ReadlineConsole.java that I submitted last week and the installation was > set to use org.gnu.Readline > This could play some role. And I should admint I have never tried it myself. So can you try the following snippet: >>> if 1: ... print "hello" ^here goes a space ... ^ just return or space plus just return :) hello Does it work for you? PS: > stupid newbie questionPuzzled me. This was not voluntary. It is indeed the funny result of some rushed editing :). |