M NEWS +2 -1
@@ 1,6 1,7 @@
wisp-mode 0.4.0 (2024-09-21):
- provide wisp--eval-block (C-M-x) to send the current block to a buffer nammed *shell*.
-- wisp--find-begin-and-end-of-block-around-region can cope with empty lines
+- wisp--find-begin-and-end-of-block-around-region can cope with empty lines.
+- wisp--eval-with-geiser converts wisp to regular scheme (with wisp2lisp) and pushes it to geiser. Thanks to cwebber!
wisp 1.0.12 (2024-03-20):
M wisp-mode.el +3 -1
@@ 44,7 44,9 @@
;;
;; - 0.4.0: provide wisp--eval-block (C-M-x)
;; to send the current block to a buffer nammed *shell*.
-;; wisp--find-begin-and-end-of-block-around-region can cope with empty lines
+;; wisp--find-begin-and-end-of-block-around-region can cope with empty lines.
+;; wisp--eval-with-geiser converts wisp to regular scheme (with wisp2lisp) and pushes it to geiser.
+;; thanks to cwebber!
;; - 0.3.0: provide wisp-color-indentation-minor-mode
;; that highlights the indentation levels, following wisp-semantics (period and colon)
;; - 0.2.9: enabled imenu - thanks to Greg Reagle!