(tempo-insert-template): Quoted transient-mark-mode
authorRichard M. Stallman <rms@gnu.org>
Sun, 22 Jan 1995 06:18:46 +0000 (06:18 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 22 Jan 1995 06:18:46 +0000 (06:18 +0000)
commit785c4478dd45aad5ba2ce78afd616f902833c107
tree9b866874c3cc707a251d9f09f19462dd44310d73
parent7fee19128471fd594baac54c7ccee54b48d9ff32
(tempo-insert-template): Quoted transient-mark-mode
Expansion around region now puts point at the first mark.

(tempo-region-start, tempo-region-stop): New variables
(tempo-insert-template, tempo-insert): Don't affect the
mark.  Check for Transient Mark mode

(tempo-find-match-string): Removed the stupid 1+ again

(tempo-use-tag-list): Set tempo-match-finder to completion-function.

(tempo-match-finder): Renamed variable from
tempo-default-match-finder.  Change the value too.
(tempo-collection, tempo-dirty-collection): New variables.
(tempo-user-elements): New variable.
(tempo-insert): New argument ON-REGION.
New elements 'l and 'r.  Use tempo-is-user-element.
(tempo-is-user-element): New function.
(tempo-invalidate-collection, tempo-build-collection): New functions.
(tempo-find-match-string): Reinserted bugfix for re-search-backward.
(tempo-complete-tag): Complete rewrite.

(tempo-insert): Added the 'o tag.
lisp/tempo.el