Re: [isabelle-dev] Isabelle gets stuck when imported theory is not found

2015-03-05 Thread Makarius
On Thu, 5 Mar 2015, Christian Sternagel wrote: Just for the record. I think I experienced something similar: https://mailmanbroy.informatik.tu-muenchen.de/pipermail/isabelle-dev/2015-January/005864.html Thanks for the reminder. I will try to pick up this old thread soon for the coming rele

Re: [isabelle-dev] Isabelle gets stuck when imported theory is not found

2015-03-05 Thread Christian Sternagel
Just for the record. I think I experienced something similar: https://mailmanbroy.informatik.tu-muenchen.de/pipermail/isabelle-dev/2015-January/005864.html cheers chris On 03/05/2015 11:39 AM, Johannes Hölzl wrote: In rev 304ee0a475d1 I fixed a problem that only appears when one loads ~~/src

[isabelle-dev] Isabelle gets stuck when imported theory is not found

2015-03-05 Thread Johannes Hölzl
In rev 304ee0a475d1 I fixed a problem that only appears when one loads ~~/src/HOL/Probability interactively based on the HOL image. In Measure_Space the theory "Multivariate_Analysis" was imported without the correct path. When started with "-l HOL-Multivariate_Analysis" it worked. Unfortunately