Bug fix: avoiding sending unbalanced sexps in C-c C-r and friends
commit8167ddb673800b43d78b6164673506e6d6fd6ef7
authorJose Antonio Ortega Ruiz <jao@gnu.org>
Sat, 1 Oct 2011 21:03:41 +0000 (1 23:03 +0200)
committerJose Antonio Ortega Ruiz <jao@gnu.org>
Sat, 1 Oct 2011 21:03:41 +0000 (1 23:03 +0200)
treeeb05c4c63c71d4aa2737502bd894b35cb7347d35
parent3a6dfbf743cc56b7d454bc6c688cd983966acc6c
Bug fix: avoiding sending unbalanced sexps in C-c C-r and friends

We were not checking that the region sent to the scheme process was
balanced, resulting in said process waiting for ever on `read' (or its
moral equivalent in our current implementation).  We now just refuse
to evaluate an improper region in the first place.
elisp/geiser-mode.el