Skip to content

Fix REPL reconnecting

Alex Kost requested to merge alezost:fix-repl-reconnect into master

Another problem related to REPL reconnecting is prompting for host/port when it is not needed. Recipe

  1. Start guile listening to a port:

    guile --listen

  2. Connect to the default host/port: M-x geiser-connect

  3. Exit the repl: ,q

  4. Press C-c C-z, and you have to specify host/port again, although they are saved in geiser-repl--address.

This pull request fixes both this and the previous issue: https://github.com/jaor/geiser/pull/133

Merge request reports