Navigate buffers in emacs using arbitrary string filters and parsers

1 · Shane Mulligan · June 30, 2020, 4 p.m.
TL;DR The basic idea here is that we might want to navigate to the next and previous instances of a common pattern in a file. The common pattern might be an IP address, say or an email. I extend emacs to use output from the rosie parser to navigate a file. This will be useful in future because most likely I will want to use other parsers. Demonstration Select from lists of filters and navigate...