I have been a vim user for several years. Now I want to try Emacs for some reasons. I use the path auto-completition functionality(C-c, C-f) a lot in Vim. So I am wondering if there are any similar keystrokes in Emacs ? I have googled this question but only find this answer http://superuser.com/questions/67170/how-do-i-complete-file-paths-in-emacs .However, unlike vim which provides me a list candidate, Emacs completes the first candidate automatically. So, my question is How to configure HippieExpand to make it provide me a list of candidates instead of completing the first candidate automatically ?
|
|
I'm not sure how to customize HippieExpand to do this, but you might want to take a look at the auto-complete package. It's fairly easy to set up and offers completion as a drop-down list. It's also very customizable so you can tweak it to behave exactly like you'd prefer. Hope you find it useful! Edit: I just realized you were looking just for path completion not auto-completion in general. In that case auto-complete.el might be overkill. Still I do suggest that you take a look at it as it offers a lot of added utility. I second taking a look at ido for path-completion. |
|||||||||
|
|
Notes of interest:
You could presumably utilise this to generate a list of possible filename completions. edit: Actually, that doesn't get you any further than the other question. I'll keep it here, as it seems a slightly nicer approach. |
|||||
|
|
Here's an implementation using hippie-expand, and utilising ido for the selection menu. 7/7/2011: I've updated this to resolve some minor issues, and to be more general-purpose than my previous version. I'm using this myself now, and finding it quite decent.
|
||||
|
|