summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2014-01-10 06:20:05 +0100
committerJose Antonio Ortega Ruiz <jao@gnu.org>2014-01-10 06:20:05 +0100
commit0a0d8c9b7bde63362e8336d089ab2066669e9f71 (patch)
tree7c0244dddc1c9794595e9fa6bdfafb123e420127 /NEWS
parent5655afa27b5eb4b2f75c923ad4de178ab8ae27a1 (diff)
downloadgeiser-0a0d8c9b7bde63362e8336d089ab2066669e9f71.tar.gz
geiser-0a0d8c9b7bde63362e8336d089ab2066669e9f71.tar.bz2
Racket: better behaviour of geiser-eval-buffer
For buffers containing a #lang directive, geiser-eval-buffer was simply broken: one cannot send the whole region wrapped in a `begin' in that case. We try now to send the region below, although a real solution would imply using #%module-begin as the wrapper, in order to be robust for languages that define their own version of the macro (such as TR). But people should use C-c C-a or C-c C-k and leave this silly function alone instead.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6131f19..2d3b741 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,9 @@
- Better support for Typed Racket: (re)definitions now work for
typed/racket modules (thanks to Sam Tobin-Hochstadt).
+ - Better behaviour for geiser-eval-buffer in racket
+ buffers that contain a #lang directive. But you'd better use C-c
+ C-k instead.
* Version 0.5 (Dec 9, 2013)