emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

tempo.el bug, tempo-match-finder


From: David Hansen
Subject: tempo.el bug, tempo-match-finder
Date: Fri, 29 Oct 2004 01:26:17 +0200
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux)

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]