error in process filter: Keyword argument :coding-system not one of (:coding-systems)

Robert Smith quad at symbo1ics.com
Fri Jul 26 02:29:25 UTC 2013


Yes, your message has been received.

-Robert

On Thu, Jul 25, 2013 at 6:45 PM, Thorsten Jolitz <tjolitz at gmail.com> wrote:
>
> (does my message comes through this time? I tried before ...)
>
> Hi List,
>
> I continue to get this error
>
> ,--------------------------------------------------------------------
> | error in process filter: Keyword argument :coding-system not one of
> | (:coding-systems)
> `--------------------------------------------------------------------
>
> when calling Slime with a PicoLisp swank implementation, besides having
> changed the :encoding to what I believe is a valid value.
>
> original version:
>
> ,--------------------------------------------------------------------
> | (de swank:connection-info ()
> |    (list
> |       ':pid *Pid
> |       ':style 'nil
> |       ':encoding '(:coding-system "utf-8" :external-format "utf-8") [...]
> `--------------------------------------------------------------------
>
>
> changed to new version:
>
> ,------------------------------------------------
> | (de swank:connection-info ()
> |    (list
> |       ':pid *Pid
> |       ':style 'nil
> |       ':encoding '(:coding-system "utf-8-unix") [...]
> `------------------------------------------------
>
> What am I missing here?
>
> PS
>
> I just recently cloned the newest slime from the 'unofficial' github
> repo.
>
>
> --
> cheers,
> Thorsten
>
>
>



More information about the slime-devel mailing list