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

(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

Yes, your message has been received. -Robert On Thu, Jul 25, 2013 at 6:45 PM, Thorsten Jolitz <tjolitz@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
participants (2)
-
Robert Smith
-
Thorsten Jolitz