diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2013-08-25 06:22:05 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2013-08-25 06:22:05 +0200 |
commit | f417431b8b72fbc6e98c1310b99cba50882b13d2 (patch) | |
tree | ad1566cfeabc31a8135dcfc3fecb3c7651519a98 /NEWS | |
parent | 600ef3a419f61c738f0e054bad4c02925cb964f0 (diff) | |
download | geiser-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-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |