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 | 79d3a9a2f332f71711734ee5dd1b7fb2c45ca797 (patch) | |
tree | 1778151236bb62c789fc824f2f665fb1c171710e /NEWS | |
parent | ceb418aff619db01c5ed1201abff75df41a35102 (diff) | |
download | geiser-guile-79d3a9a2f332f71711734ee5dd1b7fb2c45ca797.tar.gz geiser-guile-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-- | 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 |