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 | 8bf3f70f6aba159461612be8577bd4193ee7c6e6 (patch) | |
tree | 9314c9abf9718ad3c4d58f00a07c1ba4848b8511 /NEWS | |
parent | de6fc09551730fe87f7f3d6f532bafd189c97236 (diff) | |
download | geiser-guile-8bf3f70f6aba159461612be8577bd4193ee7c6e6.tar.gz geiser-guile-8bf3f70f6aba159461612be8577bd4193ee7c6e6.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) |