ECL dialect fix
Hannu Koivisto <[email protected]>
| Newsgroups | gmane.lisp.ilisp.devel |
|---|---|
| Message-ID | <[email protected]> |
Greetings, If you want to try ILISP with ECL, get the latest CVS version of ECL (this requirement is unrelated to the fixes in this patch). 2002-02-13 Hannu Koivisto <[email protected]> * ilisp-kcl.el (ecl): comint-prompt-regexp tuned slightly. Binary extension is now figured out in the generic way. comint-fix-error kludged temporarily so that the user gets a valid prompt. -- Hannu Please don't send copies of list mail
ilisp-ecl-tuning-20020213.diff
(text/x-patch, 1.2 KB)
Index: ilisp-kcl.el
===================================================================
RCS file: /home/azure/.cvs_root/ilisp/ilisp-kcl.el,v
retrieving revision 1.1.1.7
retrieving revision 1.2
diff -U3 -r1.1.1.7 -r1.2
--- ilisp-kcl.el 12 Feb 2002 08:58:23 -0000 1.1.1.7
+++ ilisp-kcl.el 13 Feb 2002 13:59:16 -0000 1.2
@@ -9,7 +9,7 @@
;;; Please refer to the file ACKNOWLEGDEMENTS for an (incomplete) list
;;; of present and past contributors.
;;;
-;;; $Id: ilisp-kcl.el,v 1.1.1.7 2002/02/12 08:58:23 azure Exp $
+;;; $Id: ilisp-kcl.el,v 1.2 2002/02/13 13:59:16 azure Exp $
;;;%%%KCL--these dialects by Tom Emerson
;;; kcl-check-prompt doesn't after the first break because the
@@ -116,14 +116,12 @@
;;; ECL -- Beppe Attardi's developments over AKCL
+;;; Currently maintained by Juan Jose Garcia-Ripoll
(defdialect ecl "EcoLisp Common LISP" akcl
- (setq comint-prompt-regexp "^>+"
+ (setq comint-prompt-regexp "^>+ "
ilisp-error-regexp "Broken at [^\n]*"
- ilisp-binary-extension nil
- ilisp-init-binary-extension nil
- ilisp-binary-command nil
- ilisp-init-binary-command nil)
+ comint-fix-error ":pop\n(progn (terpri) (values))") ; kludge
;; ILD Support.