Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for :FD-HANDLER communication style to ECL backend #412

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nickg
Copy link

@nickg nickg commented Nov 18, 2017

Also tested with NIL and :SPAWN communication styles.

Also tested with `NIL` and `:SPAWN` communication styles.
@luismbo
Copy link
Member

luismbo commented Dec 8, 2017

@dkochmanski any chance you could review this?

@luismbo luismbo added the ecl label Dec 8, 2017
@dkochmanski
Copy link
Member

mmm, ECL has pink label :-)

PR looks fine to me at first glance, but SLIME having preferred communication set to :fd-handler doesn't start REPL which I could use on ECL 16.1.3 (tried only this version so far). I've removed FAS from ~/.slime directory and things got compiled anew, but it didn't help.

obraz

@nickg
Copy link
Author

nickg commented Dec 13, 2017

@dkochmanski you need to run something like (loop (serve-event:serve-all-events)) to actually get it to process the events.

My use case is running a SWANK server inside a program with a single-threaded event loop that I then slime-connect to from Emacs. I'm not sure if there's a way to get Emacs to call serve-all-events itself when it starts the inferior-lisp?

@luismbo
Copy link
Member

luismbo commented Dec 29, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants