Skip to content

Commit

Permalink
Wait on compiling helpers (e.g. print_safe)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdtsmith committed May 18, 2010
1 parent 7aa2f11 commit 62bd99f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion idlw-shell.el
Expand Up @@ -3015,7 +3015,7 @@ from `idlwave-shell-examine-alist' via mini-buffer shortcut key."
;; For speed: assume the helper routine hasn't been lost, e.g. with
;; .FULL_RESET_SESSION. We'll recover if necessary
(unless idlwave-idlwave_routine_info-compiled
(idlwave-shell-compile-helper-routines))
(idlwave-shell-compile-helper-routines 'wait))
(save-excursion
(let* ((process (get-buffer-process (current-buffer)))
(process-mark (if process (process-mark process)))
Expand Down
2 changes: 1 addition & 1 deletion idlwave.el
Expand Up @@ -5852,7 +5852,7 @@ end
(idlwave-shell-send-command
(format "save,'idlwave_print_safe','idlwave_routine_info','idlwave_print_info_entry','idlwave_get_class_tags','idlwave_get_sysvars',FILE='%s',/ROUTINES"
(idlwave-shell-temp-file 'rinfo))
nil 'hide)
nil 'hide wait)
(setq idlwave-idlwave_routine_info-compiled t))

;; Restore if necessary. Must use execute to hide lame routine_info
Expand Down

0 comments on commit 62bd99f

Please sign in to comment.