abo-abo / swiper

Ivy - a generic completion frontend for Emacs, Swiper - isearch with an overview, and more. Oh, man!
https://oremacs.com/swiper/
2.31k stars 338 forks source link

Unrecognized file name in the compile-goto-error command. #750

Open proofit404 opened 8 years ago

proofit404 commented 8 years ago

For example we do vc-pull and result buffer contains something like this

Updating 9918dd4..6539e53
Fast-forward
 cider-any-uruk-unzip-binaries.el | 66 ++++++++++++++++++++++++++++++++++++++++
 xdbc-setup.el                    |  2 ++
 2 files changed, 68 insertions(+)
 create mode 100644 cider-any-uruk-unzip-binaries.el

Point stays at front of any of two filenames. With ivy-mode turned off when I press RET it immediately opens file under the point. With ivy-mode enabled it asks me to type file name myself with default variant points to file under the point surrounded with whitespace symbols. Is there a way to have default behavior with ivy-mode on?

abo-abo commented 8 years ago

Sorry, I can't really reproduce your setup. Can you give more reproducible details, e.g. make file with contents, turn on this major-mode and press these keys...

proofit404 commented 8 years ago

Something like this should work:

Hope that helps.