File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11
11
- If specified, only errors will result in an overlay being shown.
12
12
- [ #3527 ] ( https://github.com/clojure-emacs/cider/issues/3527 ) : Preserve the font size as one navigates through the CIDER inspector.
13
13
- [ #3525 ] ( https://github.com/clojure-emacs/cider/issues/3525 ) : Introduce [ ` cider-inline-error-message-function ` ] ( https://docs.cider.mx/cider/usage/code_evaluation.html#overlays ) customization option.
14
+ - [ #2903 ] ( https://github.com/clojure-emacs/cider/issues/2903 ) : Avoid ` No comment syntax is defined ` prompts.
15
+ - Bump the ` clojure-mode ` required version to [ 5.18.0] ( https://github.com/clojure-emacs/clojure-mode/blob/v5.18.0/CHANGELOG.md#5180-2023-10-18 )
14
16
15
17
## 1.8.2 (2023-10-15)
16
18
Original file line number Diff line number Diff line change @@ -770,7 +770,7 @@ The boolean value of FORCE will be sent in the reply."
770
770
(> here (point ))))
771
771
(user-error " Point is outside the sexp being debugged" ))
772
772
; ; Move forward until start of sexp.
773
- (comment-normalize-vars )
773
+ (comment-normalize-vars t )
774
774
(comment-forward (point-max ))
775
775
; ; Find the coordinate and send it.
776
776
(cider-debug-mode-send-reply
Original file line number Diff line number Diff line change 12
12
; ; Maintainer: Bozhidar Batsov <[email protected] >
13
13
; ; URL: http://www.github.com/clojure-emacs/cider
14
14
; ; Version: 1.8.2
15
- ; ; Package-Requires: ((emacs "26") (clojure-mode "5.17.1 ") (parseedn "1.2.0") (queue "0.2") (spinner "1.7") (seq "2.22") (sesman "0.3.2") (transient "0.4.1"))
15
+ ; ; Package-Requires: ((emacs "26") (clojure-mode "5.18.0 ") (parseedn "1.2.0") (queue "0.2") (spinner "1.7") (seq "2.22") (sesman "0.3.2") (transient "0.4.1"))
16
16
; ; Keywords: languages, clojure, cider
17
17
18
18
; ; This program is free software: you can redistribute it and/or modify
You can’t perform that action at this time.
0 commit comments