diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2013-07-02 21:15:42 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2013-07-02 21:16:44 +0200 |
commit | 20a68166d0c05a18932bc784da5fe060fd3f32ae (patch) | |
tree | a872db1c4294d4e6a6e14675ba4bdc8b800af927 /NEWS | |
parent | 82e47962fc16c037b8b7c6864dfee3a0eedaf183 (diff) | |
download | geiser-guile-20a68166d0c05a18932bc784da5fe060fd3f32ae.tar.gz geiser-guile-20a68166d0c05a18932bc784da5fe060fd3f32ae.tar.bz2 |
Real solution for the non-ascii-history problem
We were using a history entry separator including \0 that wasn't
writeable as an utf-8 file. Changing the separator to \n}{\n allows
using UTF-8 characters in the REPL which are correctly read back.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -14,6 +14,8 @@ Bug fixes: - Autodoc for Guile 2.0.9+'s subr fixed, thanks to Ludovic Courtès. + - Fixed problem when saving REPL history that contained non-ASCII + chars: all UTF-8 characters should be fair game now. - Fixed problems with geiser-doc's history being handled by session.el (by not letting the latter handle it). |