1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00
Commit Graph

12 Commits

Author SHA1 Message Date
Erik Naggum
b578f267af Update FSF's address. 1996-01-14 07:34:30 +00:00
Karl Heuer
92373b8479 (tempo-local-tags, tempo-user-elements, tempo-use-tag-list):
Doc fix.
1996-01-04 23:49:34 +00:00
Richard M. Stallman
2e79225303 Comment change. 1995-06-20 13:43:22 +00:00
Richard M. Stallman
34059250eb Documented the `l' tag.
(tempo-insert-template): Check for zmacs-regions.
Wrapped it in unwind-protect.
(tempo-save-named): New function.
(tempo-insert-prompt): Added NO-INSERT parameter.
Handles previous values better.  Cleaned up interface.
Check for already saved value.
(tempo-remember-insertion): Function deleted.
(tempo-insert-named): Use tempo-insert if data is not a string.
Use tempo-lookup-named.
(tempo-insert-prompt-compat): New function.
(tempo-lookup-named): New function.
1995-06-19 21:27:06 +00:00
Karl Heuer
f8c25f1b67 Update copyright. 1995-04-07 02:21:52 +00:00
Karl Heuer
35622e5fe2 (tempo-build-collection): Clear flag after computing
return value.
1995-04-05 19:32:55 +00:00
Karl Heuer
7f4d365716 (tempo-dolist): Don't use `cadr'. 1995-04-05 01:17:41 +00:00
Richard M. Stallman
34da6b1616 (tempo-insert): Added the P tag and modified the s tag accordingly
(tempo-insert-named): Checks for valid name, insert mark otherwise.

(tempo-dolist): Changed (cadr ...) to (car (cdr ...))

(tempo-expand-if-complete): New function
1995-04-03 22:23:51 +00:00
Richard M. Stallman
785c4478dd (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.
1995-01-22 06:18:46 +00:00
Richard M. Stallman
70b5dc25a1 (tempo-insert-region, tempo-show-completion-buffer,
tempo-leave-completion-buffer): New variables.
(tempo-complete-tag): Added a completion buffer mechanism.
(tempo-display-completions): New function.
(tempo-insert-template): An extension to the (p ...) tag
enables named insertion for later insertion using a (s ...) tag.
1994-05-08 21:11:37 +00:00
Richard M. Stallman
8f41fd649d Comment change. 1994-05-03 20:46:17 +00:00
Richard M. Stallman
813f532d2f Initial revision 1994-05-02 05:16:59 +00:00