From 56e3f8d7ff4094a641e1ad5569a456f1845638d0 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Fri, 30 Sep 2005 09:45:36 +0000 Subject: Issue proof-assistant-settings-cmd standardly after init cmd. --- generic/proof-shell.el | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/generic/proof-shell.el b/generic/proof-shell.el index a19d84e3..acb70b7e 100644 --- a/generic/proof-shell.el +++ b/generic/proof-shell.el @@ -2096,13 +2096,16 @@ processing." ;; assumes that PGIP provers are ready-to-go, without ;; needing init-cmd before PGIP processing). We do this ;; so that user preferences may be then set sensibly in - ;; the proof-shell-init-cmd. + ;; the next step. (proof-maybe-askprefs) - ;; Now send the init cmd proper. + ;; Now send the initialisation commands. (unwind-protect - (if proof-shell-init-cmd - (proof-shell-invisible-command proof-shell-init-cmd t)) + (progn + (if proof-shell-init-cmd + (proof-shell-invisible-command proof-shell-init-cmd t)) + (if proof-assistant-settings + (proof-shell-invisible-command (proof-assistant-settings-cmd) t))) ;; Configure for x-symbol [even if the init cmd caused some error] (proof-x-symbol-shell-config))))))) -- cgit v1.2.3