mattiase

Results 7 issues of mattiase

The `--help` text was unnecessarily hard to read in an 80 column terminal window (which is the default on many systems, for reasons good and bad). This change reflows the...

28.1 was recently released; `snapshot` tracks the development version (with some lag). Oh, and `28.1` in YAML is a number so I prefer the quotes to make it a string...

Fix uses of Xref from mouse events, such as the context menu new in Emacs 28, by implementing the necessary methods and smuggle the buffer position in a text property...

Area/Emacs

Right now the Emacs CI parts are only run on 27.2 and a development snapshot (PR #1454). (It's never clear to me whether I should open an issue to accompany...

Consider the file: ``` (* test case *) let f ?(x=1) () = 2 ;; None ``` Occurrences on the location of `None` returns a match at that same position...

Kind/Bug

Consider the code fragment `x+y`. With the cursor on `+`, `locate` will find the definition of the operator `+`, whereas `occurrences` will find all occurrences of `x`. With the cursor...

Binding operators (`let*`, `and+` etc) don't work in `merlin-occurrences` or `merlin-locate`, for various reasons: * Uses of the operators as such (ie, not the function syntax as in `(let*)`) aren't...