Loading eaf.el +21 −19 Original line number Diff line number Diff line Loading @@ -424,7 +424,9 @@ For now only EAF browser app is supported." (set-process-sentinel eaf-process #'(lambda (process event) (message "%s %s" process event))) (when (string-prefix-p "exited abnormally with code" event) (switch-to-buffer eaf-name)) (message "%s %s" process (replace-regexp-in-string "\n$" "" event)))) (message "EAF process starting..."))) (defun eaf-stop-process () Loading Loading
eaf.el +21 −19 Original line number Diff line number Diff line Loading @@ -424,7 +424,9 @@ For now only EAF browser app is supported." (set-process-sentinel eaf-process #'(lambda (process event) (message "%s %s" process event))) (when (string-prefix-p "exited abnormally with code" event) (switch-to-buffer eaf-name)) (message "%s %s" process (replace-regexp-in-string "\n$" "" event)))) (message "EAF process starting..."))) (defun eaf-stop-process () Loading