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
I'm trying to use hijack as an inferior Ruby process in Emacs, but sending regions and definitions seems not to work. Code gets sent from my editing buffer to the repl, but the code doesn't actually seem to get eval'd.
Maybe an issue with how the hijack prompt is started?
The text was updated successfully, but these errors were encountered:
@ileitch yeah, it definitely works. It also works from within Emacs when I just type stuff straight into the shell. What doesn't work is sending code from another buffer to the hijack repl. The 'send-region' command does some kind of eval magic which I don't fully understand, so that may be why. It looks like the code gets sent and executed correctly, but then there's no output as I'd usually expect.
Hello!
I'm trying to use hijack as an inferior Ruby process in Emacs, but sending regions and definitions seems not to work. Code gets sent from my editing buffer to the repl, but the code doesn't actually seem to get eval'd.
Maybe an issue with how the hijack prompt is started?
The text was updated successfully, but these errors were encountered: