Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File mode specification error: (void-function search) #14

Open
tsulej opened this issue Sep 27, 2017 · 0 comments
Open

File mode specification error: (void-function search) #14

tsulej opened this issue Sep 27, 2017 · 0 comments

Comments

@tsulej
Copy link

tsulej commented Sep 27, 2017

  • installed package
  • put (require 'expectations-mode) into my configuration
  • opened expectation test file
  • got an error: File mode specification error: (void-function search) and expectations-mode is not loaded

Details:

Debugger entered--Lisp error: (void-function search)
  (search "expectations." ns)
  (or (search "expectations." ns) (search "-expectations" ns))
  (if (or (search "expectations." ns) (search "-expectations" ns)) (progn (let ((wconfig (current-window-configuration))) (unwind-protect (progn (expectations-mode t) (clojure-test-mode 0)) (set-window-configuration wconfig)))))
  (let ((ns (clojure-find-ns))) (if (or (search "expectations." ns) (search "-expectations" ns)) (progn (let ((wconfig (current-window-configuration))) (unwind-protect (progn (expectations-mode t) (clojure-test-mode 0)) (set-window-configuration wconfig))))))
  expectations-maybe-enable()
  run-hooks(change-major-mode-after-body-hook prog-mode-hook clojure-mode-hook)

Turning on manually M-x expectations-mode works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant