Skip to content

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

Closed
@borkdude

Description

@borkdude

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions