I've fixed this in the source (attached).

2012/3/25 Frank <eular.fr...@gmail.com>:
> When any error occurs, after putting ",a", the source code window doesn't
> resume.
>
> And tab completion doesn't work well.
> To MIT-Scheme developer: It might be a bug in MIT-Scheme.
>
> Error occurs
>
> The object nil, passed as an argument to string-ci=?, is not a string.
>   [wrong-type-argument]
>
> Restarts:
>   0: [abort] Return to SLIME top-level.
>
> Backtrace:
>   0: ;undefined expression
>   1: (if make(not (and (string? string1) (string? string2)))
> (guarantee-2-strings/fail string1 string2 (quote string-ci=?)))
>   2: (if (string? pstring) (string-ci=? *buffer-pstring* "COMMON-LISP-USER")
> #t)
>   3: (pstring->env pstring)
>   4: (emacs-rex socket sexp pstring)
>   5: (with-simple-restart (quote abort) "Return to SLIME top-level." (lambda
> () (let ((in-temp (find-restart (quote abort))) (out-temp))
> (shallow-fluid-bind (lambda () (set! out-temp (set! *top-level-restart*
> (set! in-temp))) #!unspecific) (lambda () (process-one-message socket 0))
> (lambda () (set! in-temp (set! *top-level-restart* (set! out-temp)))
> #!unspecific)))))
>   6: (start-swank)
>
> I attached the log file.
>
> _______________________________________________
> MIT-Scheme-devel mailing list
> MIT-Scheme-devel@gnu.org
> https://lists.gnu.org/mailman/listinfo/mit-scheme-devel
>

Attachment: swank.scm
Description: Binary data

_______________________________________________
MIT-Scheme-devel mailing list
MIT-Scheme-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/mit-scheme-devel

Reply via email to