Skip to content

[Fix #178] Ensure there is a directory for comint (thanks mcphailm) #179

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

Merged
merged 1 commit into from
May 23, 2020

Conversation

dpsutton
Copy link
Contributor

If there was no containing directory with a project file the
default-directory would be nil. This leads to problems in starting up
inf-clojure and also annoyingly seems to set an error in a timer:

Error running timer 'auto-revert-buffers (wrong-type-argument string nil)

Fixes #178

@dpsutton dpsutton force-pushed the clojure-directory branch from 53becb8 to 91faf28 Compare May 17, 2020 01:19
…s mcphailm)

If there was no containing directory with a project file the
default-directory would be nil. This leads to problems in starting up
inf-clojure and also annoyingly seems to set an error in a timer:

> Error running timer 'auto-revert-buffers (wrong-type-argument string nil)
@dpsutton dpsutton force-pushed the clojure-directory branch from 91faf28 to 7537e5c Compare May 23, 2020 05:38
@bbatsov bbatsov merged commit 787400f into clojure-emacs:master May 23, 2020
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

Successfully merging this pull request may close these issues.

(wrong-type-argument stringp nil)
2 participants