summaryrefslogtreecommitdiff
path: root/lisp/tempo.el
Commit message (Collapse)AuthorAgeFilesLines
* American English spelling fix.Glenn Morris2008-06-271-1/+1
|
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
|
* Fix up comment convention on the arch-tag lines.Stefan Monnier2008-04-101-1/+1
|
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
| |
* | (tempo-insert-template, tempo-is-user-element, tempo-forward-mark,Juanma Barranquero2007-09-251-9/+9
|/ | | | tempo-backward-mark): Use `mapc' rather than `mapcar'.
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* (tempo-insert): Deal with 'r> if it appears specified with a promptChong Yidong2007-03-171-0/+9
| | | | argument.
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* Update copyright years.Glenn Morris2006-12-051-1/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* * message.el (message-expand-group): Pass the commonMasatake YAMATO2005-10-161-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | prefix substring of completion to `display-completion-list'. * mh-comp.el (mh-complete-word): Pass the common prefix substring of completion to `display-completion-list'. * dabbrev.el (dabbrev-completion): Pass the common prefix substring of completion to `display-completion-list'. * filecache.el (file-cache-minibuffer-complete) (file-cache-complete): Ditto. * tempo.el (tempo-display-completions): Ditto. * wid-edit.el (widget-file-complete, widget-color-complete): Ditto. * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto. * eshell/em-hist.el (eshell-list-history): Ditto. * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto. * progmodes/etags.el (complete-tag): Ditto. * progmodes/make-mode.el (makefile-complete): Ditto. * progmodes/meta-mode.el (meta-complete-symbol): Ditto. * progmodes/octave-mod.el (octave-complete-symbol): Ditto. * progmodes/pascal.el (pascal-complete-word) (pascal-show-completions): Ditto. * textmodes/bibtex.el (bibtex-complete-internal): Ditto. * simple.el (completion-common-substring): New variable. (completion-setup-function): Use `completion-common-substring' to put faces. * minibuf.c (Fdisplay_completion_list): Add new optional argument COMMON_SUBSTRING. Bind `completion-common-substring' to the optional argument during running `completion-setup-hook'.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+2
|
* (tempo-insert-template): Fix 2005-07-16 change.Juri Linkov2005-07-221-1/+1
|
* (tempo-insert-prompt, tempo-interactive, tempo-show-completion-buffer,Juanma Barranquero2005-07-211-56/+54
| | | | | | | tempo-tags, tempo-match-finder, tempo-insert-string-functions, tempo-local-tags, tempo-define-template, tempo-insert-template, tempo-insert-prompt-compat, tempo-is-user-element, tempo-insert-mark, tempo-find-match-string, tempo-complete-tag): Fix typos in docstrings.
* (tempo-insert-template): Suppress warning.Richard M. Stallman2005-07-161-1/+1
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* (tempo-insert-region): Fix spellings in docstrings.Juanma Barranquero2005-06-101-1/+1
|
* (tempo-match-finder): Doc fix.Andreas Schwab2004-11-061-2/+2
|
* (tempo-match-finder): Use [:word:] instead of "^\\b",Eli Zaretskii2004-11-061-1/+1
| | | | to solve a bug whereby tags with 'b' don't match.
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-3/+3
|
* Remove commented provide statement.Pavel Janík2002-02-161-3/+1
|
* (tempo-define-template): Doc fix.Pavel Janík2002-01-201-1/+1
|
* Doc fixes.Pavel Janík2001-12-201-12/+12
|
* (tempo-expand-if-complete): Quote paren in docstring.Stefan Monnier2000-09-171-2/+2
|
* (tempo-dolist, tempo-mapc): Removed.Gerd Moellmann2000-02-121-18/+1
| | | | | (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
* Fix maintainer address.Karl Heuer1999-08-161-1/+1
|
* Customized.Stephen Eglen1998-03-071-8/+21
|
* Update FSF's address.Erik Naggum1996-01-141-2/+4
|
* (tempo-local-tags, tempo-user-elements, tempo-use-tag-list):Karl Heuer1996-01-041-4/+4
| | | | Doc fix.
* Comment change.Richard M. Stallman1995-06-201-3/+3
|
* Documented the `l' tag.Richard M. Stallman1995-06-191-76/+151
| | | | | | | | | | | | | | (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.
* Update copyright.Karl Heuer1995-04-071-2/+2
|
* (tempo-build-collection): Clear flag after computingKarl Heuer1995-04-051-11/+12
| | | | return value.
* (tempo-dolist): Don't use `cadr'.Karl Heuer1995-04-051-3/+3
|
* (tempo-insert): Added the P tag and modified the s tag accordinglyRichard M. Stallman1995-04-031-31/+93
| | | | | | | | (tempo-insert-named): Checks for valid name, insert mark otherwise. (tempo-dolist): Changed (cadr ...) to (car (cdr ...)) (tempo-expand-if-complete): New function
* (tempo-insert-template): Quoted transient-mark-modeRichard M. Stallman1995-01-221-121/+209
| | | | | | | | | | | | | | | | | | | | | | | | | 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.
* (tempo-insert-region, tempo-show-completion-buffer,Richard M. Stallman1994-05-081-20/+107
| | | | | | | | 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.
* Comment change.Richard M. Stallman1994-05-031-1/+1
|
* Initial revisionRichard M. Stallman1994-05-021-0/+449