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
commit79d3a9a2f332f71711734ee5dd1b7fb2c45ca797 (patch)
tree1778151236bb62c789fc824f2f665fb1c171710e /NEWS
parentceb418aff619db01c5ed1201abff75df41a35102 (diff)
downloadgeiser-chez-79d3a9a2f332f71711734ee5dd1b7fb2c45ca797.tar.gz
geiser-chez-79d3a9a2f332f71711734ee5dd1b7fb2c45ca797.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