Skip to content

Wilfred/visit-file-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

visit-file-mode

visit-file-mode is an Emacs minor mode that allows you to jump to a file based on a path, line and column.

For example, given a buffer containing an OCaml stack trace:

Raised at Stdlib__List.assoc in file "src/list.ml", line 191, characters 10-25

or a Rust stack trace:

   9: garden::main
             at ./src/main.rs:473:13
  10: core::ops::function::FnOnce::call_once
             at /home/wilfred/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/ops/function.rs:250:5

We can visit this file (list.ml, function.rs) on this exact line and column. If the path is relative, we open the file relative to default-directory.

UI Features

When the minor mode is active, occurrences in the buffer of patterns that visit-file-mode understands are highlighted.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •