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

Give support to execute lisp-chat-client:main inside of a SLIME session #11

Open
ryukinix opened this issue Feb 11, 2018 · 2 comments
Open

Comments

@ryukinix
Copy link
Owner

For now everything is fucked up if I call (lisp-chat-client:main) inside of SLIME REPL (Emacs).

@ryukinix
Copy link
Owner Author

This should be possible to avoid any type of hassle during the development. Maybe I should look how I can check if it is running inside of SLIME and try to not use GNU readline inside of it.

@ryukinix
Copy link
Owner Author

The task above can be accomplished by using conditional readers like:

#+swank (+ 1 2)  ;; execute only when swank is bound
#-swank (+ 1 2) ;; execute only when swank is not bound

@ryukinix ryukinix pinned this issue Feb 28, 2019
ryukinix added a commit that referenced this issue Mar 11, 2019
I'm trying, but it's really cumbersome. Take a look
at #11 to see any details.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant