0

If I have a command that runs and generates the following output.

/path/to/file.rst:1
/another/path/to/file.rst:42

How would I call the command so a buffer is opened and clicking on the line jumps to the file?

ideasman42
  • 8,375
  • 1
  • 28
  • 105
  • 1
    This looks similar to the `compile` output which has built-in support to jump to lines in the relevant source code files; e.g., `(compile "command line")` ... – lawlist May 31 '19 at 02:15
  • There's a similar question [here](https://emacs.stackexchange.com/questions/9485/how-can-i-jump-to-a-file-and-line-number-from-a-list-in-a-buffer). – jagrg Jun 01 '19 at 18:38

0 Answers0