mit-scheme-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MIT-Scheme-devel] ,a doesn't work well, tab completion


From: Chris Hanson
Subject: Re: [MIT-Scheme-devel] ,a doesn't work well, tab completion
Date: Sun, 25 Mar 2012 14:05:08 -0700

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

2012/3/25 Frank <address@hidden>:
> 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
> address@hidden
> https://lists.gnu.org/mailman/listinfo/mit-scheme-devel
>

Attachment: swank.scm
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]