oantolin / live-completions

Live updating of the *Completions* buffer
GNU General Public License v3.0
27 stars 3 forks source link

ffap doesn't work from a live completions buffer #4

Closed oantolin closed 4 years ago

oantolin commented 4 years ago

When you are completing file names without live-completions-mode, you can use ffap (or C-x C-f M-n) on a completion in the *Completions* buffer to open it. But for some reason this doesn't work when live-completions-mode is on.

oantolin commented 4 years ago

Weird, M-x ffap doesn't work, but calling ffap from a keybinding does.

protesilaos commented 4 years ago

This is specific to file names? Would ffap-file-at-point be worth exploring?

oantolin commented 4 years ago

I'm closing this issue since I suspect it is complicated and I don't care about it anymore (thanks to embark). If anybody else cares about this, please reopen.