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 [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/tempo.el [emacs-unicode-2]
Date: Thu, 11 Nov 2004 22:18:38 -0500

Index: emacs/lisp/tempo.el
diff -c emacs/lisp/tempo.el:1.20.6.1 emacs/lisp/tempo.el:1.20.6.2
*** emacs/lisp/tempo.el:1.20.6.1        Fri Apr 16 12:50:10 2004
--- emacs/lisp/tempo.el Fri Nov 12 02:52:46 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]