From: Claudio Sacerdoti Coen Date: Sun, 8 Jan 2006 18:45:58 +0000 (+0000) Subject: Bug fixed: macros in the middle of a goto cursor or goto end-of-script were X-Git-Tag: make_still_working~7896 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=e66e67d2f9f2772d63a7457e386f9616f62a2f39;hp=e66e67d2f9f2772d63a7457e386f9616f62a2f39;p=helm.git Bug fixed: macros in the middle of a goto cursor or goto end-of-script were not executed. Explanation: the current goal was set only externally, but it is used by macro disambiguation. To fix the bug I have finally changed the type of a "lazy_macro" so that its input is now a context. it used to be an integer, the selected goal; however, the integer does not make sense since a macro can be invoked also when there is no current proof. ---