summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2013-08-25 06:22:05 +0200
committerJose Antonio Ortega Ruiz <jao@gnu.org>2013-08-25 06:22:05 +0200
commitf417431b8b72fbc6e98c1310b99cba50882b13d2 (patch)
treead1566cfeabc31a8135dcfc3fecb3c7651519a98 /NEWS
parent600ef3a419f61c738f0e054bad4c02925cb964f0 (diff)
downloadgeiser-f417431b8b72fbc6e98c1310b99cba50882b13d2.tar.gz
geiser-f417431b8b72fbc6e98c1310b99cba50882b13d2.tar.bz2
Racket: new commands to show and hide test submodules
The new commands, being racket-specific, are called geiser-racket-{show,hide,toggle}-tests, and have no default binding in geiser-mode (since they don't have any meaning in Guile). The implementation is based on more generic functions in geiser-edit that allow hiding of any top-level form, given its name, so we will probably find new forms to hide in the future. Hiding is limited to top-level forms, which i think is fine for the only use case we have in mind right now.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a97af0a..5f3b250 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,8 @@
New features:
+ - Racket: new commands geiser-racket-{show, hide, toggle}-tests,
+ for hiding test modules in code buffers.
- Racket: interaction with submodules (entering them and evaluation
within their scope).
- New commands geiser-eval-buffer (C-c C-b) and