From 1c4f27d1c35892b0de9bd513aa141094cd763f77 Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Sat, 16 May 2009 00:31:20 +0200 Subject: PLT: A bit more sensible prompt format. --- elisp/geiser-plt.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elisp/geiser-plt.el b/elisp/geiser-plt.el index 7c66682..337c43d 100644 --- a/elisp/geiser-plt.el +++ b/elisp/geiser-plt.el @@ -67,7 +67,7 @@ This function uses `geiser-plt-init-file' if it exists." ,@(and init-file (file-readable-p init-file) (list "-f" init-file)) "-f" ,(expand-file-name "plt/geiser.ss" geiser-scheme-dir)))) -(defconst geiser-plt-prompt-regexp "^mzscheme@([^)]*?)> ") +(defconst geiser-plt-prompt-regexp "^mzscheme@[^ ]*?> ") (defun switch-to-plt (&optional ask) (interactive "P") -- cgit v1.2.3