m00natic / vlfi

View Large Files in Emacs
457 stars 25 forks source link

Links in a `*grep*` output pointing to large files malfunction with vlf #43

Open akater opened 6 years ago

akater commented 6 years ago

I run rgrep, got links to lines in files in a *grep* buffer, followed a link, prompt said the file was large, I opened with vlf. Emacs found the first line, not the linked line.

Not sure if this is a vlf issue.

m00natic commented 6 years ago

Not a bug but rather lack of integration. r/grep buffer links probably call find-file and then move to the specified line and row. This has to be done when opening with VLF. I'll have a look when I have some time, shouldn't be too difficult.