Steve Purcell
                                            Steve Purcell
                                        
                                    Exciting to see you pick this up, @tonyday567. Happy to help land it here in due course.
Since we now require Emacs 25.1, we should likely just define and register an `xref` backend, so that the default `M-.` binding will pick that up. Afaik `lsp-mode` overrides that...
Yep, this is a known issue. I'll see what I have some time. :-)
Sure, thanks. The latest "release" version of rinari does not have `global-rinari-mode`, but that's because I've been hesitant to release that change until the docs are updated. I'd accept a...
It's possible you should just use something like my `exec-path-from-shell` emacs package, or perhaps set up `direnv` with my `envrc` emacs package.
There is no such configuration possible currently because the code which constructs the `hasktags` command is pretty much hardcoded. You might consider writing your own function to call `fast-tags`, e.g....
> or implementing a wrapper `fast-tags-emacs` that will created a module in a proper place This is the way to go, I think. You can probably try something like this:...
> do you know any way around this? Nope. `inf-ruby` behaves the same as this, btw. No idea how `dd` magically has that effect in Python, but I don't have...
Same. Strangely, this passes with Emacs 27.1 in CI.
Agreed: it's not ideal, and I'd like to improve it sometime. But one option in the meantime would be to use `M-x rename-buffer`...