How can I make file-name completion in GNU Emacs 25.1.1 act like it did in version 21.x.x?
There are a few things that bother me:
- The
*Completions*
buffer opens up in a custom fit-to-content window. It used to open in a half-size window. - I have to hit
<TAB> <TAB>
to get the*Completions*
buffer. It used to be a single<SPC>
. There is an interveningComplete, but not unique
message I would like to eliminate too. - I have to hit
<TAB>
to get a completion instead of<SPC>
.
Is there a way to fix all these at once? If not, are there specific customizations are code fragments that would restore the older behavior?