File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1111 - If specified, only errors will result in an overlay being shown.
1212- [ #3527 ] ( https://github.com/clojure-emacs/cider/issues/3527 ) : Preserve the font size as one navigates through the CIDER inspector.
1313- [ #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 )
1416
1517## 1.8.2 (2023-10-15)
1618
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."
770770 (> here (point ))))
771771 (user-error " Point is outside the sexp being debugged" ))
772772 ; ; Move forward until start of sexp.
773- (comment-normalize-vars )
773+ (comment-normalize-vars t )
774774 (comment-forward (point-max ))
775775 ; ; Find the coordinate and send it.
776776 (cider-debug-mode-send-reply
Original file line number Diff line number Diff line change 1212; ; Maintainer: Bozhidar Batsov <[email protected] >1313; ; URL: http://www.github.com/clojure-emacs/cider
1414; ; 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"))
1616; ; Keywords: languages, clojure, cider
1717
1818; ; This program is free software: you can redistribute it and/or modify
You can’t perform that action at this time.
0 commit comments