We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ns
(ns myns) (str " (ns clojure.core) ") (defn foo [_])
foo is now a defined function in namespace myns.
foo
myns
foo is defined in the namespace clojure.core.
clojure.core
Eval the above example in a clojure-mode buffer.
clojure-mode 20190313.1836
26.1 (9.0)
MacOS
The text was updated successfully, but these errors were encountered:
fix #518 - ns form inside strings and comments
0278430
0333d3f
279e0c9
1e8c8f4
e898a94
Malabarba
No branches or pull requests
Expected behavior
foo
is now a defined function in namespacemyns
.Actual behavior
foo
is defined in the namespaceclojure.core
.Steps to reproduce the problem
Eval the above example in a clojure-mode buffer.
Environment & Version information
clojure-mode version information
Emacs version
26.1 (9.0)
Operating system
MacOS
The text was updated successfully, but these errors were encountered: