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

String with ns in it confuses clojure-mode about the current ns #518

Closed
borkdude opened this issue Mar 22, 2019 · 0 comments
Closed

String with ns in it confuses clojure-mode about the current ns #518

borkdude opened this issue Mar 22, 2019 · 0 comments
Assignees
Labels

Comments

@borkdude
Copy link

Expected behavior

(ns myns)
(str "
(ns clojure.core)
")

(defn foo [_])

foo is now a defined function in namespace myns.

Actual behavior

foo is defined in the namespace clojure.core.

Steps to reproduce the problem

Eval the above example in a clojure-mode buffer.

Environment & Version information

clojure-mode version information

clojure-mode       20190313.1836

Emacs version

26.1 (9.0)

Operating system

MacOS

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

No branches or pull requests

3 participants