1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00
Commit Graph

45 Commits

Author SHA1 Message Date
Stefan Monnier
1a80bcd1d7 (dynamic-completion-mode): Use find-file-hook instead of find-file-hooks. 2002-08-15 00:37:57 +00:00
Pavel Janík
0ff9b955fe Doc fixes. 2001-12-20 18:59:32 +00:00
Pavel Janík
5553563924 Some fixes to follow coding conventions in files maintained by FSF. 2001-07-15 16:15:35 +00:00
Stefan Monnier
99d0735f52 (dynamic-completion-mode, dynamic-completion-mode): Don't quote lambdas. 2000-05-23 20:04:36 +00:00
Dave Love
d2c49fd8d7 Doc fixes. Add to debug-ignored-errors. Don't quote keywords.
(cmpl-string-case-type): Use character classes.
2000-05-22 17:53:15 +00:00
Dave Love
3f42935193 Replace completion-dolist with dolist. 2000-02-03 15:45:10 +00:00
Richard M. Stallman
bb310d1ea9 (dynamic-completion-mode): New function to enable
the mode.  (Just loading the file now does not change anything.)
1998-11-01 08:45:25 +00:00
Karl Heuer
4e0c86509d Comment fix. 1998-10-06 23:22:48 +00:00
Dan Nicolaescu
f5f727f8ff *** empty log message *** 1998-05-26 09:23:23 +00:00
Richard M. Stallman
5c510e707f (save-completions-flag): Doc fix. 1997-09-12 22:34:14 +00:00
Richard M. Stallman
00ed33e7ab Add defgroup; use defcustom for user vars. 1997-04-13 07:51:54 +00:00
Richard M. Stallman
5a3d3a1674 (cmpl-hours-since-origin): Fix bug:
microseconds count was being used instead of seconds count.
1996-07-23 20:01:33 +00:00
Richard M. Stallman
1aa323ac15 Provide `completion'.
(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.
1996-04-16 16:04:01 +00:00
Erik Naggum
717e06e505 Fix Change Log comment line. 1996-01-20 02:50:09 +00:00
Erik Naggum
b578f267af Update FSF's address. 1996-01-14 07:34:30 +00:00
Karl Heuer
a7acbbe4d4 Comment fixes. 1996-01-05 22:21:28 +00:00
Richard M. Stallman
16b95d04f2 (save-completions-file-name): Use convert-standard-filename. 1996-01-01 23:46:11 +00:00
Karl Heuer
6f71c5cd11 (symbol-under-point, symbol-before-point)
(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)).
1995-12-21 17:38:40 +00:00
Richard M. Stallman
32168d16ff (cmpl-make-standard-completion-syntax-table)
(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.
1995-11-24 22:20:07 +00:00
Karl Heuer
5ff436fbc5 Update copyright. 1995-04-13 21:34:34 +00:00
Richard M. Stallman
9d0eba5717 Comment change. 1995-04-08 06:20:51 +00:00
Richard M. Stallman
438c6ef0ef (completion-string): Add defvar. 1995-02-02 23:07:44 +00:00
Richard M. Stallman
136f8f6700 Don't use cl. Eliminate use of when, unless,
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.
1995-02-02 23:04:54 +00:00
Richard M. Stallman
a72632181c (completion-separator-self-insert-autofilling):
Don't check fill-column; do-auto-fill will do that.
1995-01-19 04:02:50 +00:00
Richard M. Stallman
76e91049fa (completion-before-command): Don't call get on a non-symbol. 1994-09-01 06:12:38 +00:00
Richard M. Stallman
32cbe52813 (save-completions-to-file): Use delete-old-versions. 1994-07-06 21:33:56 +00:00
Karl Heuer
649ddbf59f Fix spelling of pre-command-hook. 1994-02-11 08:10:01 +00:00
Richard M. Stallman
46f950cab8 (cmpl-read-time-eval): Make it no-op.
(cmpl-hours-since-origin): Use truncate to make an integer.
(completion-search-reset): Use completion-prefix-min-length.
1993-08-03 05:46:33 +00:00
Richard M. Stallman
1add72b5df (completion-version): New variable.
(save-completions-to-file): Use completion-version.
1993-08-03 04:36:52 +00:00
Richard M. Stallman
23b97eb96a (complete): Use sit-for, not cmpl19-sit-for. 1993-07-22 05:49:37 +00:00
Richard M. Stallman
af4d5234ee Comment change. 1993-06-20 08:48:12 +00:00
Richard M. Stallman
0e52ea0303 Comment change. 1993-06-15 19:16:46 +00:00
Jim Blandy
eb8c3be94e Apply typo patches from Paul Eggert. 1993-06-09 11:59:12 +00:00
Richard M. Stallman
efdddf9ad3 Delete confusing comments. 1993-05-28 00:32:30 +00:00
Richard M. Stallman
27c26a085c Fix typo. 1993-05-27 12:48:55 +00:00
Richard M. Stallman
a7a2b1f66f Pervasive changes to use Emacs 19 features
and conform to Emacs conventions.
1993-05-27 12:44:54 +00:00
Richard M. Stallman
b22fda6fe5 Comment out handling of shell-send-input.
Delete the "local thinking machines" definitions at the end
since they caused compilation failure.
1993-05-27 05:01:09 +00:00
Eric S. Raymond
e9571d2a21 Add or correct keywords 1993-03-18 21:29:42 +00:00
Christopher Zaborsky
c2ced5d8c1 Doc fix. 1992-10-06 21:01:11 +00:00
Eric S. Raymond
9750e079dd entered into RCS 1992-07-22 04:22:30 +00:00
Eric S. Raymond
d1c7011d35 *** empty log message *** 1992-07-16 18:28:42 +00:00
Jim Blandy
e5d77022e8 *** empty log message *** 1992-06-30 13:54:21 +00:00
Eric S. Raymond
c0274f385f *** empty log message *** 1992-05-30 23:54:21 +00:00
Jim Blandy
353ea2e659 *** empty log message *** 1991-02-07 21:38:20 +00:00
Richard M. Stallman
59ca07b5b0 Initial revision 1990-04-05 21:41:26 +00:00