summaryrefslogtreecommitdiff
path: root/lisp/completion.el
Commit message (Collapse)AuthorAgeFilesLines
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* Update copyright years.Glenn Morris2006-12-051-1/+1
|
* (add-completions-from-c-buffer):Stefan Monnier2006-10-071-6/+5
| | | | | Don't presume an error's second element is a string. Use looking-at rather than buffer-substring + member.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* Minor fixes in introductory comment.Luc Teirlinck2006-01-251-12/+13
| | | | (completion-def-wrapper): Fix alist.
* (save-completions-file-name): Fix typo in last change.Stefan Monnier2005-12-021-1/+2
|
* Remove useless leading * in defcustom docstrings.Stefan Monnier2005-11-281-431/+388
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | (save-completions-file-name): Use ~/.emacs.d if available. (completion-standard-syntax-table): Rename from cmpl-standard-syntax-table and fold initialization into declaration, thus removing cmpl-make-standard-completion-syntax-table. (completion-lisp-syntax-table, completion-c-syntax-table) (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem. (cmpl-saved-syntax, cmpl-saved-point): Remove. (symbol-under-point, symbol-before-point) (symbol-under-or-before-point, symbol-before-point-for-complete) (add-completions-from-c-buffer): Use with-syntax-table. (make-completion): Don't return a list of completion entries. Update callers. (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias. (completion-initialize): Rename from initialize-completions. (completion-find-file-hook): Rename from cmpl-find-file-hook. (kill-emacs-save-completions): Collect stats here. (save-completions-to-file, load-completions-from-file): Use with-current-buffer. (completion-def-wrapper): Rename from def-completion-wrapper. Make it into a function. Move all calls to toplevel. (completion-lisp-mode-hook): New fun. (completion-c-mode-hook, completion-setup-fortran-mode): Set the syntax-table here. Use local-set-key. (completion-saved-bindings): New var. (dynamic-completion-mode): Make it into a proper minor mode. (load-completions-from-file): Remove unused var `num-uses'.
* 2005-09-24 Emilio C. Lopes <eclig@gmx.net>Romain Francoise2005-09-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * woman.el (woman-file-name): * wid-edit.el (widget-file-prompt-value) (widget-coding-system-prompt-value): * w32-fns.el (set-w32-system-coding-system): * vc.el (vc-version-diff, vc-annotate): * textmodes/reftex-auc.el (reftex-arg-cite) (reftex-arg-index-tag): * textmodes/refer.el (refer-get-bib-files): * textmodes/artist.el (artist-figlet-choose-font): * terminal.el (terminal-emulator): * replace.el (occur-read-primary-args): * rect.el (string-rectangle, string-insert-rectangle): * ps-print.el (ps-print-preprint): * progmodes/pascal.el (pascal-goto-defun): * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer): * progmodes/compile.el (compilation-find-file): * printing.el (pr-interactive-n-up): * play/animate.el (animate-birthday-present): * net/rcompile.el (remote-compile): * man.el (man, Man-goto-section, Man-follow-manual-reference): * mail/rmailsum.el (rmail-summary-search-backward) (rmail-summary-search): * mail/rmailout.el (rmail-output-read-rmail-file-name) (rmail-output-read-file-name): * mail/rmail.el (rmail-search, rmail-search-backwards): * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs): * locate.el (locate): * international/quail.el (quail-show-keyboard-layout): * international/mule.el (set-buffer-file-coding-system) (revert-buffer-with-coding-system, set-file-name-coding-system) (set-terminal-coding-system, set-keyboard-coding-system) (set-next-selection-coding-system): * international/mule-diag.el (describe-coding-system) (describe-font, describe-fontset): * international/mule-cmds.el (universal-coding-system-argument) (search-unencodable-char, describe-input-method) (set-language-environment, describe-language-environment): * international/codepage.el (codepage-setup): * international/code-pages.el (codepage-setup): * info.el (Info-search, Info-follow-reference) (Info-search-backward): * emacs-lisp/advice.el (ad-read-advised-function) (ad-read-advice-class, ad-clear-cache, ad-activate) (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name) (ad-enable-advice, ad-disable-advice, ad-remove-advice) (ad-read-regexp): * ediff-util.el (ediff-toggle-regexp-match): * ediff-ptch.el (ediff-prompt-for-patch-file): * dired-aux.el (dired-diff): * diff.el (diff): * cus-edit.el (custom-variable-prompt): * calendar/timeclock.el (timeclock-ask-for-project): * calc/calcalg3.el (calc-get-fit-variables): * calc/calc-store.el (calc-edit-variable) (calc-permanent-variable): * vc-mcvs.el (vc-mcvs-register): * shadowfile.el (shadow-define-literal-group): * woman.el (woman-file-name): * vc.el (vc-version-diff, vc-merge): * textmodes/reftex-index.el (reftex-index-complete-tag): * format.el (format-decode-buffer, format-decode-region): * emulation/viper-cmd.el (viper-read-string-with-history): * emacs-lisp/debug.el (cancel-debug-on-entry): * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine): * ediff.el (ediff-merge-revisions) (ediff-merge-revisions-with-ancestor, ediff-revision): * completion.el (interactive-completion-string-reader): * calc/calc-prog.el (calc-user-define-formula): Follow convention for reading with the minibuffer.
* (c-mode-map, fortran-mode-map): Add defvars.Richard M. Stallman2005-08-091-0/+6
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+2
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* (completion-kill-region): Doc fix.Juanma Barranquero2004-06-071-2/+2
|
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* (eval-when-compile-load-eval, completion-eval-when)Stefan Monnier2003-02-051-58/+25
| | | | | | | | (cmpl-read-time-eval, minibuffer-window-selected-p): Remove. (completion-min-length, completion-max-length) (completion-prefix-min-length): Don't hard-code the default value when byte-compiling. (complete): Inline minibuffer-window-selected-p.
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-103/+103
|
* (dynamic-completion-mode): Use find-file-hook instead of find-file-hooks.Stefan Monnier2002-08-151-1/+1
|
* Doc fixes.Pavel Janík2001-12-201-4/+4
|
* Some fixes to follow coding conventions in files maintained by FSF.Pavel Janík2001-07-151-1/+1
|
* (dynamic-completion-mode, dynamic-completion-mode): Don't quote lambdas.Stefan Monnier2000-05-231-4/+4
|
* Doc fixes. Add to debug-ignored-errors. Don't quote keywords.Dave Love2000-05-221-301/+166
| | | | (cmpl-string-case-type): Use character classes.
* Replace completion-dolist with dolist.Dave Love2000-02-031-33/+8
|
* (dynamic-completion-mode): New function to enableRichard M. Stallman1998-11-011-146/+138
| | | | the mode. (Just loading the file now does not change anything.)
* Comment fix.Karl Heuer1998-10-061-2/+2
|
* *** empty log message ***Dan Nicolaescu1998-05-261-2/+3
|
* (save-completions-flag): Doc fix.Richard M. Stallman1997-09-121-1/+1
|
* Add defgroup; use defcustom for user vars.Richard M. Stallman1997-04-131-21/+46
|
* (cmpl-hours-since-origin): Fix bug:Richard M. Stallman1996-07-231-3/+1
| | | | microseconds count was being used instead of seconds count.
* Provide `completion'.Richard M. Stallman1996-04-161-1/+12
| | | | | | (cmpl-make-standard-completion-syntax-table): Initialize all chars (to whitespace if nothing else). (c-mode-map, fortran-mode-map): Add defvars to avoid warnings.
* Fix Change Log comment line.Erik Naggum1996-01-201-1/+1
|
* Update FSF's address.Erik Naggum1996-01-141-726/+728
|
* Comment fixes.Karl Heuer1996-01-051-2/+2
|
* (save-completions-file-name): Use convert-standard-filename.Richard M. Stallman1996-01-011-1/+1
|
* (symbol-under-point, symbol-before-point)Karl Heuer1995-12-211-119/+106
| | | | | | | (symbol-under-or-before-point, symbol-before-point-for-complete): Use unwind-protect to restore syntax table. (symbol-before-point, symbol-before-point-for-complete): Start the backward scan-sexps from point, not (1+ (point)).
* (cmpl-make-standard-completion-syntax-table)Richard M. Stallman1995-11-241-7/+12
| | | | | | (cmpl-make-c-def-completion-syntax-table): Use make-syntax-table. (completion-c-mode-hook): Encapsulate C-mode changes in new function. Either call it now or put it on c-mode-hook.
* Update copyright.Karl Heuer1995-04-131-1/+1
|
* Comment change.Richard M. Stallman1995-04-081-2/+2
|
* (completion-string): Add defvar.Richard M. Stallman1995-02-021-0/+2
|
* Don't use cl. Eliminate use of when, unless,Richard M. Stallman1995-02-021-353/+381
| | | | | | | | | | | | | | | | dotimes, plusp, minusp, pusnhew, second. (completion-dolist): New macro. Use instead of dolist. (completion-gensym-counter, completion-gensym): New variable and fn. (locate-completion-entry-retry): Bind cmpl-entry, then use it. (locate-completion-entry): Use completion-string, not string. (add-completion-to-head, delete-completion): Rename arg to completion-string. (completions-list-return-value): Defvar'd and renamed from return-completions. (cmpl-preceding-syntax, cdabbrev-stop-point): Add defvars. (delete-completion, check-completion-length): Fix message format. (complete, add-completions-from-buffer, add-completions-from-c-buffer) (save-completions-to-file): Likewise.
* (completion-separator-self-insert-autofilling):Richard M. Stallman1995-01-191-2/+1
| | | | Don't check fill-column; do-auto-fill will do that.
* (completion-before-command): Don't call get on a non-symbol.Richard M. Stallman1994-09-011-1/+2
|
* (save-completions-to-file): Use delete-old-versions.Richard M. Stallman1994-07-061-1/+1
|
* Fix spelling of pre-command-hook.Karl Heuer1994-02-111-1/+1
|
* (cmpl-read-time-eval): Make it no-op.Richard M. Stallman1993-08-031-6/+7
| | | | | (cmpl-hours-since-origin): Use truncate to make an integer. (completion-search-reset): Use completion-prefix-min-length.
* (completion-version): New variable.Richard M. Stallman1993-08-031-58/+26
| | | | (save-completions-to-file): Use completion-version.
* (complete): Use sit-for, not cmpl19-sit-for.Richard M. Stallman1993-07-221-1/+3
|
* Comment change.Richard M. Stallman1993-06-201-1/+1
|
* Comment change.Richard M. Stallman1993-06-151-8/+0
|
* Apply typo patches from Paul Eggert.Jim Blandy1993-06-091-13/+13
|
* Delete confusing comments.Richard M. Stallman1993-05-281-16/+0
|
* Fix typo.Richard M. Stallman1993-05-271-1/+1
|