* tempo.el bug, tempo-match-finder
@ 2004-10-28 23:26 David Hansen
0 siblings, 0 replies; only message in thread
From: David Hansen @ 2004-10-28 23:26 UTC (permalink / raw)
Hello,
in tempo.el
(defvar tempo-match-finder "\\b\\([^\\b]+\\)\\="
"...")
prevents matching tags with a 'b' in it. I guess something like
(defvar tempo-match-finder "\\b\\([[:word:]]+\\)\\=")
was intended.
emacs-version "21.3.50.1"
Regards,
David
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-10-28 23:26 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-28 23:26 tempo.el bug, tempo-match-finder David Hansen
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).