1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(tempo-match-finder): Use [:word:] instead of "^\\b",

to solve a bug whereby tags with 'b' don't match.
This commit is contained in:
Eli Zaretskii 2004-11-06 11:28:42 +00:00
parent 242399cd03
commit 16d24ae8cf
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
* tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
to solve a bug whereby tags with 'b' don't match.
2004-11-05 Juri Linkov <juri@jurta.org>
* info.el (Info-search): Don't search in node header lines

View file

@ -172,7 +172,7 @@ documentation for the function `tempo-complete-tag' for more info.
(defvar tempo-marks nil
"A list of marks to jump to with `\\[tempo-forward-mark]' and `\\[tempo-backward-mark]'.")
(defvar tempo-match-finder "\\b\\([^\\b]+\\)\\="
(defvar tempo-match-finder "\\b\\([[:word:]]+\\)\\="
"The regexp or function used to find the string to match against tags.
If `tempo-match-finder is a string, it should contain a regular