Fork me on GitHub
#emacs
<
2017-03-26
>
bozhidar12:03:30

@donaldball no, there’s not. But something like this is definitely doable. You file a feature request on GitHub.

donaldball14:03:01

Thanks, I’ll do so

qqq19:03:57

evil lookup, displays,a bove the current line, a descriptipn of the current function

qqq19:03:11

what is the means by which this is achieved? to insert lines into a window that are not part of the file ?

qqq20:03:21

in emacs regexp, regexps tend to match at the START of the match ...; but I'd like a way to specify some palce in the middle of the match

qqq20:03:24

is there a way to do that?

qqq20:03:39

so these things are called look-around assertions

qqq20:03:52

unfortunately, it's not clear if they're in mainline emacs (though patches certainly exist)