clojure-emacs / clojure-emacs/clojure-mode
#_ comments are not marked as comments (e.g. via `syntax-table` text property)
- Vorherrschende Sprache
- Emacs Lisp
- Sterne
- 1k
- Forks
- 249
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
## Expected behavior
`#_` comments should mark the following expr as a comment (e.g. via `syntax-table` text property).
## Actual behavior
It does not happen.
## Steps to reproduce the problem
Enable rainbow-delimiters. See that the rainbow delimiters are not disabled
in the form following `#_`:

See the corresponding (invalid) issue in `rainbow-delimiters`: https://github.com/Fanael/rainbow-delimiters/issues/29
## Environment & Version information
### clojure-mode version information
```
clojure-mode (version 5.7.0-snapshot)
```
### Emacs version
```
GNU Emacs 25.1.90.1 (x86_64-apple-darwin15.6.0, NS appkit-1404.47 Version 10.11.6 (Build 15G1217))
of 2017-02-06
```
### Operating system
OS X 10.11
Beitragsleitfaden
Rechercherichtung
Reproduziere das Problem in clojure-mode mit aktiviertem rainbow-delimiters unter Emacs und untersuche anschließend, wie Syntaxinformationen rund um die #_-Leserform zugewiesen werden. Als erledigt gilt die Aufgabe, wenn der auf #_ folgende Ausdruck als Kommentar markiert wird, auch über die syntax-table-Text-Eigenschaft, sodass rainbow-delimiters seine Begrenzer deaktiviert.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- clojure, emacs-lisp
- Bereich
- tooling
- Issue-Typ
- Bug
- Schwierigkeit
- 3/5
- Geschätzter Aufwand
- 1-2 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 40/100