0

Is it possible to set hippie-expand to have a dropdown menu in Emacs? Or does Emacs have any completion/expansion system with dropdown menu?

PS: Already tried Company and Auto Complete plugins but their interfere too much with others plugins.

Kara
  • 6,115
  • 16
  • 50
  • 57
alexchenco
  • 53,565
  • 76
  • 241
  • 413
  • I wrote [this answer](http://stackoverflow.com/a/6556788/324105) to gather hippie expand results, and present them via the ido completion interface. You could adapt the code to use any other completion mechanism. – phils Mar 31 '14 at 21:44

1 Answers1

2

try CEDET suite. it has dropped down completion, if you use graphical interface. i was not able to get drop-down to work in terminal.

CEDET is a bit tricky to set up, but you can follow online tutorials. you can find one by Alex ott, it is one of the better ones.

Anycorn
  • 50,217
  • 42
  • 167
  • 261