> Does it mean that the problem is in somewhere else, or it will work with 
the next nightly?
Nope, with the current nightly prerelease Julia version console display 
still does not appear in STDOUT. Redefinition of Base.display() to print() 
does not help, either, so the problem is still open. Any more ideas?

On Tuesday, July 1, 2014 2:52:29 PM UTC-7, Laszlo Hars wrote:
>
> >(Steve) juliarc.jl is run before the REPL is initialized
> I thought about that possibility, and tried also manually typing in
> pushdisplay(TextDisplay(STDOUT))
> when the REPL is up and running. There is no difference: the Julia console 
> output just does not appear on my STDOUT
>
> >(Keno) I fixed this so that any display pushed in .juliarc.jl will be on 
> top of the display stack
> Does it mean the the problem is in somewhere else, or it will work with 
> the next nightly?
>
>
> On Tuesday, July 1, 2014 2:14:06 PM UTC-7, Keno Fischer wrote:
>>
>> Actually, I fixed this so that any display pushed in .juliarc.jl will be 
>> on top of the display stack.
>>
>>
>> On Tue, Jul 1, 2014 at 5:12 PM, Steven G. Johnson <steve...@gmail.com> 
>> wrote:
>>
>>> On Tuesday, July 1, 2014 1:20:25 PM UTC-4, Laszlo Hars wrote:
>>>>
>>>> This is what I have in my juliarc.jl file
>>>> ~~~
>>>> pushdisplay(TextDisplay(STDOUT)) 
>>>>
>>>
>>> I think the problem is that .juliarc.jl is run before the REPL is 
>>> initialized, whereas you want to push the display afterwards.  i.e. your 
>>> TextDisplay is no longer on top of the display stack when the REPL runs.
>>>
>>> Why are you using juliarc.jl for this?   It seems more sensible to put 
>>> the script you want into a file myrepl.jl, and then just run julia 
>>> myrepl.jl ... 
>>>
>>
>>

Reply via email to