clojure-emacs / clojure-emacs/clojure-mode

' (apostrophe) within/at end of symbol not counted as part of symbol

Open
#290 17 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
Emacs Lisp
Stars
1k
Forks
249
PR merge metrics
No merged PRs in 30d

Description

Currently clojure-mode appears to be treating `dec'` as the symbol `dec` with a `'` following it.

This is made most obvious when I call `cider-find-var` on `dec'` at it finds the symbol at point to be `dec` and takes me to that function definition instead of `dec'`.

Care should be taken in resolving this bug that the prefixed `'` (such as in `'clojure.core/dec`) isn't treated as part of the symbol.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.