From 4489b833985e1f9727bd6a40ea42dd5025dc41fa Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Thu, 25 Nov 2010 01:29:06 +0100 Subject: Guile: fix for connect-to-guile problems Was a real bug, after all, and quite reproducible. Sending an ,use metacommand was not returning a prompt, and we were waiting for ever to start (or almost). Now, connect-to-guile is not only right, but spiffy again. --- elisp/geiser-repl.el | 4 ---- 1 file changed, 4 deletions(-) diff --git a/elisp/geiser-repl.el b/elisp/geiser-repl.el index d691dc8..7308a6e 100644 --- a/elisp/geiser-repl.el +++ b/elisp/geiser-repl.el @@ -327,10 +327,6 @@ module command as a string") (let ((comint-input-filter (lambda (x) nil))) (comint-send-input nil t)))) -(defun geiser-repl--send-silent (cmd) - (geiser-repl--prepare-send) - (comint-redirect-results-list cmd ".+" 0)) - ;;; REPL history -- cgit v1.2.3