emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/tempo.el [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/tempo.el [lexbind]
Date: Thu, 11 Nov 2004 23:43:52 -0500

Index: emacs/lisp/tempo.el
diff -c emacs/lisp/tempo.el:1.19.4.2 emacs/lisp/tempo.el:1.19.4.3
*** emacs/lisp/tempo.el:1.19.4.2        Tue Oct 14 23:51:25 2003
--- emacs/lisp/tempo.el Fri Nov 12 04:21:11 2004
***************
*** 1,6 ****
  ;;; tempo.el --- Flexible template insertion
  
! ;; Copyright (C) 1994, 1995 Free Software Foundation, Inc.
  
  ;; Author: David K}gedal <address@hidden>
  ;; Created: 16 Feb 1994
--- 1,6 ----
  ;;; tempo.el --- Flexible template insertion
  
! ;; Copyright (C) 1994, 1995, 2004 Free Software Foundation, Inc.
  
  ;; Author: David K}gedal <address@hidden>
  ;; Created: 16 Feb 1994
***************
*** 172,178 ****
  (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]+\\)\\="
    "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
--- 172,178 ----
  (defvar tempo-marks nil
    "A list of marks to jump to with `\\[tempo-forward-mark]' and 
`\\[tempo-backward-mark]'.")
  
! (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
***************
*** 182,188 ****
  each string in the tag list. If one is found, the whole text between
  the first \\( and the point is replaced with the inserted template.
  
! You will probably want to include \\ \= at the end of the regexp to
  make sure that the string is matched only against text adjacent to the
  point.
  
--- 182,188 ----
  each string in the tag list. If one is found, the whole text between
  the first \\( and the point is replaced with the inserted template.
  
! You will probably want to include \\=\\= at the end of the regexp to
  make sure that the string is matched only against text adjacent to the
  point.
  




reply via email to

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