@@ -3868,27 +3868,37 @@ Detail: https://github.com/jrblevin/markdown-mode/issues/79"
3868
3868
(cl-loop for win in windows
3869
3869
unless (eq win (selected-window ))
3870
3870
do (delete-window win))
3871
+ (message " start " )
3871
3872
; ; note that advices are used in this test to supply `should' conditions
3872
3873
(markdown-temp-eww
3874
+ (message " start2 " )
3873
3875
; ; test that first window created by
3874
3876
; ; `markdown-live-preview-get-displaying-window' is the same window
3875
3877
; ; that is used to finally render the buffer, on the first try
3876
3878
(markdown-eww-open-file-advice
3879
+ (message " start3 " )
3877
3880
(markdown-initial-window-create-advice
3881
+ (message " start4 " )
3878
3882
(if markdown-live-preview-do-sync
3879
3883
(markdown-live-preview-sync-export)
3880
3884
(markdown-live-preview-async-export)
3885
+ (message " start5 " )
3881
3886
(markdown-test/live-preview-wait))
3887
+ (message " start6 " )
3882
3888
(should (eq t markdown-test-hit-advice))
3889
+ (message " start7 " )
3883
3890
(setq markdown-test-hit-advice nil ))
3884
3891
(setq markdown-test-eww-window
3885
3892
(get-buffer-window (get-buffer " *eww*" )))
3886
3893
(should markdown-live-preview-view-buffer)
3887
3894
(with-selected-window (get-buffer-window md-buf)
3895
+ (message " start8 " )
3888
3896
(if markdown-live-preview-do-sync
3889
3897
(markdown-live-preview-sync-export)
3890
3898
(markdown-live-preview-async-export)
3899
+ (message " start9 " )
3891
3900
(markdown-test/live-preview-wait))
3901
+ (message " start10 " )
3892
3902
; ; at this point, `eww-render' should have finished, and eww should
3893
3903
; ; have redisplayed. the advice checks that, since there was a
3894
3904
; ; single window displaying the *eww* buffer, that window was used
0 commit comments