Best way to extend parenthesis matching in EVIL to other symbols

Sanel Zukan sanelz at gmail.com
Thu Oct 24 10:23:38 CEST 2013


Will 'evil-define-key' suffice? You can check how % is redefined in
evil-matchit plugin
(https://github.com/redguardtoo/evil-matchit/blob/master/evil-matchit.el).

Best,
Sanel

On Wed, 23 Oct 2013 17:29:19 -0400
gordon Gustafson <gordon3.14 at gmail.com> wrote:

> I want to extend Evil's % command to work with matching $'s and
> delimiters like \left and \right (this is for working with latex).
> Would I need to modify the source for evil-jump-item directly, or is
> there some more modular way to do this, like advising the function?
> I'm Elisp savvy, so a high-level description is all I need.
> 
> Thanks you for you time,
> 
> Gordon Gustafson
> 
> PS I sincerely apologize if I'm posting this is the wrong place :)
> 
> _______________________________________________
> implementations-list mailing list
> implementations-list at lists.ourproject.org
> https://lists.ourproject.org/cgi-bin/mailman/listinfo/implementations-list




More information about the implementations-list mailing list