Skip to content

inf-clojure doesn't open a repl #6

@nivpgir

Description

@nivpgir

as the title states.

it seems to me that this happens since the inf-clojure-program variable used for this mode
is obsolete in inf-clojure.

I managed to fix this by changing the define-derived-mode in 'pixie-mode.el' to the following:

(define-derived-mode pixie-mode clojure-mode "Pixie"
  "Major mode for editing Pixie code.
\\{pixie-mode-map}"
  (setq-local inf-clojure-load-command pixie-inf-lisp-load-command)
  (setq-local inf-clojure-program pixie-inf-lisp-program)
  (setq-local inf-clojure-generic-cmd pixie-inf-lisp-program))```

maybe there's a better fix here, I'm not very experienced with writing emacs modes so I'll leave that decision to the pros.

I hope this issue will actually be fixed, especially seeing the sleeping state of this repo.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions