swank:operate-on-system-for-emacs no longer takes operator names as strings

1 view
Skip to first unread message

Phil Marneweck

unread,
Jan 15, 2010, 10:00:32 AM1/15/10
to ecusp
swank:operate-on-system-for-emacs no longer takes operator names as
strings it wants symbols so I changed the code to the following:

String msg = "(swank:operate-on-system-for-emacs \"" + name + "\"
'load-op :force t)";


This does not have the desired effect!?! It just does nothing.

Any ideas?

Gorsal

unread,
Jan 16, 2010, 11:24:14 PM1/16/10
to ECusp
Well, don't exactly know what operate-on-system-for-emacs is for, but
that still uses a string.

String msg = "(swank:operate-on-system-for-emacs ' " + name + " 'load-
op :force t)";

Phil Marneweck

unread,
Jan 18, 2010, 1:46:03 AM1/18/10
to ec...@googlegroups.com
It loads a project. A string wont work with the latest version of slime.
Reply all
Reply to author
Forward
0 new messages