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

[Fix #1061] Add cider-find-ns #1093

Merged
merged 1 commit into from
May 2, 2015
Merged

[Fix #1061] Add cider-find-ns #1093

merged 1 commit into from
May 2, 2015

Conversation

expez
Copy link
Member

@expez expez commented May 2, 2015

Provide a completing read of available namespaces and jump to the file
containing its definition.

@@ -924,6 +924,31 @@ thing at point."
#'cider--find-var-other-window
#'cider--find-var))))

(defun cider-sync-request:ns-path (ns)
"Toggle namespace tracing for NS."
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Really? :-)

@expez expez force-pushed the cider-find-ns branch from 4100d1b to 6a5be61 Compare May 2, 2015 09:14
@expez
Copy link
Member Author

expez commented May 2, 2015

I've addressed your concerns

@expez expez force-pushed the cider-find-ns branch from 6a5be61 to f9bc591 Compare May 2, 2015 10:08
Provide a completing read of available namespaces and jump to the file
containing its definition.
@expez expez force-pushed the cider-find-ns branch from f9bc591 to e64dfda Compare May 2, 2015 10:10
bbatsov added a commit that referenced this pull request May 2, 2015
@bbatsov bbatsov merged commit c520772 into master May 2, 2015
@bbatsov bbatsov deleted the cider-find-ns branch May 2, 2015 15:34
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.

2 participants