;; Set breakpoints to these places: ;; ;; Faccept_process_output, process.c:4458, process.c:4472 (let* ((buf (get-buffer-create "*test*")) (proc (start-process "test" buf "/tmp/x"))) (when (accept-process-output proc 100 nil t) (switch-to-buffer buf)))