diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2012-10-27 22:58:38 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2012-10-27 22:58:44 +0200 |
commit | 35676663d79dd1ce3408b34317377ba5478179a9 (patch) | |
tree | 110dab8fcd6875495387ec09995534d109556400 /NEWS | |
parent | 0c2c66c68e0c43e55eb0ba0da74ee97508bf1fad (diff) | |
download | geiser-35676663d79dd1ce3408b34317377ba5478179a9.tar.gz geiser-35676663d79dd1ce3408b34317377ba5478179a9.tar.bz2 |
Filename completion also in scheme buffers
By means of a new entry in completion-at-point-functions that uses
the handy comint-filename-completion.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,8 +1,9 @@ * Version 0.2.3 () - - TAB in a string context in the REPL triggers filename completion. - - Indentation of scheme forms improved (specially for those of you - using a single implementation). + - TAB in a string context in the REPL and Scheme buffers triggers + filename completion. + - Indentation of scheme forms improved (specially for those of you + using a single implementation). * Version 0.2.2 (Sep 30, 2012) |