]> code.delx.au - gnu-emacs/commit
Handle multiple matches on the same line; add highlighting
authorDmitry Gutov <dgutov@yandex.ru>
Mon, 9 Nov 2015 03:24:23 +0000 (05:24 +0200)
committerDmitry Gutov <dgutov@yandex.ru>
Fri, 13 Nov 2015 23:11:52 +0000 (01:11 +0200)
commitf103a2771bc8691f00b331ec25aa5c0477c2089a
tree469f075a7180d2dfe2009eace2512c9597c7074a
parentfe973fc270f231f386fc5b26c9fced8925593ecb
Handle multiple matches on the same line; add highlighting

* lisp/progmodes/xref.el (xref-location-marker): Interpret the
column value in characters.
(xref--collect-matches): Rename from `xref--collect-match'.
Search for all matches in the hit line.  Add `highlight' face to
the matched region in the summary.  Update both callers.
lisp/progmodes/xref.el