I have tried running leo from/with and open console (python vs.
pythonw), but this ends up being pretty inconvenient with the constant
switching back and forth and the limited capabilities of text copying,
etc. in the console. Recently, I found that you can redirect the
output to the Log pane using g.redirectStderr() and
g.redirectStdout(), but it seems that all of the output here displays
non-breaking space characters ( ) everywhere there is supposed to
be a space. For example, it run print 'Hello World' and I get
Hello World in the Log pane. This is really hard to read when
you have 50 or 100 lines of numbers from the output of a program.
Is there any way to change this behavior or some other really obvious
approach that I am missing? Sorry if this is a basic question--I am
just getting to know leo.
Thanks
> Recently, I found that you can redirect the
> output to the Log pane using g.redirectStderr() and
> g.redirectStdout(), but it seems that all of the output here displays
> non-breaking space characters ( ) everywhere there is supposed to
> be a space.
Thanks for this report. It looks like a bug to me. Could you please
file a bug report on Leo's bug tracker? Thanks.
Edward
OK. I filed a bug report on this.