dylan-lang/dylan-emacs-support

DIME incorrectly claims that inferior-dylan-program isn't set

Opened this issue · 0 comments

So I set up DIME with this code

;;; Dylan
(add-to-list 'load-path "~/dylan-mode")
(setq inferior-dylan-program "dswank")
(require 'dime)
(dime-setup '(dime-dylan dime-repl))
(setenv "OPEN_DYLAN_USER_REGISTRIES" "/home/rage/Downloads/opendylan-2014.1/sources/registry")

but when I try to run DIME it claims that I never set inferior-dylan-program. Am I doing something wrong or is the plugin broken somehow.