When the cursor is in minibuffer typing $
and then a few characters, say $HO
offers envar name completion, for example running cygwin Emacs on Windows 7 it offers me $HOME
, $HOMEDRIVE
and $HOMEPATH
. As well, typing a /
after a complete variable name such as $HOME/
and tab shows files in that directory.
Is there a way to expand this variable? So that for example, I can delete part the expanded text and continue?
I am using iswitchb
but I see the same behavior with emacs -q
as well.
I am using cygwin build of Emacs 24.3.1 on Windows 7