Axel Forsman
Axel Forsman
Sorry for the late response! This being an attempt at a canonical Emacs Lisp implementation of the algorithm by Gotoh used by most fuzzy searchers, I agree it would make...
> Interesting, but I don't understand exactly what you mean. Can you show an example (maybe a contrived example) of a use case (interactive or programmatic) where the "additional assumption"...
> I don't personally use Evil, so I haven't really tested my patch. Has someone given it a real test? Or any feedback about the approach I'm using? Or any...
> it seems that your commit at f84d3453b312bd8ec0a1c092d075bbc3d91e157b broke the evil's ex `completion-at-point` for commands that contain `-` character Thanks for reporting the issue. However, it is not that simple,...
> `:make-frame` will invoke the `Emacs` command `M-x make-frame` though (there's even a test case for that). Yes, if there is an exact Emacs command match then that is preferred,...
No, but evil-next-/previous-line already respect `goal-column`, and there are other more "Vim-iomatic" ways of doing column editing. Did you have a specific use case in mind?
`evil-scroll-line-down` just calls the built-in function `scroll-up`. If it is not too much hassle, could you please try to reproduce the issue by running M-: (let (scroll-preserve-screen-position) (scroll-up 1)) RET...
@monnier I rebased this onto master and pushed a commit that fixed the tests and added some optional suggestions. Would be great to get this merged. Two comments: * This...
This is a (semi-)intentional limitation: Currently the substitution preview only processes the part of the buffer that is visible. Showing an accurate counter would require processing the entire range, which...
Duplicate of #584