You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, I'm trying to launch porthole alongside ELTR (I'm doing some experiments here https://codeberg.org/sasanidas/eltr), but it seems like ELTR is taking the main thread of GNU Emacs and the RPC is not able to receive any request.
I modified the main eltr file to launch the server (https://codeberg.org/sasanidas/eltr/src/branch/master/eltr), and later I export the functions with lemmington-export-functions. But the RPC trigger a timeout, this behaviour doesn't happen when launching the server from a running Emacs instance, in that case, it works without problems.
I don't know very well how GNU Emacs threads works, so maybe launching the server from a thread may solve the issue.#
So, I'm trying to launch porthole alongside ELTR (I'm doing some experiments here https://codeberg.org/sasanidas/eltr), but it seems like ELTR is taking the main thread of GNU Emacs and the RPC is not able to receive any request.
I modified the main eltr file to launch the server (https://codeberg.org/sasanidas/eltr/src/branch/master/eltr), and later I export the functions with
lemmington-export-functions
. But the RPC trigger a timeout, this behaviour doesn't happen when launching the server from a running Emacs instance, in that case, it works without problems.I don't know very well how GNU Emacs threads works, so maybe launching the server from a thread may solve the issue.#
This is the package where I exposed the functions and have the configuration (https://github.com/Sasanidas/lemmigton)
Thanks!
The text was updated successfully, but these errors were encountered: