On Tue, Sep 16, 2014 at 10:59 PM, Nikolai Weibull <[email protected]> wrote: > Hi! > > Why isn’t grep-mode’s bindings overriding those defined in > motion-state? Since grep-mode is derived from compilation-mode, I’d > have thought that it’d work. > > I’ve also tried > > (evil-set-initial-state 'grep-mode 'motion) > > without success (even though (evil-motion-state-p) returns t).
OK, so (evil-make-overriding-map grep-mode-map nil) works for 1.0.8. It seems that this has been fixed in trunk. _______________________________________________ implementations-list mailing list [email protected] https://lists.ourproject.org/cgi-bin/mailman/listinfo/implementations-list
