I want to list all items that hippie-expand
creates, then choose from them by moving the cursor and hitting RET. Is there any way to do this?
How to show all possible completions hippie-expand command creates in Emacs?
1.3k Views Asked by Kei Minagawa At
3
There are 3 best solutions below
1

I wrote the following answer to a similar question a while ago. It uses the ido interface for selection, but it should be straightforward to adapt to another selection interface.
How to configure emacs to have it complete the path automatically like vim?
Here's what I'm using for this purpose:
Necessary packages are
auto-complete
,helm
, andac-helm
. All of them you can get from the package manager.