* lisp/obsolete: Use lexical-binding
Use lexical-binding in all the lisp/obsolete/*.el files.
While at it, removed redundant :group arguments and used #' to quote
functions. Commented out the key bindings which the #' revealed
to lead to non-existing commands, and replaced those revealed to be obsolete.
* lisp/obsolete/cl-compat.el: Use cl-lib.
* lisp/obsolete/cust-print.el: Assume `defalias` exists.
(with-custom-print): Use `declare`.
* lisp/obsolete/iswitchb.el (iswitchb-init-XEmacs-trick)
(iswitchb-xemacs-backspacekey): Remove functions.
* lisp/obsolete/landmark.el (landmark, landmark-nslify-wts):
Prefer `apply` to `eval`.
* lisp/obsolete/longlines.el (longlines-mode): Don't use `add-to-list`
on a hook.
* lisp/obsolete/pgg-gpg.el (pgg-gpg-process-region): Use `clear-string`.
* lisp/obsolete/pgg-pgp.el (pgg-pgp-encrypt-region): Remove oddly
unused var `passphrase`.
(pgg-pgp-verify-region): Declare var `jam-zcat-filename-list`.
* lisp/obsolete/pgg-pgp5.el (pgg-pgp5-encrypt-region): Remove oddly
unused var `passphrase`.
(pgg-pgp5-verify-region): Declare var `jam-zcat-filename-list`.
* lisp/obsolete/pgg.el: Remove some XEmacs compatibility code.
(pgg-run-at-time, pgg-cancel-timer, pgg-clear-string): Remove functions.
Use their core equivalent instead.
* lisp/obsolete/rcompile.el (remote-compile): Remove unused vars `l`,
`l-host`, `l-user`, and `localname`.
* lisp/obsolete/starttls.el (starttls-any-program-available):
Use `define-obsolete-function-alias`.
* lisp/obsolete/tls.el (tls-format-message): Delete function, use
`format-message` instead.
* lisp/obsolete/url-ns.el (url-ns-prefs): Use `with-current-buffer`
and `dlet`.
* lisp/obsolete/vip.el (vip-escape-to-emacs): Remove unused var `key`.
(vip-command-argument, vip-read-string, ex-delete, ex-line): Remove
unused var `conditions`.
(ex-map): Use a closure instead of `eval`.
(ex-set): Make it an alias of `set-variable`.
(ex-substitute): Remove unused var `cont`.
* lisp/obsolete/abbrevlist.el:
* lisp/obsolete/bruce.el:
* lisp/obsolete/cc-compat.el:
* lisp/obsolete/cl-compat.el:
* lisp/obsolete/cl.el:
* lisp/obsolete/complete.el:
* lisp/obsolete/crisp.el:
* lisp/obsolete/cust-print.el:
* lisp/obsolete/erc-compat.el:
* lisp/obsolete/erc-hecomplete.el:
* lisp/obsolete/eudcb-ph.el:
* lisp/obsolete/fast-lock.el:
* lisp/obsolete/gs.el:
* lisp/obsolete/gulp.el:
* lisp/obsolete/html2text.el:
* lisp/obsolete/info-edit.el:
* lisp/obsolete/iswitchb.el:
* lisp/obsolete/landmark.el:
* lisp/obsolete/lazy-lock.el:
* lisp/obsolete/longlines.el:
* lisp/obsolete/mailpost.el:
* lisp/obsolete/mantemp.el:
* lisp/obsolete/meese.el:
* lisp/obsolete/messcompat.el:
* lisp/obsolete/metamail.el:
* lisp/obsolete/mouse-sel.el:
* lisp/obsolete/nnir.el:
* lisp/obsolete/old-emacs-lock.el:
* lisp/obsolete/otodo-mode.el:
* lisp/obsolete/patcomp.el:
* lisp/obsolete/pc-mode.el:
* lisp/obsolete/pc-select.el:
* lisp/obsolete/pgg-def.el:
* lisp/obsolete/pgg-gpg.el:
* lisp/obsolete/pgg-parse.el:
* lisp/obsolete/pgg-pgp.el:
* lisp/obsolete/pgg-pgp5.el:
* lisp/obsolete/pgg.el:
* lisp/obsolete/rcompile.el:
* lisp/obsolete/s-region.el:
* lisp/obsolete/sb-image.el:
* lisp/obsolete/sregex.el:
* lisp/obsolete/starttls.el:
* lisp/obsolete/sup-mouse.el:
* lisp/obsolete/terminal.el:
* lisp/obsolete/tls.el:
* lisp/obsolete/tpu-edt.el:
* lisp/obsolete/tpu-extras.el:
* lisp/obsolete/tpu-mapper.el:
* lisp/obsolete/url-ns.el:
* lisp/obsolete/vc-arch.el:
* lisp/obsolete/vi.el:
* lisp/obsolete/vip.el:
* lisp/obsolete/ws-mode.el:
* lisp/obsolete/yow.el: Use lexical-binding.
2021-02-22 16:54:59 -05:00
|
|
|
|
;;; complete.el --- partial completion mechanism plus other goodies -*- lexical-binding: t; -*-
|
1993-06-14 14:58:03 +00:00
|
|
|
|
|
2021-01-01 01:13:56 -08:00
|
|
|
|
;; Copyright (C) 1990-1993, 1999-2021 Free Software Foundation, Inc.
|
1993-06-14 14:58:03 +00:00
|
|
|
|
|
|
|
|
|
;; Author: Dave Gillespie <daveg@synaptics.com>
|
1998-05-26 09:23:23 +00:00
|
|
|
|
;; Keywords: abbrev convenience
|
2010-04-12 23:29:38 -04:00
|
|
|
|
;; Obsolete-since: 24.1
|
2010-03-14 23:15:02 +02:00
|
|
|
|
;;
|
1993-06-14 14:58:03 +00:00
|
|
|
|
;; Special thanks to Hallvard Furuseth for his many ideas and contributions.
|
|
|
|
|
|
|
|
|
|
;; This file is part of GNU Emacs.
|
|
|
|
|
|
2008-05-06 08:06:51 +00:00
|
|
|
|
;; GNU Emacs is free software: you can redistribute it and/or modify
|
1994-04-07 20:30:18 +00:00
|
|
|
|
;; it under the terms of the GNU General Public License as published by
|
2008-05-06 08:06:51 +00:00
|
|
|
|
;; the Free Software Foundation, either version 3 of the License, or
|
|
|
|
|
;; (at your option) any later version.
|
1994-04-07 20:30:18 +00:00
|
|
|
|
|
1993-06-14 14:58:03 +00:00
|
|
|
|
;; GNU Emacs is distributed in the hope that it will be useful,
|
1994-04-07 20:30:18 +00:00
|
|
|
|
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
|
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
|
;; GNU General Public License for more details.
|
1993-06-14 14:58:03 +00:00
|
|
|
|
|
1994-04-07 20:30:18 +00:00
|
|
|
|
;; You should have received a copy of the GNU General Public License
|
2017-09-13 15:52:52 -07:00
|
|
|
|
;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
|
1993-06-14 14:58:03 +00:00
|
|
|
|
|
1994-06-17 20:04:22 +00:00
|
|
|
|
;;; Commentary:
|
1993-06-14 14:58:03 +00:00
|
|
|
|
|
|
|
|
|
;; Extended completion for the Emacs minibuffer.
|
|
|
|
|
;;
|
|
|
|
|
;; The basic idea is that the command name or other completable text is
|
|
|
|
|
;; divided into words and each word is completed separately, so that
|
|
|
|
|
;; "M-x p-b" expands to "M-x print-buffer". If the entry is ambiguous
|
|
|
|
|
;; each word is completed as much as possible and then the cursor is
|
|
|
|
|
;; left at the first position where typing another letter will resolve
|
|
|
|
|
;; the ambiguity.
|
|
|
|
|
;;
|
|
|
|
|
;; Word separators for this purpose are hyphen, space, and period.
|
|
|
|
|
;; These would most likely occur in command names, Info menu items,
|
|
|
|
|
;; and file names, respectively. But all word separators are treated
|
|
|
|
|
;; alike at all times.
|
|
|
|
|
;;
|
|
|
|
|
;; This completion package replaces the old-style completer's key
|
|
|
|
|
;; bindings for TAB, SPC, RET, and `?'. The old completer is still
|
|
|
|
|
;; available on the Meta versions of those keys. If you set
|
|
|
|
|
;; PC-meta-flag to nil, the old completion keys will be left alone
|
|
|
|
|
;; and the partial completer will use the Meta versions of the keys.
|
|
|
|
|
|
|
|
|
|
|
1998-05-19 05:12:47 +00:00
|
|
|
|
;; Usage: M-x partial-completion-mode. During completable minibuffer entry,
|
1993-06-14 14:58:03 +00:00
|
|
|
|
;;
|
|
|
|
|
;; TAB means to do a partial completion;
|
|
|
|
|
;; SPC means to do a partial complete-word;
|
|
|
|
|
;; RET means to do a partial complete-and-exit;
|
|
|
|
|
;; ? means to do a partial completion-help.
|
|
|
|
|
;;
|
|
|
|
|
;; If you set PC-meta-flag to nil, then TAB, SPC, RET, and ? perform
|
|
|
|
|
;; original Emacs completions, and M-TAB etc. do partial completion.
|
|
|
|
|
;; To do this, put the command,
|
|
|
|
|
;;
|
|
|
|
|
;; (setq PC-meta-flag nil)
|
|
|
|
|
;;
|
|
|
|
|
;; in your .emacs file. To load partial completion automatically, put
|
|
|
|
|
;;
|
1998-05-19 05:12:47 +00:00
|
|
|
|
;; (partial-completion-mode t)
|
1993-06-14 14:58:03 +00:00
|
|
|
|
;;
|
|
|
|
|
;; in your .emacs file, too. Things will be faster if you byte-compile
|
|
|
|
|
;; this file when you install it.
|
|
|
|
|
;;
|
|
|
|
|
;; As an extra feature, in cases where RET would not normally
|
|
|
|
|
;; complete (such as `C-x b'), the M-RET key will always do a partial
|
|
|
|
|
;; complete-and-exit. Thus `C-x b f.c RET' will select or create a
|
|
|
|
|
;; buffer called "f.c", but `C-x b f.c M-RET' will select the existing
|
|
|
|
|
;; buffer whose name matches that pattern (perhaps "filing.c").
|
|
|
|
|
;; (PC-meta-flag does not affect this behavior; M-RET used to be
|
|
|
|
|
;; undefined in this situation.)
|
|
|
|
|
;;
|
|
|
|
|
;; The regular M-TAB (lisp-complete-symbol) command also supports
|
|
|
|
|
;; partial completion in this package.
|
|
|
|
|
|
|
|
|
|
;; In addition, this package includes a feature for accessing include
|
|
|
|
|
;; files. For example, `C-x C-f <sys/time.h> RET' reads the file
|
|
|
|
|
;; /usr/include/sys/time.h. The variable PC-include-file-path is a
|
|
|
|
|
;; list of directories in which to search for include files. Completion
|
|
|
|
|
;; is supported in include file names.
|
|
|
|
|
|
|
|
|
|
|
1994-06-17 20:04:22 +00:00
|
|
|
|
;;; Code:
|
1993-06-14 14:58:03 +00:00
|
|
|
|
|
1997-07-25 11:36:34 +00:00
|
|
|
|
(defgroup partial-completion nil
|
|
|
|
|
"Partial Completion of items."
|
|
|
|
|
:prefix "pc-"
|
1998-05-26 09:23:23 +00:00
|
|
|
|
:group 'minibuffer
|
|
|
|
|
:group 'convenience)
|
1997-07-25 11:36:34 +00:00
|
|
|
|
|
|
|
|
|
(defcustom PC-first-char 'find-file
|
2006-03-06 20:09:17 +00:00
|
|
|
|
"Control how the first character of a string is to be interpreted.
|
1997-07-25 11:36:34 +00:00
|
|
|
|
If nil, the first character of a string is not taken literally if it is a word
|
|
|
|
|
delimiter, so that \".e\" matches \"*.e*\".
|
|
|
|
|
If t, the first character of a string is always taken literally even if it is a
|
|
|
|
|
word delimiter, so that \".e\" matches \".e*\".
|
|
|
|
|
If non-nil and non-t, the first character is taken literally only for file name
|
|
|
|
|
completion."
|
|
|
|
|
:type '(choice (const :tag "delimiter" nil)
|
|
|
|
|
(const :tag "literal" t)
|
* lisp/obsolete: Use lexical-binding
Use lexical-binding in all the lisp/obsolete/*.el files.
While at it, removed redundant :group arguments and used #' to quote
functions. Commented out the key bindings which the #' revealed
to lead to non-existing commands, and replaced those revealed to be obsolete.
* lisp/obsolete/cl-compat.el: Use cl-lib.
* lisp/obsolete/cust-print.el: Assume `defalias` exists.
(with-custom-print): Use `declare`.
* lisp/obsolete/iswitchb.el (iswitchb-init-XEmacs-trick)
(iswitchb-xemacs-backspacekey): Remove functions.
* lisp/obsolete/landmark.el (landmark, landmark-nslify-wts):
Prefer `apply` to `eval`.
* lisp/obsolete/longlines.el (longlines-mode): Don't use `add-to-list`
on a hook.
* lisp/obsolete/pgg-gpg.el (pgg-gpg-process-region): Use `clear-string`.
* lisp/obsolete/pgg-pgp.el (pgg-pgp-encrypt-region): Remove oddly
unused var `passphrase`.
(pgg-pgp-verify-region): Declare var `jam-zcat-filename-list`.
* lisp/obsolete/pgg-pgp5.el (pgg-pgp5-encrypt-region): Remove oddly
unused var `passphrase`.
(pgg-pgp5-verify-region): Declare var `jam-zcat-filename-list`.
* lisp/obsolete/pgg.el: Remove some XEmacs compatibility code.
(pgg-run-at-time, pgg-cancel-timer, pgg-clear-string): Remove functions.
Use their core equivalent instead.
* lisp/obsolete/rcompile.el (remote-compile): Remove unused vars `l`,
`l-host`, `l-user`, and `localname`.
* lisp/obsolete/starttls.el (starttls-any-program-available):
Use `define-obsolete-function-alias`.
* lisp/obsolete/tls.el (tls-format-message): Delete function, use
`format-message` instead.
* lisp/obsolete/url-ns.el (url-ns-prefs): Use `with-current-buffer`
and `dlet`.
* lisp/obsolete/vip.el (vip-escape-to-emacs): Remove unused var `key`.
(vip-command-argument, vip-read-string, ex-delete, ex-line): Remove
unused var `conditions`.
(ex-map): Use a closure instead of `eval`.
(ex-set): Make it an alias of `set-variable`.
(ex-substitute): Remove unused var `cont`.
* lisp/obsolete/abbrevlist.el:
* lisp/obsolete/bruce.el:
* lisp/obsolete/cc-compat.el:
* lisp/obsolete/cl-compat.el:
* lisp/obsolete/cl.el:
* lisp/obsolete/complete.el:
* lisp/obsolete/crisp.el:
* lisp/obsolete/cust-print.el:
* lisp/obsolete/erc-compat.el:
* lisp/obsolete/erc-hecomplete.el:
* lisp/obsolete/eudcb-ph.el:
* lisp/obsolete/fast-lock.el:
* lisp/obsolete/gs.el:
* lisp/obsolete/gulp.el:
* lisp/obsolete/html2text.el:
* lisp/obsolete/info-edit.el:
* lisp/obsolete/iswitchb.el:
* lisp/obsolete/landmark.el:
* lisp/obsolete/lazy-lock.el:
* lisp/obsolete/longlines.el:
* lisp/obsolete/mailpost.el:
* lisp/obsolete/mantemp.el:
* lisp/obsolete/meese.el:
* lisp/obsolete/messcompat.el:
* lisp/obsolete/metamail.el:
* lisp/obsolete/mouse-sel.el:
* lisp/obsolete/nnir.el:
* lisp/obsolete/old-emacs-lock.el:
* lisp/obsolete/otodo-mode.el:
* lisp/obsolete/patcomp.el:
* lisp/obsolete/pc-mode.el:
* lisp/obsolete/pc-select.el:
* lisp/obsolete/pgg-def.el:
* lisp/obsolete/pgg-gpg.el:
* lisp/obsolete/pgg-parse.el:
* lisp/obsolete/pgg-pgp.el:
* lisp/obsolete/pgg-pgp5.el:
* lisp/obsolete/pgg.el:
* lisp/obsolete/rcompile.el:
* lisp/obsolete/s-region.el:
* lisp/obsolete/sb-image.el:
* lisp/obsolete/sregex.el:
* lisp/obsolete/starttls.el:
* lisp/obsolete/sup-mouse.el:
* lisp/obsolete/terminal.el:
* lisp/obsolete/tls.el:
* lisp/obsolete/tpu-edt.el:
* lisp/obsolete/tpu-extras.el:
* lisp/obsolete/tpu-mapper.el:
* lisp/obsolete/url-ns.el:
* lisp/obsolete/vc-arch.el:
* lisp/obsolete/vi.el:
* lisp/obsolete/vip.el:
* lisp/obsolete/ws-mode.el:
* lisp/obsolete/yow.el: Use lexical-binding.
2021-02-22 16:54:59 -05:00
|
|
|
|
(other :tag "find-file" find-file)))
|
1997-07-25 11:36:34 +00:00
|
|
|
|
|
|
|
|
|
(defcustom PC-meta-flag t
|
2006-03-06 20:09:17 +00:00
|
|
|
|
"If non-nil, TAB means PC completion and M-TAB means normal completion.
|
1997-07-25 11:36:34 +00:00
|
|
|
|
Otherwise, TAB means normal completion and M-TAB means Partial Completion."
|
* lisp/obsolete: Use lexical-binding
Use lexical-binding in all the lisp/obsolete/*.el files.
While at it, removed redundant :group arguments and used #' to quote
functions. Commented out the key bindings which the #' revealed
to lead to non-existing commands, and replaced those revealed to be obsolete.
* lisp/obsolete/cl-compat.el: Use cl-lib.
* lisp/obsolete/cust-print.el: Assume `defalias` exists.
(with-custom-print): Use `declare`.
* lisp/obsolete/iswitchb.el (iswitchb-init-XEmacs-trick)
(iswitchb-xemacs-backspacekey): Remove functions.
* lisp/obsolete/landmark.el (landmark, landmark-nslify-wts):
Prefer `apply` to `eval`.
* lisp/obsolete/longlines.el (longlines-mode): Don't use `add-to-list`
on a hook.
* lisp/obsolete/pgg-gpg.el (pgg-gpg-process-region): Use `clear-string`.
* lisp/obsolete/pgg-pgp.el (pgg-pgp-encrypt-region): Remove oddly
unused var `passphrase`.
(pgg-pgp-verify-region): Declare var `jam-zcat-filename-list`.
* lisp/obsolete/pgg-pgp5.el (pgg-pgp5-encrypt-region): Remove oddly
unused var `passphrase`.
(pgg-pgp5-verify-region): Declare var `jam-zcat-filename-list`.
* lisp/obsolete/pgg.el: Remove some XEmacs compatibility code.
(pgg-run-at-time, pgg-cancel-timer, pgg-clear-string): Remove functions.
Use their core equivalent instead.
* lisp/obsolete/rcompile.el (remote-compile): Remove unused vars `l`,
`l-host`, `l-user`, and `localname`.
* lisp/obsolete/starttls.el (starttls-any-program-available):
Use `define-obsolete-function-alias`.
* lisp/obsolete/tls.el (tls-format-message): Delete function, use
`format-message` instead.
* lisp/obsolete/url-ns.el (url-ns-prefs): Use `with-current-buffer`
and `dlet`.
* lisp/obsolete/vip.el (vip-escape-to-emacs): Remove unused var `key`.
(vip-command-argument, vip-read-string, ex-delete, ex-line): Remove
unused var `conditions`.
(ex-map): Use a closure instead of `eval`.
(ex-set): Make it an alias of `set-variable`.
(ex-substitute): Remove unused var `cont`.
* lisp/obsolete/abbrevlist.el:
* lisp/obsolete/bruce.el:
* lisp/obsolete/cc-compat.el:
* lisp/obsolete/cl-compat.el:
* lisp/obsolete/cl.el:
* lisp/obsolete/complete.el:
* lisp/obsolete/crisp.el:
* lisp/obsolete/cust-print.el:
* lisp/obsolete/erc-compat.el:
* lisp/obsolete/erc-hecomplete.el:
* lisp/obsolete/eudcb-ph.el:
* lisp/obsolete/fast-lock.el:
* lisp/obsolete/gs.el:
* lisp/obsolete/gulp.el:
* lisp/obsolete/html2text.el:
* lisp/obsolete/info-edit.el:
* lisp/obsolete/iswitchb.el:
* lisp/obsolete/landmark.el:
* lisp/obsolete/lazy-lock.el:
* lisp/obsolete/longlines.el:
* lisp/obsolete/mailpost.el:
* lisp/obsolete/mantemp.el:
* lisp/obsolete/meese.el:
* lisp/obsolete/messcompat.el:
* lisp/obsolete/metamail.el:
* lisp/obsolete/mouse-sel.el:
* lisp/obsolete/nnir.el:
* lisp/obsolete/old-emacs-lock.el:
* lisp/obsolete/otodo-mode.el:
* lisp/obsolete/patcomp.el:
* lisp/obsolete/pc-mode.el:
* lisp/obsolete/pc-select.el:
* lisp/obsolete/pgg-def.el:
* lisp/obsolete/pgg-gpg.el:
* lisp/obsolete/pgg-parse.el:
* lisp/obsolete/pgg-pgp.el:
* lisp/obsolete/pgg-pgp5.el:
* lisp/obsolete/pgg.el:
* lisp/obsolete/rcompile.el:
* lisp/obsolete/s-region.el:
* lisp/obsolete/sb-image.el:
* lisp/obsolete/sregex.el:
* lisp/obsolete/starttls.el:
* lisp/obsolete/sup-mouse.el:
* lisp/obsolete/terminal.el:
* lisp/obsolete/tls.el:
* lisp/obsolete/tpu-edt.el:
* lisp/obsolete/tpu-extras.el:
* lisp/obsolete/tpu-mapper.el:
* lisp/obsolete/url-ns.el:
* lisp/obsolete/vc-arch.el:
* lisp/obsolete/vi.el:
* lisp/obsolete/vip.el:
* lisp/obsolete/ws-mode.el:
* lisp/obsolete/yow.el: Use lexical-binding.
2021-02-22 16:54:59 -05:00
|
|
|
|
:type 'boolean)
|
1997-07-25 11:36:34 +00:00
|
|
|
|
|
|
|
|
|
(defcustom PC-word-delimiters "-_. "
|
2006-03-06 20:09:17 +00:00
|
|
|
|
"A string of characters treated as word delimiters for completion.
|
1997-07-25 11:36:34 +00:00
|
|
|
|
Some arcane rules:
|
|
|
|
|
If `]' is in this string, it must come first.
|
|
|
|
|
If `^' is in this string, it must not come first.
|
|
|
|
|
If `-' is in this string, it must come first or right after `]'.
|
2005-03-25 09:49:00 +00:00
|
|
|
|
In other words, if S is this string, then `[S]' must be a valid Emacs regular
|
1997-07-25 11:36:34 +00:00
|
|
|
|
expression (not containing character ranges like `a-z')."
|
* lisp/obsolete: Use lexical-binding
Use lexical-binding in all the lisp/obsolete/*.el files.
While at it, removed redundant :group arguments and used #' to quote
functions. Commented out the key bindings which the #' revealed
to lead to non-existing commands, and replaced those revealed to be obsolete.
* lisp/obsolete/cl-compat.el: Use cl-lib.
* lisp/obsolete/cust-print.el: Assume `defalias` exists.
(with-custom-print): Use `declare`.
* lisp/obsolete/iswitchb.el (iswitchb-init-XEmacs-trick)
(iswitchb-xemacs-backspacekey): Remove functions.
* lisp/obsolete/landmark.el (landmark, landmark-nslify-wts):
Prefer `apply` to `eval`.
* lisp/obsolete/longlines.el (longlines-mode): Don't use `add-to-list`
on a hook.
* lisp/obsolete/pgg-gpg.el (pgg-gpg-process-region): Use `clear-string`.
* lisp/obsolete/pgg-pgp.el (pgg-pgp-encrypt-region): Remove oddly
unused var `passphrase`.
(pgg-pgp-verify-region): Declare var `jam-zcat-filename-list`.
* lisp/obsolete/pgg-pgp5.el (pgg-pgp5-encrypt-region): Remove oddly
unused var `passphrase`.
(pgg-pgp5-verify-region): Declare var `jam-zcat-filename-list`.
* lisp/obsolete/pgg.el: Remove some XEmacs compatibility code.
(pgg-run-at-time, pgg-cancel-timer, pgg-clear-string): Remove functions.
Use their core equivalent instead.
* lisp/obsolete/rcompile.el (remote-compile): Remove unused vars `l`,
`l-host`, `l-user`, and `localname`.
* lisp/obsolete/starttls.el (starttls-any-program-available):
Use `define-obsolete-function-alias`.
* lisp/obsolete/tls.el (tls-format-message): Delete function, use
`format-message` instead.
* lisp/obsolete/url-ns.el (url-ns-prefs): Use `with-current-buffer`
and `dlet`.
* lisp/obsolete/vip.el (vip-escape-to-emacs): Remove unused var `key`.
(vip-command-argument, vip-read-string, ex-delete, ex-line): Remove
unused var `conditions`.
(ex-map): Use a closure instead of `eval`.
(ex-set): Make it an alias of `set-variable`.
(ex-substitute): Remove unused var `cont`.
* lisp/obsolete/abbrevlist.el:
* lisp/obsolete/bruce.el:
* lisp/obsolete/cc-compat.el:
* lisp/obsolete/cl-compat.el:
* lisp/obsolete/cl.el:
* lisp/obsolete/complete.el:
* lisp/obsolete/crisp.el:
* lisp/obsolete/cust-print.el:
* lisp/obsolete/erc-compat.el:
* lisp/obsolete/erc-hecomplete.el:
* lisp/obsolete/eudcb-ph.el:
* lisp/obsolete/fast-lock.el:
* lisp/obsolete/gs.el:
* lisp/obsolete/gulp.el:
* lisp/obsolete/html2text.el:
* lisp/obsolete/info-edit.el:
* lisp/obsolete/iswitchb.el:
* lisp/obsolete/landmark.el:
* lisp/obsolete/lazy-lock.el:
* lisp/obsolete/longlines.el:
* lisp/obsolete/mailpost.el:
* lisp/obsolete/mantemp.el:
* lisp/obsolete/meese.el:
* lisp/obsolete/messcompat.el:
* lisp/obsolete/metamail.el:
* lisp/obsolete/mouse-sel.el:
* lisp/obsolete/nnir.el:
* lisp/obsolete/old-emacs-lock.el:
* lisp/obsolete/otodo-mode.el:
* lisp/obsolete/patcomp.el:
* lisp/obsolete/pc-mode.el:
* lisp/obsolete/pc-select.el:
* lisp/obsolete/pgg-def.el:
* lisp/obsolete/pgg-gpg.el:
* lisp/obsolete/pgg-parse.el:
* lisp/obsolete/pgg-pgp.el:
* lisp/obsolete/pgg-pgp5.el:
* lisp/obsolete/pgg.el:
* lisp/obsolete/rcompile.el:
* lisp/obsolete/s-region.el:
* lisp/obsolete/sb-image.el:
* lisp/obsolete/sregex.el:
* lisp/obsolete/starttls.el:
* lisp/obsolete/sup-mouse.el:
* lisp/obsolete/terminal.el:
* lisp/obsolete/tls.el:
* lisp/obsolete/tpu-edt.el:
* lisp/obsolete/tpu-extras.el:
* lisp/obsolete/tpu-mapper.el:
* lisp/obsolete/url-ns.el:
* lisp/obsolete/vc-arch.el:
* lisp/obsolete/vi.el:
* lisp/obsolete/vip.el:
* lisp/obsolete/ws-mode.el:
* lisp/obsolete/yow.el: Use lexical-binding.
2021-02-22 16:54:59 -05:00
|
|
|
|
:type 'string)
|
1997-07-25 11:36:34 +00:00
|
|
|
|
|
|
|
|
|
(defcustom PC-include-file-path '("/usr/include" "/usr/local/include")
|
2006-03-06 20:09:17 +00:00
|
|
|
|
"A list of directories in which to look for include files.
|
1997-07-25 11:36:34 +00:00
|
|
|
|
If nil, means use the colon-separated path in the variable $INCPATH instead."
|
* lisp/obsolete: Use lexical-binding
Use lexical-binding in all the lisp/obsolete/*.el files.
While at it, removed redundant :group arguments and used #' to quote
functions. Commented out the key bindings which the #' revealed
to lead to non-existing commands, and replaced those revealed to be obsolete.
* lisp/obsolete/cl-compat.el: Use cl-lib.
* lisp/obsolete/cust-print.el: Assume `defalias` exists.
(with-custom-print): Use `declare`.
* lisp/obsolete/iswitchb.el (iswitchb-init-XEmacs-trick)
(iswitchb-xemacs-backspacekey): Remove functions.
* lisp/obsolete/landmark.el (landmark, landmark-nslify-wts):
Prefer `apply` to `eval`.
* lisp/obsolete/longlines.el (longlines-mode): Don't use `add-to-list`
on a hook.
* lisp/obsolete/pgg-gpg.el (pgg-gpg-process-region): Use `clear-string`.
* lisp/obsolete/pgg-pgp.el (pgg-pgp-encrypt-region): Remove oddly
unused var `passphrase`.
(pgg-pgp-verify-region): Declare var `jam-zcat-filename-list`.
* lisp/obsolete/pgg-pgp5.el (pgg-pgp5-encrypt-region): Remove oddly
unused var `passphrase`.
(pgg-pgp5-verify-region): Declare var `jam-zcat-filename-list`.
* lisp/obsolete/pgg.el: Remove some XEmacs compatibility code.
(pgg-run-at-time, pgg-cancel-timer, pgg-clear-string): Remove functions.
Use their core equivalent instead.
* lisp/obsolete/rcompile.el (remote-compile): Remove unused vars `l`,
`l-host`, `l-user`, and `localname`.
* lisp/obsolete/starttls.el (starttls-any-program-available):
Use `define-obsolete-function-alias`.
* lisp/obsolete/tls.el (tls-format-message): Delete function, use
`format-message` instead.
* lisp/obsolete/url-ns.el (url-ns-prefs): Use `with-current-buffer`
and `dlet`.
* lisp/obsolete/vip.el (vip-escape-to-emacs): Remove unused var `key`.
(vip-command-argument, vip-read-string, ex-delete, ex-line): Remove
unused var `conditions`.
(ex-map): Use a closure instead of `eval`.
(ex-set): Make it an alias of `set-variable`.
(ex-substitute): Remove unused var `cont`.
* lisp/obsolete/abbrevlist.el:
* lisp/obsolete/bruce.el:
* lisp/obsolete/cc-compat.el:
* lisp/obsolete/cl-compat.el:
* lisp/obsolete/cl.el:
* lisp/obsolete/complete.el:
* lisp/obsolete/crisp.el:
* lisp/obsolete/cust-print.el:
* lisp/obsolete/erc-compat.el:
* lisp/obsolete/erc-hecomplete.el:
* lisp/obsolete/eudcb-ph.el:
* lisp/obsolete/fast-lock.el:
* lisp/obsolete/gs.el:
* lisp/obsolete/gulp.el:
* lisp/obsolete/html2text.el:
* lisp/obsolete/info-edit.el:
* lisp/obsolete/iswitchb.el:
* lisp/obsolete/landmark.el:
* lisp/obsolete/lazy-lock.el:
* lisp/obsolete/longlines.el:
* lisp/obsolete/mailpost.el:
* lisp/obsolete/mantemp.el:
* lisp/obsolete/meese.el:
* lisp/obsolete/messcompat.el:
* lisp/obsolete/metamail.el:
* lisp/obsolete/mouse-sel.el:
* lisp/obsolete/nnir.el:
* lisp/obsolete/old-emacs-lock.el:
* lisp/obsolete/otodo-mode.el:
* lisp/obsolete/patcomp.el:
* lisp/obsolete/pc-mode.el:
* lisp/obsolete/pc-select.el:
* lisp/obsolete/pgg-def.el:
* lisp/obsolete/pgg-gpg.el:
* lisp/obsolete/pgg-parse.el:
* lisp/obsolete/pgg-pgp.el:
* lisp/obsolete/pgg-pgp5.el:
* lisp/obsolete/pgg.el:
* lisp/obsolete/rcompile.el:
* lisp/obsolete/s-region.el:
* lisp/obsolete/sb-image.el:
* lisp/obsolete/sregex.el:
* lisp/obsolete/starttls.el:
* lisp/obsolete/sup-mouse.el:
* lisp/obsolete/terminal.el:
* lisp/obsolete/tls.el:
* lisp/obsolete/tpu-edt.el:
* lisp/obsolete/tpu-extras.el:
* lisp/obsolete/tpu-mapper.el:
* lisp/obsolete/url-ns.el:
* lisp/obsolete/vc-arch.el:
* lisp/obsolete/vi.el:
* lisp/obsolete/vip.el:
* lisp/obsolete/ws-mode.el:
* lisp/obsolete/yow.el: Use lexical-binding.
2021-02-22 16:54:59 -05:00
|
|
|
|
:type '(repeat directory))
|
1997-07-25 11:36:34 +00:00
|
|
|
|
|
|
|
|
|
(defcustom PC-disable-includes nil
|
2006-03-06 20:09:17 +00:00
|
|
|
|
"If non-nil, include-file support in \\[find-file] is disabled."
|
* lisp/obsolete: Use lexical-binding
Use lexical-binding in all the lisp/obsolete/*.el files.
While at it, removed redundant :group arguments and used #' to quote
functions. Commented out the key bindings which the #' revealed
to lead to non-existing commands, and replaced those revealed to be obsolete.
* lisp/obsolete/cl-compat.el: Use cl-lib.
* lisp/obsolete/cust-print.el: Assume `defalias` exists.
(with-custom-print): Use `declare`.
* lisp/obsolete/iswitchb.el (iswitchb-init-XEmacs-trick)
(iswitchb-xemacs-backspacekey): Remove functions.
* lisp/obsolete/landmark.el (landmark, landmark-nslify-wts):
Prefer `apply` to `eval`.
* lisp/obsolete/longlines.el (longlines-mode): Don't use `add-to-list`
on a hook.
* lisp/obsolete/pgg-gpg.el (pgg-gpg-process-region): Use `clear-string`.
* lisp/obsolete/pgg-pgp.el (pgg-pgp-encrypt-region): Remove oddly
unused var `passphrase`.
(pgg-pgp-verify-region): Declare var `jam-zcat-filename-list`.
* lisp/obsolete/pgg-pgp5.el (pgg-pgp5-encrypt-region): Remove oddly
unused var `passphrase`.
(pgg-pgp5-verify-region): Declare var `jam-zcat-filename-list`.
* lisp/obsolete/pgg.el: Remove some XEmacs compatibility code.
(pgg-run-at-time, pgg-cancel-timer, pgg-clear-string): Remove functions.
Use their core equivalent instead.
* lisp/obsolete/rcompile.el (remote-compile): Remove unused vars `l`,
`l-host`, `l-user`, and `localname`.
* lisp/obsolete/starttls.el (starttls-any-program-available):
Use `define-obsolete-function-alias`.
* lisp/obsolete/tls.el (tls-format-message): Delete function, use
`format-message` instead.
* lisp/obsolete/url-ns.el (url-ns-prefs): Use `with-current-buffer`
and `dlet`.
* lisp/obsolete/vip.el (vip-escape-to-emacs): Remove unused var `key`.
(vip-command-argument, vip-read-string, ex-delete, ex-line): Remove
unused var `conditions`.
(ex-map): Use a closure instead of `eval`.
(ex-set): Make it an alias of `set-variable`.
(ex-substitute): Remove unused var `cont`.
* lisp/obsolete/abbrevlist.el:
* lisp/obsolete/bruce.el:
* lisp/obsolete/cc-compat.el:
* lisp/obsolete/cl-compat.el:
* lisp/obsolete/cl.el:
* lisp/obsolete/complete.el:
* lisp/obsolete/crisp.el:
* lisp/obsolete/cust-print.el:
* lisp/obsolete/erc-compat.el:
* lisp/obsolete/erc-hecomplete.el:
* lisp/obsolete/eudcb-ph.el:
* lisp/obsolete/fast-lock.el:
* lisp/obsolete/gs.el:
* lisp/obsolete/gulp.el:
* lisp/obsolete/html2text.el:
* lisp/obsolete/info-edit.el:
* lisp/obsolete/iswitchb.el:
* lisp/obsolete/landmark.el:
* lisp/obsolete/lazy-lock.el:
* lisp/obsolete/longlines.el:
* lisp/obsolete/mailpost.el:
* lisp/obsolete/mantemp.el:
* lisp/obsolete/meese.el:
* lisp/obsolete/messcompat.el:
* lisp/obsolete/metamail.el:
* lisp/obsolete/mouse-sel.el:
* lisp/obsolete/nnir.el:
* lisp/obsolete/old-emacs-lock.el:
* lisp/obsolete/otodo-mode.el:
* lisp/obsolete/patcomp.el:
* lisp/obsolete/pc-mode.el:
* lisp/obsolete/pc-select.el:
* lisp/obsolete/pgg-def.el:
* lisp/obsolete/pgg-gpg.el:
* lisp/obsolete/pgg-parse.el:
* lisp/obsolete/pgg-pgp.el:
* lisp/obsolete/pgg-pgp5.el:
* lisp/obsolete/pgg.el:
* lisp/obsolete/rcompile.el:
* lisp/obsolete/s-region.el:
* lisp/obsolete/sb-image.el:
* lisp/obsolete/sregex.el:
* lisp/obsolete/starttls.el:
* lisp/obsolete/sup-mouse.el:
* lisp/obsolete/terminal.el:
* lisp/obsolete/tls.el:
* lisp/obsolete/tpu-edt.el:
* lisp/obsolete/tpu-extras.el:
* lisp/obsolete/tpu-mapper.el:
* lisp/obsolete/url-ns.el:
* lisp/obsolete/vc-arch.el:
* lisp/obsolete/vi.el:
* lisp/obsolete/vip.el:
* lisp/obsolete/ws-mode.el:
* lisp/obsolete/yow.el: Use lexical-binding.
2021-02-22 16:54:59 -05:00
|
|
|
|
:type 'boolean)
|
1993-06-14 14:58:03 +00:00
|
|
|
|
|
|
|
|
|
(defvar PC-default-bindings t
|
1997-07-25 11:36:34 +00:00
|
|
|
|
"If non-nil, default partial completion key bindings are suppressed.")
|
2000-06-15 14:42:19 +00:00
|
|
|
|
|
|
|
|
|
(defvar PC-env-vars-alist nil
|
|
|
|
|
"A list of the environment variable names and values.")
|
|
|
|
|
|
1997-07-25 11:36:34 +00:00
|
|
|
|
|
|
|
|
|
(defun PC-bindings (bind)
|
|
|
|
|
(let ((completion-map minibuffer-local-completion-map)
|
|
|
|
|
(must-match-map minibuffer-local-must-match-map))
|
|
|
|
|
(cond ((not bind)
|
|
|
|
|
;; These bindings are the default bindings. It would be better to
|
|
|
|
|
;; restore the previous bindings.
|
* lisp/obsolete: Use lexical-binding
Use lexical-binding in all the lisp/obsolete/*.el files.
While at it, removed redundant :group arguments and used #' to quote
functions. Commented out the key bindings which the #' revealed
to lead to non-existing commands, and replaced those revealed to be obsolete.
* lisp/obsolete/cl-compat.el: Use cl-lib.
* lisp/obsolete/cust-print.el: Assume `defalias` exists.
(with-custom-print): Use `declare`.
* lisp/obsolete/iswitchb.el (iswitchb-init-XEmacs-trick)
(iswitchb-xemacs-backspacekey): Remove functions.
* lisp/obsolete/landmark.el (landmark, landmark-nslify-wts):
Prefer `apply` to `eval`.
* lisp/obsolete/longlines.el (longlines-mode): Don't use `add-to-list`
on a hook.
* lisp/obsolete/pgg-gpg.el (pgg-gpg-process-region): Use `clear-string`.
* lisp/obsolete/pgg-pgp.el (pgg-pgp-encrypt-region): Remove oddly
unused var `passphrase`.
(pgg-pgp-verify-region): Declare var `jam-zcat-filename-list`.
* lisp/obsolete/pgg-pgp5.el (pgg-pgp5-encrypt-region): Remove oddly
unused var `passphrase`.
(pgg-pgp5-verify-region): Declare var `jam-zcat-filename-list`.
* lisp/obsolete/pgg.el: Remove some XEmacs compatibility code.
(pgg-run-at-time, pgg-cancel-timer, pgg-clear-string): Remove functions.
Use their core equivalent instead.
* lisp/obsolete/rcompile.el (remote-compile): Remove unused vars `l`,
`l-host`, `l-user`, and `localname`.
* lisp/obsolete/starttls.el (starttls-any-program-available):
Use `define-obsolete-function-alias`.
* lisp/obsolete/tls.el (tls-format-message): Delete function, use
`format-message` instead.
* lisp/obsolete/url-ns.el (url-ns-prefs): Use `with-current-buffer`
and `dlet`.
* lisp/obsolete/vip.el (vip-escape-to-emacs): Remove unused var `key`.
(vip-command-argument, vip-read-string, ex-delete, ex-line): Remove
unused var `conditions`.
(ex-map): Use a closure instead of `eval`.
(ex-set): Make it an alias of `set-variable`.
(ex-substitute): Remove unused var `cont`.
* lisp/obsolete/abbrevlist.el:
* lisp/obsolete/bruce.el:
* lisp/obsolete/cc-compat.el:
* lisp/obsolete/cl-compat.el:
* lisp/obsolete/cl.el:
* lisp/obsolete/complete.el:
* lisp/obsolete/crisp.el:
* lisp/obsolete/cust-print.el:
* lisp/obsolete/erc-compat.el:
* lisp/obsolete/erc-hecomplete.el:
* lisp/obsolete/eudcb-ph.el:
* lisp/obsolete/fast-lock.el:
* lisp/obsolete/gs.el:
* lisp/obsolete/gulp.el:
* lisp/obsolete/html2text.el:
* lisp/obsolete/info-edit.el:
* lisp/obsolete/iswitchb.el:
* lisp/obsolete/landmark.el:
* lisp/obsolete/lazy-lock.el:
* lisp/obsolete/longlines.el:
* lisp/obsolete/mailpost.el:
* lisp/obsolete/mantemp.el:
* lisp/obsolete/meese.el:
* lisp/obsolete/messcompat.el:
* lisp/obsolete/metamail.el:
* lisp/obsolete/mouse-sel.el:
* lisp/obsolete/nnir.el:
* lisp/obsolete/old-emacs-lock.el:
* lisp/obsolete/otodo-mode.el:
* lisp/obsolete/patcomp.el:
* lisp/obsolete/pc-mode.el:
* lisp/obsolete/pc-select.el:
* lisp/obsolete/pgg-def.el:
* lisp/obsolete/pgg-gpg.el:
* lisp/obsolete/pgg-parse.el:
* lisp/obsolete/pgg-pgp.el:
* lisp/obsolete/pgg-pgp5.el:
* lisp/obsolete/pgg.el:
* lisp/obsolete/rcompile.el:
* lisp/obsolete/s-region.el:
* lisp/obsolete/sb-image.el:
* lisp/obsolete/sregex.el:
* lisp/obsolete/starttls.el:
* lisp/obsolete/sup-mouse.el:
* lisp/obsolete/terminal.el:
* lisp/obsolete/tls.el:
* lisp/obsolete/tpu-edt.el:
* lisp/obsolete/tpu-extras.el:
* lisp/obsolete/tpu-mapper.el:
* lisp/obsolete/url-ns.el:
* lisp/obsolete/vc-arch.el:
* lisp/obsolete/vi.el:
* lisp/obsolete/vip.el:
* lisp/obsolete/ws-mode.el:
* lisp/obsolete/yow.el: Use lexical-binding.
2021-02-22 16:54:59 -05:00
|
|
|
|
(define-key read-expression-map "\e\t" #'completion-at-point)
|
2007-03-08 14:50:59 +00:00
|
|
|
|
|
* lisp/obsolete: Use lexical-binding
Use lexical-binding in all the lisp/obsolete/*.el files.
While at it, removed redundant :group arguments and used #' to quote
functions. Commented out the key bindings which the #' revealed
to lead to non-existing commands, and replaced those revealed to be obsolete.
* lisp/obsolete/cl-compat.el: Use cl-lib.
* lisp/obsolete/cust-print.el: Assume `defalias` exists.
(with-custom-print): Use `declare`.
* lisp/obsolete/iswitchb.el (iswitchb-init-XEmacs-trick)
(iswitchb-xemacs-backspacekey): Remove functions.
* lisp/obsolete/landmark.el (landmark, landmark-nslify-wts):
Prefer `apply` to `eval`.
* lisp/obsolete/longlines.el (longlines-mode): Don't use `add-to-list`
on a hook.
* lisp/obsolete/pgg-gpg.el (pgg-gpg-process-region): Use `clear-string`.
* lisp/obsolete/pgg-pgp.el (pgg-pgp-encrypt-region): Remove oddly
unused var `passphrase`.
(pgg-pgp-verify-region): Declare var `jam-zcat-filename-list`.
* lisp/obsolete/pgg-pgp5.el (pgg-pgp5-encrypt-region): Remove oddly
unused var `passphrase`.
(pgg-pgp5-verify-region): Declare var `jam-zcat-filename-list`.
* lisp/obsolete/pgg.el: Remove some XEmacs compatibility code.
(pgg-run-at-time, pgg-cancel-timer, pgg-clear-string): Remove functions.
Use their core equivalent instead.
* lisp/obsolete/rcompile.el (remote-compile): Remove unused vars `l`,
`l-host`, `l-user`, and `localname`.
* lisp/obsolete/starttls.el (starttls-any-program-available):
Use `define-obsolete-function-alias`.
* lisp/obsolete/tls.el (tls-format-message): Delete function, use
`format-message` instead.
* lisp/obsolete/url-ns.el (url-ns-prefs): Use `with-current-buffer`
and `dlet`.
* lisp/obsolete/vip.el (vip-escape-to-emacs): Remove unused var `key`.
(vip-command-argument, vip-read-string, ex-delete, ex-line): Remove
unused var `conditions`.
(ex-map): Use a closure instead of `eval`.
(ex-set): Make it an alias of `set-variable`.
(ex-substitute): Remove unused var `cont`.
* lisp/obsolete/abbrevlist.el:
* lisp/obsolete/bruce.el:
* lisp/obsolete/cc-compat.el:
* lisp/obsolete/cl-compat.el:
* lisp/obsolete/cl.el:
* lisp/obsolete/complete.el:
* lisp/obsolete/crisp.el:
* lisp/obsolete/cust-print.el:
* lisp/obsolete/erc-compat.el:
* lisp/obsolete/erc-hecomplete.el:
* lisp/obsolete/eudcb-ph.el:
* lisp/obsolete/fast-lock.el:
* lisp/obsolete/gs.el:
* lisp/obsolete/gulp.el:
* lisp/obsolete/html2text.el:
* lisp/obsolete/info-edit.el:
* lisp/obsolete/iswitchb.el:
* lisp/obsolete/landmark.el:
* lisp/obsolete/lazy-lock.el:
* lisp/obsolete/longlines.el:
* lisp/obsolete/mailpost.el:
* lisp/obsolete/mantemp.el:
* lisp/obsolete/meese.el:
* lisp/obsolete/messcompat.el:
* lisp/obsolete/metamail.el:
* lisp/obsolete/mouse-sel.el:
* lisp/obsolete/nnir.el:
* lisp/obsolete/old-emacs-lock.el:
* lisp/obsolete/otodo-mode.el:
* lisp/obsolete/patcomp.el:
* lisp/obsolete/pc-mode.el:
* lisp/obsolete/pc-select.el:
* lisp/obsolete/pgg-def.el:
* lisp/obsolete/pgg-gpg.el:
* lisp/obsolete/pgg-parse.el:
* lisp/obsolete/pgg-pgp.el:
* lisp/obsolete/pgg-pgp5.el:
* lisp/obsolete/pgg.el:
* lisp/obsolete/rcompile.el:
* lisp/obsolete/s-region.el:
* lisp/obsolete/sb-image.el:
* lisp/obsolete/sregex.el:
* lisp/obsolete/starttls.el:
* lisp/obsolete/sup-mouse.el:
* lisp/obsolete/terminal.el:
* lisp/obsolete/tls.el:
* lisp/obsolete/tpu-edt.el:
* lisp/obsolete/tpu-extras.el:
* lisp/obsolete/tpu-mapper.el:
* lisp/obsolete/url-ns.el:
* lisp/obsolete/vc-arch.el:
* lisp/obsolete/vi.el:
* lisp/obsolete/vip.el:
* lisp/obsolete/ws-mode.el:
* lisp/obsolete/yow.el: Use lexical-binding.
2021-02-22 16:54:59 -05:00
|
|
|
|
(define-key completion-map "\t" #'minibuffer-complete)
|
|
|
|
|
(define-key completion-map " " #'minibuffer-complete-word)
|
|
|
|
|
(define-key completion-map "?" #'minibuffer-completion-help)
|
1997-07-25 11:36:34 +00:00
|
|
|
|
|
* lisp/obsolete: Use lexical-binding
Use lexical-binding in all the lisp/obsolete/*.el files.
While at it, removed redundant :group arguments and used #' to quote
functions. Commented out the key bindings which the #' revealed
to lead to non-existing commands, and replaced those revealed to be obsolete.
* lisp/obsolete/cl-compat.el: Use cl-lib.
* lisp/obsolete/cust-print.el: Assume `defalias` exists.
(with-custom-print): Use `declare`.
* lisp/obsolete/iswitchb.el (iswitchb-init-XEmacs-trick)
(iswitchb-xemacs-backspacekey): Remove functions.
* lisp/obsolete/landmark.el (landmark, landmark-nslify-wts):
Prefer `apply` to `eval`.
* lisp/obsolete/longlines.el (longlines-mode): Don't use `add-to-list`
on a hook.
* lisp/obsolete/pgg-gpg.el (pgg-gpg-process-region): Use `clear-string`.
* lisp/obsolete/pgg-pgp.el (pgg-pgp-encrypt-region): Remove oddly
unused var `passphrase`.
(pgg-pgp-verify-region): Declare var `jam-zcat-filename-list`.
* lisp/obsolete/pgg-pgp5.el (pgg-pgp5-encrypt-region): Remove oddly
unused var `passphrase`.
(pgg-pgp5-verify-region): Declare var `jam-zcat-filename-list`.
* lisp/obsolete/pgg.el: Remove some XEmacs compatibility code.
(pgg-run-at-time, pgg-cancel-timer, pgg-clear-string): Remove functions.
Use their core equivalent instead.
* lisp/obsolete/rcompile.el (remote-compile): Remove unused vars `l`,
`l-host`, `l-user`, and `localname`.
* lisp/obsolete/starttls.el (starttls-any-program-available):
Use `define-obsolete-function-alias`.
* lisp/obsolete/tls.el (tls-format-message): Delete function, use
`format-message` instead.
* lisp/obsolete/url-ns.el (url-ns-prefs): Use `with-current-buffer`
and `dlet`.
* lisp/obsolete/vip.el (vip-escape-to-emacs): Remove unused var `key`.
(vip-command-argument, vip-read-string, ex-delete, ex-line): Remove
unused var `conditions`.
(ex-map): Use a closure instead of `eval`.
(ex-set): Make it an alias of `set-variable`.
(ex-substitute): Remove unused var `cont`.
* lisp/obsolete/abbrevlist.el:
* lisp/obsolete/bruce.el:
* lisp/obsolete/cc-compat.el:
* lisp/obsolete/cl-compat.el:
* lisp/obsolete/cl.el:
* lisp/obsolete/complete.el:
* lisp/obsolete/crisp.el:
* lisp/obsolete/cust-print.el:
* lisp/obsolete/erc-compat.el:
* lisp/obsolete/erc-hecomplete.el:
* lisp/obsolete/eudcb-ph.el:
* lisp/obsolete/fast-lock.el:
* lisp/obsolete/gs.el:
* lisp/obsolete/gulp.el:
* lisp/obsolete/html2text.el:
* lisp/obsolete/info-edit.el:
* lisp/obsolete/iswitchb.el:
* lisp/obsolete/landmark.el:
* lisp/obsolete/lazy-lock.el:
* lisp/obsolete/longlines.el:
* lisp/obsolete/mailpost.el:
* lisp/obsolete/mantemp.el:
* lisp/obsolete/meese.el:
* lisp/obsolete/messcompat.el:
* lisp/obsolete/metamail.el:
* lisp/obsolete/mouse-sel.el:
* lisp/obsolete/nnir.el:
* lisp/obsolete/old-emacs-lock.el:
* lisp/obsolete/otodo-mode.el:
* lisp/obsolete/patcomp.el:
* lisp/obsolete/pc-mode.el:
* lisp/obsolete/pc-select.el:
* lisp/obsolete/pgg-def.el:
* lisp/obsolete/pgg-gpg.el:
* lisp/obsolete/pgg-parse.el:
* lisp/obsolete/pgg-pgp.el:
* lisp/obsolete/pgg-pgp5.el:
* lisp/obsolete/pgg.el:
* lisp/obsolete/rcompile.el:
* lisp/obsolete/s-region.el:
* lisp/obsolete/sb-image.el:
* lisp/obsolete/sregex.el:
* lisp/obsolete/starttls.el:
* lisp/obsolete/sup-mouse.el:
* lisp/obsolete/terminal.el:
* lisp/obsolete/tls.el:
* lisp/obsolete/tpu-edt.el:
* lisp/obsolete/tpu-extras.el:
* lisp/obsolete/tpu-mapper.el:
* lisp/obsolete/url-ns.el:
* lisp/obsolete/vc-arch.el:
* lisp/obsolete/vi.el:
* lisp/obsolete/vip.el:
* lisp/obsolete/ws-mode.el:
* lisp/obsolete/yow.el: Use lexical-binding.
2021-02-22 16:54:59 -05:00
|
|
|
|
(define-key must-match-map "\r" #'minibuffer-complete-and-exit)
|
|
|
|
|
(define-key must-match-map "\n" #'minibuffer-complete-and-exit)
|
1997-07-25 11:36:34 +00:00
|
|
|
|
|
2007-03-07 15:08:46 +00:00
|
|
|
|
(define-key global-map [remap lisp-complete-symbol] nil))
|
1997-07-25 11:36:34 +00:00
|
|
|
|
(PC-default-bindings
|
* lisp/obsolete: Use lexical-binding
Use lexical-binding in all the lisp/obsolete/*.el files.
While at it, removed redundant :group arguments and used #' to quote
functions. Commented out the key bindings which the #' revealed
to lead to non-existing commands, and replaced those revealed to be obsolete.
* lisp/obsolete/cl-compat.el: Use cl-lib.
* lisp/obsolete/cust-print.el: Assume `defalias` exists.
(with-custom-print): Use `declare`.
* lisp/obsolete/iswitchb.el (iswitchb-init-XEmacs-trick)
(iswitchb-xemacs-backspacekey): Remove functions.
* lisp/obsolete/landmark.el (landmark, landmark-nslify-wts):
Prefer `apply` to `eval`.
* lisp/obsolete/longlines.el (longlines-mode): Don't use `add-to-list`
on a hook.
* lisp/obsolete/pgg-gpg.el (pgg-gpg-process-region): Use `clear-string`.
* lisp/obsolete/pgg-pgp.el (pgg-pgp-encrypt-region): Remove oddly
unused var `passphrase`.
(pgg-pgp-verify-region): Declare var `jam-zcat-filename-list`.
* lisp/obsolete/pgg-pgp5.el (pgg-pgp5-encrypt-region): Remove oddly
unused var `passphrase`.
(pgg-pgp5-verify-region): Declare var `jam-zcat-filename-list`.
* lisp/obsolete/pgg.el: Remove some XEmacs compatibility code.
(pgg-run-at-time, pgg-cancel-timer, pgg-clear-string): Remove functions.
Use their core equivalent instead.
* lisp/obsolete/rcompile.el (remote-compile): Remove unused vars `l`,
`l-host`, `l-user`, and `localname`.
* lisp/obsolete/starttls.el (starttls-any-program-available):
Use `define-obsolete-function-alias`.
* lisp/obsolete/tls.el (tls-format-message): Delete function, use
`format-message` instead.
* lisp/obsolete/url-ns.el (url-ns-prefs): Use `with-current-buffer`
and `dlet`.
* lisp/obsolete/vip.el (vip-escape-to-emacs): Remove unused var `key`.
(vip-command-argument, vip-read-string, ex-delete, ex-line): Remove
unused var `conditions`.
(ex-map): Use a closure instead of `eval`.
(ex-set): Make it an alias of `set-variable`.
(ex-substitute): Remove unused var `cont`.
* lisp/obsolete/abbrevlist.el:
* lisp/obsolete/bruce.el:
* lisp/obsolete/cc-compat.el:
* lisp/obsolete/cl-compat.el:
* lisp/obsolete/cl.el:
* lisp/obsolete/complete.el:
* lisp/obsolete/crisp.el:
* lisp/obsolete/cust-print.el:
* lisp/obsolete/erc-compat.el:
* lisp/obsolete/erc-hecomplete.el:
* lisp/obsolete/eudcb-ph.el:
* lisp/obsolete/fast-lock.el:
* lisp/obsolete/gs.el:
* lisp/obsolete/gulp.el:
* lisp/obsolete/html2text.el:
* lisp/obsolete/info-edit.el:
* lisp/obsolete/iswitchb.el:
* lisp/obsolete/landmark.el:
* lisp/obsolete/lazy-lock.el:
* lisp/obsolete/longlines.el:
* lisp/obsolete/mailpost.el:
* lisp/obsolete/mantemp.el:
* lisp/obsolete/meese.el:
* lisp/obsolete/messcompat.el:
* lisp/obsolete/metamail.el:
* lisp/obsolete/mouse-sel.el:
* lisp/obsolete/nnir.el:
* lisp/obsolete/old-emacs-lock.el:
* lisp/obsolete/otodo-mode.el:
* lisp/obsolete/patcomp.el:
* lisp/obsolete/pc-mode.el:
* lisp/obsolete/pc-select.el:
* lisp/obsolete/pgg-def.el:
* lisp/obsolete/pgg-gpg.el:
* lisp/obsolete/pgg-parse.el:
* lisp/obsolete/pgg-pgp.el:
* lisp/obsolete/pgg-pgp5.el:
* lisp/obsolete/pgg.el:
* lisp/obsolete/rcompile.el:
* lisp/obsolete/s-region.el:
* lisp/obsolete/sb-image.el:
* lisp/obsolete/sregex.el:
* lisp/obsolete/starttls.el:
* lisp/obsolete/sup-mouse.el:
* lisp/obsolete/terminal.el:
* lisp/obsolete/tls.el:
* lisp/obsolete/tpu-edt.el:
* lisp/obsolete/tpu-extras.el:
* lisp/obsolete/tpu-mapper.el:
* lisp/obsolete/url-ns.el:
* lisp/obsolete/vc-arch.el:
* lisp/obsolete/vi.el:
* lisp/obsolete/vip.el:
* lisp/obsolete/ws-mode.el:
* lisp/obsolete/yow.el: Use lexical-binding.
2021-02-22 16:54:59 -05:00
|
|
|
|
(define-key read-expression-map "\e\t" #'PC-lisp-complete-symbol)
|
2007-03-08 14:50:59 +00:00
|
|
|
|
|
* lisp/obsolete: Use lexical-binding
Use lexical-binding in all the lisp/obsolete/*.el files.
While at it, removed redundant :group arguments and used #' to quote
functions. Commented out the key bindings which the #' revealed
to lead to non-existing commands, and replaced those revealed to be obsolete.
* lisp/obsolete/cl-compat.el: Use cl-lib.
* lisp/obsolete/cust-print.el: Assume `defalias` exists.
(with-custom-print): Use `declare`.
* lisp/obsolete/iswitchb.el (iswitchb-init-XEmacs-trick)
(iswitchb-xemacs-backspacekey): Remove functions.
* lisp/obsolete/landmark.el (landmark, landmark-nslify-wts):
Prefer `apply` to `eval`.
* lisp/obsolete/longlines.el (longlines-mode): Don't use `add-to-list`
on a hook.
* lisp/obsolete/pgg-gpg.el (pgg-gpg-process-region): Use `clear-string`.
* lisp/obsolete/pgg-pgp.el (pgg-pgp-encrypt-region): Remove oddly
unused var `passphrase`.
(pgg-pgp-verify-region): Declare var `jam-zcat-filename-list`.
* lisp/obsolete/pgg-pgp5.el (pgg-pgp5-encrypt-region): Remove oddly
unused var `passphrase`.
(pgg-pgp5-verify-region): Declare var `jam-zcat-filename-list`.
* lisp/obsolete/pgg.el: Remove some XEmacs compatibility code.
(pgg-run-at-time, pgg-cancel-timer, pgg-clear-string): Remove functions.
Use their core equivalent instead.
* lisp/obsolete/rcompile.el (remote-compile): Remove unused vars `l`,
`l-host`, `l-user`, and `localname`.
* lisp/obsolete/starttls.el (starttls-any-program-available):
Use `define-obsolete-function-alias`.
* lisp/obsolete/tls.el (tls-format-message): Delete function, use
`format-message` instead.
* lisp/obsolete/url-ns.el (url-ns-prefs): Use `with-current-buffer`
and `dlet`.
* lisp/obsolete/vip.el (vip-escape-to-emacs): Remove unused var `key`.
(vip-command-argument, vip-read-string, ex-delete, ex-line): Remove
unused var `conditions`.
(ex-map): Use a closure instead of `eval`.
(ex-set): Make it an alias of `set-variable`.
(ex-substitute): Remove unused var `cont`.
* lisp/obsolete/abbrevlist.el:
* lisp/obsolete/bruce.el:
* lisp/obsolete/cc-compat.el:
* lisp/obsolete/cl-compat.el:
* lisp/obsolete/cl.el:
* lisp/obsolete/complete.el:
* lisp/obsolete/crisp.el:
* lisp/obsolete/cust-print.el:
* lisp/obsolete/erc-compat.el:
* lisp/obsolete/erc-hecomplete.el:
* lisp/obsolete/eudcb-ph.el:
* lisp/obsolete/fast-lock.el:
* lisp/obsolete/gs.el:
* lisp/obsolete/gulp.el:
* lisp/obsolete/html2text.el:
* lisp/obsolete/info-edit.el:
* lisp/obsolete/iswitchb.el:
* lisp/obsolete/landmark.el:
* lisp/obsolete/lazy-lock.el:
* lisp/obsolete/longlines.el:
* lisp/obsolete/mailpost.el:
* lisp/obsolete/mantemp.el:
* lisp/obsolete/meese.el:
* lisp/obsolete/messcompat.el:
* lisp/obsolete/metamail.el:
* lisp/obsolete/mouse-sel.el:
* lisp/obsolete/nnir.el:
* lisp/obsolete/old-emacs-lock.el:
* lisp/obsolete/otodo-mode.el:
* lisp/obsolete/patcomp.el:
* lisp/obsolete/pc-mode.el:
* lisp/obsolete/pc-select.el:
* lisp/obsolete/pgg-def.el:
* lisp/obsolete/pgg-gpg.el:
* lisp/obsolete/pgg-parse.el:
* lisp/obsolete/pgg-pgp.el:
* lisp/obsolete/pgg-pgp5.el:
* lisp/obsolete/pgg.el:
* lisp/obsolete/rcompile.el:
* lisp/obsolete/s-region.el:
* lisp/obsolete/sb-image.el:
* lisp/obsolete/sregex.el:
* lisp/obsolete/starttls.el:
* lisp/obsolete/sup-mouse.el:
* lisp/obsolete/terminal.el:
* lisp/obsolete/tls.el:
* lisp/obsolete/tpu-edt.el:
* lisp/obsolete/tpu-extras.el:
* lisp/obsolete/tpu-mapper.el:
* lisp/obsolete/url-ns.el:
* lisp/obsolete/vc-arch.el:
* lisp/obsolete/vi.el:
* lisp/obsolete/vip.el:
* lisp/obsolete/ws-mode.el:
* lisp/obsolete/yow.el: Use lexical-binding.
2021-02-22 16:54:59 -05:00
|
|
|
|
(define-key completion-map "\t" #'PC-complete)
|
|
|
|
|
(define-key completion-map " " #'PC-complete-word)
|
|
|
|
|
(define-key completion-map "?" #'PC-completion-help)
|
1997-07-25 11:36:34 +00:00
|
|
|
|
|
* lisp/obsolete: Use lexical-binding
Use lexical-binding in all the lisp/obsolete/*.el files.
While at it, removed redundant :group arguments and used #' to quote
functions. Commented out the key bindings which the #' revealed
to lead to non-existing commands, and replaced those revealed to be obsolete.
* lisp/obsolete/cl-compat.el: Use cl-lib.
* lisp/obsolete/cust-print.el: Assume `defalias` exists.
(with-custom-print): Use `declare`.
* lisp/obsolete/iswitchb.el (iswitchb-init-XEmacs-trick)
(iswitchb-xemacs-backspacekey): Remove functions.
* lisp/obsolete/landmark.el (landmark, landmark-nslify-wts):
Prefer `apply` to `eval`.
* lisp/obsolete/longlines.el (longlines-mode): Don't use `add-to-list`
on a hook.
* lisp/obsolete/pgg-gpg.el (pgg-gpg-process-region): Use `clear-string`.
* lisp/obsolete/pgg-pgp.el (pgg-pgp-encrypt-region): Remove oddly
unused var `passphrase`.
(pgg-pgp-verify-region): Declare var `jam-zcat-filename-list`.
* lisp/obsolete/pgg-pgp5.el (pgg-pgp5-encrypt-region): Remove oddly
unused var `passphrase`.
(pgg-pgp5-verify-region): Declare var `jam-zcat-filename-list`.
* lisp/obsolete/pgg.el: Remove some XEmacs compatibility code.
(pgg-run-at-time, pgg-cancel-timer, pgg-clear-string): Remove functions.
Use their core equivalent instead.
* lisp/obsolete/rcompile.el (remote-compile): Remove unused vars `l`,
`l-host`, `l-user`, and `localname`.
* lisp/obsolete/starttls.el (starttls-any-program-available):
Use `define-obsolete-function-alias`.
* lisp/obsolete/tls.el (tls-format-message): Delete function, use
`format-message` instead.
* lisp/obsolete/url-ns.el (url-ns-prefs): Use `with-current-buffer`
and `dlet`.
* lisp/obsolete/vip.el (vip-escape-to-emacs): Remove unused var `key`.
(vip-command-argument, vip-read-string, ex-delete, ex-line): Remove
unused var `conditions`.
(ex-map): Use a closure instead of `eval`.
(ex-set): Make it an alias of `set-variable`.
(ex-substitute): Remove unused var `cont`.
* lisp/obsolete/abbrevlist.el:
* lisp/obsolete/bruce.el:
* lisp/obsolete/cc-compat.el:
* lisp/obsolete/cl-compat.el:
* lisp/obsolete/cl.el:
* lisp/obsolete/complete.el:
* lisp/obsolete/crisp.el:
* lisp/obsolete/cust-print.el:
* lisp/obsolete/erc-compat.el:
* lisp/obsolete/erc-hecomplete.el:
* lisp/obsolete/eudcb-ph.el:
* lisp/obsolete/fast-lock.el:
* lisp/obsolete/gs.el:
* lisp/obsolete/gulp.el:
* lisp/obsolete/html2text.el:
* lisp/obsolete/info-edit.el:
* lisp/obsolete/iswitchb.el:
* lisp/obsolete/landmark.el:
* lisp/obsolete/lazy-lock.el:
* lisp/obsolete/longlines.el:
* lisp/obsolete/mailpost.el:
* lisp/obsolete/mantemp.el:
* lisp/obsolete/meese.el:
* lisp/obsolete/messcompat.el:
* lisp/obsolete/metamail.el:
* lisp/obsolete/mouse-sel.el:
* lisp/obsolete/nnir.el:
* lisp/obsolete/old-emacs-lock.el:
* lisp/obsolete/otodo-mode.el:
* lisp/obsolete/patcomp.el:
* lisp/obsolete/pc-mode.el:
* lisp/obsolete/pc-select.el:
* lisp/obsolete/pgg-def.el:
* lisp/obsolete/pgg-gpg.el:
* lisp/obsolete/pgg-parse.el:
* lisp/obsolete/pgg-pgp.el:
* lisp/obsolete/pgg-pgp5.el:
* lisp/obsolete/pgg.el:
* lisp/obsolete/rcompile.el:
* lisp/obsolete/s-region.el:
* lisp/obsolete/sb-image.el:
* lisp/obsolete/sregex.el:
* lisp/obsolete/starttls.el:
* lisp/obsolete/sup-mouse.el:
* lisp/obsolete/terminal.el:
* lisp/obsolete/tls.el:
* lisp/obsolete/tpu-edt.el:
* lisp/obsolete/tpu-extras.el:
* lisp/obsolete/tpu-mapper.el:
* lisp/obsolete/url-ns.el:
* lisp/obsolete/vc-arch.el:
* lisp/obsolete/vi.el:
* lisp/obsolete/vip.el:
* lisp/obsolete/ws-mode.el:
* lisp/obsolete/yow.el: Use lexical-binding.
2021-02-22 16:54:59 -05:00
|
|
|
|
(define-key completion-map "\e\t" #'PC-complete)
|
|
|
|
|
(define-key completion-map "\e " #'PC-complete-word)
|
|
|
|
|
(define-key completion-map "\e\r" #'PC-force-complete-and-exit)
|
|
|
|
|
(define-key completion-map "\e\n" #'PC-force-complete-and-exit)
|
|
|
|
|
(define-key completion-map "\e?" #'PC-completion-help)
|
1997-07-25 11:36:34 +00:00
|
|
|
|
|
* lisp/obsolete: Use lexical-binding
Use lexical-binding in all the lisp/obsolete/*.el files.
While at it, removed redundant :group arguments and used #' to quote
functions. Commented out the key bindings which the #' revealed
to lead to non-existing commands, and replaced those revealed to be obsolete.
* lisp/obsolete/cl-compat.el: Use cl-lib.
* lisp/obsolete/cust-print.el: Assume `defalias` exists.
(with-custom-print): Use `declare`.
* lisp/obsolete/iswitchb.el (iswitchb-init-XEmacs-trick)
(iswitchb-xemacs-backspacekey): Remove functions.
* lisp/obsolete/landmark.el (landmark, landmark-nslify-wts):
Prefer `apply` to `eval`.
* lisp/obsolete/longlines.el (longlines-mode): Don't use `add-to-list`
on a hook.
* lisp/obsolete/pgg-gpg.el (pgg-gpg-process-region): Use `clear-string`.
* lisp/obsolete/pgg-pgp.el (pgg-pgp-encrypt-region): Remove oddly
unused var `passphrase`.
(pgg-pgp-verify-region): Declare var `jam-zcat-filename-list`.
* lisp/obsolete/pgg-pgp5.el (pgg-pgp5-encrypt-region): Remove oddly
unused var `passphrase`.
(pgg-pgp5-verify-region): Declare var `jam-zcat-filename-list`.
* lisp/obsolete/pgg.el: Remove some XEmacs compatibility code.
(pgg-run-at-time, pgg-cancel-timer, pgg-clear-string): Remove functions.
Use their core equivalent instead.
* lisp/obsolete/rcompile.el (remote-compile): Remove unused vars `l`,
`l-host`, `l-user`, and `localname`.
* lisp/obsolete/starttls.el (starttls-any-program-available):
Use `define-obsolete-function-alias`.
* lisp/obsolete/tls.el (tls-format-message): Delete function, use
`format-message` instead.
* lisp/obsolete/url-ns.el (url-ns-prefs): Use `with-current-buffer`
and `dlet`.
* lisp/obsolete/vip.el (vip-escape-to-emacs): Remove unused var `key`.
(vip-command-argument, vip-read-string, ex-delete, ex-line): Remove
unused var `conditions`.
(ex-map): Use a closure instead of `eval`.
(ex-set): Make it an alias of `set-variable`.
(ex-substitute): Remove unused var `cont`.
* lisp/obsolete/abbrevlist.el:
* lisp/obsolete/bruce.el:
* lisp/obsolete/cc-compat.el:
* lisp/obsolete/cl-compat.el:
* lisp/obsolete/cl.el:
* lisp/obsolete/complete.el:
* lisp/obsolete/crisp.el:
* lisp/obsolete/cust-print.el:
* lisp/obsolete/erc-compat.el:
* lisp/obsolete/erc-hecomplete.el:
* lisp/obsolete/eudcb-ph.el:
* lisp/obsolete/fast-lock.el:
* lisp/obsolete/gs.el:
* lisp/obsolete/gulp.el:
* lisp/obsolete/html2text.el:
* lisp/obsolete/info-edit.el:
* lisp/obsolete/iswitchb.el:
* lisp/obsolete/landmark.el:
* lisp/obsolete/lazy-lock.el:
* lisp/obsolete/longlines.el:
* lisp/obsolete/mailpost.el:
* lisp/obsolete/mantemp.el:
* lisp/obsolete/meese.el:
* lisp/obsolete/messcompat.el:
* lisp/obsolete/metamail.el:
* lisp/obsolete/mouse-sel.el:
* lisp/obsolete/nnir.el:
* lisp/obsolete/old-emacs-lock.el:
* lisp/obsolete/otodo-mode.el:
* lisp/obsolete/patcomp.el:
* lisp/obsolete/pc-mode.el:
* lisp/obsolete/pc-select.el:
* lisp/obsolete/pgg-def.el:
* lisp/obsolete/pgg-gpg.el:
* lisp/obsolete/pgg-parse.el:
* lisp/obsolete/pgg-pgp.el:
* lisp/obsolete/pgg-pgp5.el:
* lisp/obsolete/pgg.el:
* lisp/obsolete/rcompile.el:
* lisp/obsolete/s-region.el:
* lisp/obsolete/sb-image.el:
* lisp/obsolete/sregex.el:
* lisp/obsolete/starttls.el:
* lisp/obsolete/sup-mouse.el:
* lisp/obsolete/terminal.el:
* lisp/obsolete/tls.el:
* lisp/obsolete/tpu-edt.el:
* lisp/obsolete/tpu-extras.el:
* lisp/obsolete/tpu-mapper.el:
* lisp/obsolete/url-ns.el:
* lisp/obsolete/vc-arch.el:
* lisp/obsolete/vi.el:
* lisp/obsolete/vip.el:
* lisp/obsolete/ws-mode.el:
* lisp/obsolete/yow.el: Use lexical-binding.
2021-02-22 16:54:59 -05:00
|
|
|
|
(define-key must-match-map "\r" #'PC-complete-and-exit)
|
|
|
|
|
(define-key must-match-map "\n" #'PC-complete-and-exit)
|
1997-07-25 11:36:34 +00:00
|
|
|
|
|
* lisp/obsolete: Use lexical-binding
Use lexical-binding in all the lisp/obsolete/*.el files.
While at it, removed redundant :group arguments and used #' to quote
functions. Commented out the key bindings which the #' revealed
to lead to non-existing commands, and replaced those revealed to be obsolete.
* lisp/obsolete/cl-compat.el: Use cl-lib.
* lisp/obsolete/cust-print.el: Assume `defalias` exists.
(with-custom-print): Use `declare`.
* lisp/obsolete/iswitchb.el (iswitchb-init-XEmacs-trick)
(iswitchb-xemacs-backspacekey): Remove functions.
* lisp/obsolete/landmark.el (landmark, landmark-nslify-wts):
Prefer `apply` to `eval`.
* lisp/obsolete/longlines.el (longlines-mode): Don't use `add-to-list`
on a hook.
* lisp/obsolete/pgg-gpg.el (pgg-gpg-process-region): Use `clear-string`.
* lisp/obsolete/pgg-pgp.el (pgg-pgp-encrypt-region): Remove oddly
unused var `passphrase`.
(pgg-pgp-verify-region): Declare var `jam-zcat-filename-list`.
* lisp/obsolete/pgg-pgp5.el (pgg-pgp5-encrypt-region): Remove oddly
unused var `passphrase`.
(pgg-pgp5-verify-region): Declare var `jam-zcat-filename-list`.
* lisp/obsolete/pgg.el: Remove some XEmacs compatibility code.
(pgg-run-at-time, pgg-cancel-timer, pgg-clear-string): Remove functions.
Use their core equivalent instead.
* lisp/obsolete/rcompile.el (remote-compile): Remove unused vars `l`,
`l-host`, `l-user`, and `localname`.
* lisp/obsolete/starttls.el (starttls-any-program-available):
Use `define-obsolete-function-alias`.
* lisp/obsolete/tls.el (tls-format-message): Delete function, use
`format-message` instead.
* lisp/obsolete/url-ns.el (url-ns-prefs): Use `with-current-buffer`
and `dlet`.
* lisp/obsolete/vip.el (vip-escape-to-emacs): Remove unused var `key`.
(vip-command-argument, vip-read-string, ex-delete, ex-line): Remove
unused var `conditions`.
(ex-map): Use a closure instead of `eval`.
(ex-set): Make it an alias of `set-variable`.
(ex-substitute): Remove unused var `cont`.
* lisp/obsolete/abbrevlist.el:
* lisp/obsolete/bruce.el:
* lisp/obsolete/cc-compat.el:
* lisp/obsolete/cl-compat.el:
* lisp/obsolete/cl.el:
* lisp/obsolete/complete.el:
* lisp/obsolete/crisp.el:
* lisp/obsolete/cust-print.el:
* lisp/obsolete/erc-compat.el:
* lisp/obsolete/erc-hecomplete.el:
* lisp/obsolete/eudcb-ph.el:
* lisp/obsolete/fast-lock.el:
* lisp/obsolete/gs.el:
* lisp/obsolete/gulp.el:
* lisp/obsolete/html2text.el:
* lisp/obsolete/info-edit.el:
* lisp/obsolete/iswitchb.el:
* lisp/obsolete/landmark.el:
* lisp/obsolete/lazy-lock.el:
* lisp/obsolete/longlines.el:
* lisp/obsolete/mailpost.el:
* lisp/obsolete/mantemp.el:
* lisp/obsolete/meese.el:
* lisp/obsolete/messcompat.el:
* lisp/obsolete/metamail.el:
* lisp/obsolete/mouse-sel.el:
* lisp/obsolete/nnir.el:
* lisp/obsolete/old-emacs-lock.el:
* lisp/obsolete/otodo-mode.el:
* lisp/obsolete/patcomp.el:
* lisp/obsolete/pc-mode.el:
* lisp/obsolete/pc-select.el:
* lisp/obsolete/pgg-def.el:
* lisp/obsolete/pgg-gpg.el:
* lisp/obsolete/pgg-parse.el:
* lisp/obsolete/pgg-pgp.el:
* lisp/obsolete/pgg-pgp5.el:
* lisp/obsolete/pgg.el:
* lisp/obsolete/rcompile.el:
* lisp/obsolete/s-region.el:
* lisp/obsolete/sb-image.el:
* lisp/obsolete/sregex.el:
* lisp/obsolete/starttls.el:
* lisp/obsolete/sup-mouse.el:
* lisp/obsolete/terminal.el:
* lisp/obsolete/tls.el:
* lisp/obsolete/tpu-edt.el:
* lisp/obsolete/tpu-extras.el:
* lisp/obsolete/tpu-mapper.el:
* lisp/obsolete/url-ns.el:
* lisp/obsolete/vc-arch.el:
* lisp/obsolete/vi.el:
* lisp/obsolete/vip.el:
* lisp/obsolete/ws-mode.el:
* lisp/obsolete/yow.el: Use lexical-binding.
2021-02-22 16:54:59 -05:00
|
|
|
|
(define-key must-match-map "\e\r" #'PC-complete-and-exit)
|
|
|
|
|
(define-key must-match-map "\e\n" #'PC-complete-and-exit)
|
1997-07-25 11:36:34 +00:00
|
|
|
|
|
* lisp/obsolete: Use lexical-binding
Use lexical-binding in all the lisp/obsolete/*.el files.
While at it, removed redundant :group arguments and used #' to quote
functions. Commented out the key bindings which the #' revealed
to lead to non-existing commands, and replaced those revealed to be obsolete.
* lisp/obsolete/cl-compat.el: Use cl-lib.
* lisp/obsolete/cust-print.el: Assume `defalias` exists.
(with-custom-print): Use `declare`.
* lisp/obsolete/iswitchb.el (iswitchb-init-XEmacs-trick)
(iswitchb-xemacs-backspacekey): Remove functions.
* lisp/obsolete/landmark.el (landmark, landmark-nslify-wts):
Prefer `apply` to `eval`.
* lisp/obsolete/longlines.el (longlines-mode): Don't use `add-to-list`
on a hook.
* lisp/obsolete/pgg-gpg.el (pgg-gpg-process-region): Use `clear-string`.
* lisp/obsolete/pgg-pgp.el (pgg-pgp-encrypt-region): Remove oddly
unused var `passphrase`.
(pgg-pgp-verify-region): Declare var `jam-zcat-filename-list`.
* lisp/obsolete/pgg-pgp5.el (pgg-pgp5-encrypt-region): Remove oddly
unused var `passphrase`.
(pgg-pgp5-verify-region): Declare var `jam-zcat-filename-list`.
* lisp/obsolete/pgg.el: Remove some XEmacs compatibility code.
(pgg-run-at-time, pgg-cancel-timer, pgg-clear-string): Remove functions.
Use their core equivalent instead.
* lisp/obsolete/rcompile.el (remote-compile): Remove unused vars `l`,
`l-host`, `l-user`, and `localname`.
* lisp/obsolete/starttls.el (starttls-any-program-available):
Use `define-obsolete-function-alias`.
* lisp/obsolete/tls.el (tls-format-message): Delete function, use
`format-message` instead.
* lisp/obsolete/url-ns.el (url-ns-prefs): Use `with-current-buffer`
and `dlet`.
* lisp/obsolete/vip.el (vip-escape-to-emacs): Remove unused var `key`.
(vip-command-argument, vip-read-string, ex-delete, ex-line): Remove
unused var `conditions`.
(ex-map): Use a closure instead of `eval`.
(ex-set): Make it an alias of `set-variable`.
(ex-substitute): Remove unused var `cont`.
* lisp/obsolete/abbrevlist.el:
* lisp/obsolete/bruce.el:
* lisp/obsolete/cc-compat.el:
* lisp/obsolete/cl-compat.el:
* lisp/obsolete/cl.el:
* lisp/obsolete/complete.el:
* lisp/obsolete/crisp.el:
* lisp/obsolete/cust-print.el:
* lisp/obsolete/erc-compat.el:
* lisp/obsolete/erc-hecomplete.el:
* lisp/obsolete/eudcb-ph.el:
* lisp/obsolete/fast-lock.el:
* lisp/obsolete/gs.el:
* lisp/obsolete/gulp.el:
* lisp/obsolete/html2text.el:
* lisp/obsolete/info-edit.el:
* lisp/obsolete/iswitchb.el:
* lisp/obsolete/landmark.el:
* lisp/obsolete/lazy-lock.el:
* lisp/obsolete/longlines.el:
* lisp/obsolete/mailpost.el:
* lisp/obsolete/mantemp.el:
* lisp/obsolete/meese.el:
* lisp/obsolete/messcompat.el:
* lisp/obsolete/metamail.el:
* lisp/obsolete/mouse-sel.el:
* lisp/obsolete/nnir.el:
* lisp/obsolete/old-emacs-lock.el:
* lisp/obsolete/otodo-mode.el:
* lisp/obsolete/patcomp.el:
* lisp/obsolete/pc-mode.el:
* lisp/obsolete/pc-select.el:
* lisp/obsolete/pgg-def.el:
* lisp/obsolete/pgg-gpg.el:
* lisp/obsolete/pgg-parse.el:
* lisp/obsolete/pgg-pgp.el:
* lisp/obsolete/pgg-pgp5.el:
* lisp/obsolete/pgg.el:
* lisp/obsolete/rcompile.el:
* lisp/obsolete/s-region.el:
* lisp/obsolete/sb-image.el:
* lisp/obsolete/sregex.el:
* lisp/obsolete/starttls.el:
* lisp/obsolete/sup-mouse.el:
* lisp/obsolete/terminal.el:
* lisp/obsolete/tls.el:
* lisp/obsolete/tpu-edt.el:
* lisp/obsolete/tpu-extras.el:
* lisp/obsolete/tpu-mapper.el:
* lisp/obsolete/url-ns.el:
* lisp/obsolete/vc-arch.el:
* lisp/obsolete/vi.el:
* lisp/obsolete/vip.el:
* lisp/obsolete/ws-mode.el:
* lisp/obsolete/yow.el: Use lexical-binding.
2021-02-22 16:54:59 -05:00
|
|
|
|
(define-key global-map [remap lisp-complete-symbol] #'PC-lisp-complete-symbol)))))
|
1997-07-25 11:36:34 +00:00
|
|
|
|
|
2007-03-28 03:28:49 +00:00
|
|
|
|
(defvar PC-do-completion-end nil
|
|
|
|
|
"Internal variable used by `PC-do-completion'.")
|
|
|
|
|
|
2007-04-14 20:23:31 +00:00
|
|
|
|
(make-variable-buffer-local 'PC-do-completion-end)
|
|
|
|
|
|
2007-04-14 19:33:06 +00:00
|
|
|
|
(defvar PC-goto-end nil
|
|
|
|
|
"Internal variable set in `PC-do-completion', used in
|
|
|
|
|
`choose-completion-string-functions'.")
|
|
|
|
|
|
2007-04-14 20:23:31 +00:00
|
|
|
|
(make-variable-buffer-local 'PC-goto-end)
|
|
|
|
|
|
2000-09-29 02:17:56 +00:00
|
|
|
|
;;;###autoload
|
|
|
|
|
(define-minor-mode partial-completion-mode
|
|
|
|
|
"Toggle Partial Completion mode.
|
|
|
|
|
|
|
|
|
|
When Partial Completion mode is enabled, TAB (or M-TAB if `PC-meta-flag' is
|
|
|
|
|
nil) is enhanced so that if some string is divided into words and each word is
|
|
|
|
|
delimited by a character in `PC-word-delimiters', partial words are completed
|
|
|
|
|
as much as possible and `*' characters are treated likewise in file names.
|
|
|
|
|
|
|
|
|
|
For example, M-x p-c-m expands to M-x partial-completion-mode since no other
|
|
|
|
|
command begins with that sequence of characters, and
|
|
|
|
|
\\[find-file] f_b.c TAB might complete to foo_bar.c if that file existed and no
|
2006-06-23 13:05:40 +00:00
|
|
|
|
other file in that directory begins with that sequence of characters.
|
2000-09-29 02:17:56 +00:00
|
|
|
|
|
2001-02-10 17:06:06 +00:00
|
|
|
|
Unless `PC-disable-includes' is non-nil, the `<...>' sequence is interpreted
|
2000-09-29 02:17:56 +00:00
|
|
|
|
specially in \\[find-file]. For example,
|
2001-02-10 17:06:06 +00:00
|
|
|
|
\\[find-file] <sys/time.h> RET finds the file `/usr/include/sys/time.h'.
|
2005-11-19 12:09:25 +00:00
|
|
|
|
See also the variable `PC-include-file-path'.
|
|
|
|
|
|
|
|
|
|
Partial Completion mode extends the meaning of `completion-auto-help' (which
|
2005-12-16 02:06:11 +00:00
|
|
|
|
see), so that if it is neither nil nor t, Emacs shows the `*Completions*'
|
|
|
|
|
buffer only on the second attempt to complete. That is, if TAB finds nothing
|
|
|
|
|
to complete, the first TAB just says \"Next char not unique\" and the
|
2005-12-16 19:08:42 +00:00
|
|
|
|
second TAB brings up the `*Completions*' buffer."
|
* lisp/obsolete: Use lexical-binding
Use lexical-binding in all the lisp/obsolete/*.el files.
While at it, removed redundant :group arguments and used #' to quote
functions. Commented out the key bindings which the #' revealed
to lead to non-existing commands, and replaced those revealed to be obsolete.
* lisp/obsolete/cl-compat.el: Use cl-lib.
* lisp/obsolete/cust-print.el: Assume `defalias` exists.
(with-custom-print): Use `declare`.
* lisp/obsolete/iswitchb.el (iswitchb-init-XEmacs-trick)
(iswitchb-xemacs-backspacekey): Remove functions.
* lisp/obsolete/landmark.el (landmark, landmark-nslify-wts):
Prefer `apply` to `eval`.
* lisp/obsolete/longlines.el (longlines-mode): Don't use `add-to-list`
on a hook.
* lisp/obsolete/pgg-gpg.el (pgg-gpg-process-region): Use `clear-string`.
* lisp/obsolete/pgg-pgp.el (pgg-pgp-encrypt-region): Remove oddly
unused var `passphrase`.
(pgg-pgp-verify-region): Declare var `jam-zcat-filename-list`.
* lisp/obsolete/pgg-pgp5.el (pgg-pgp5-encrypt-region): Remove oddly
unused var `passphrase`.
(pgg-pgp5-verify-region): Declare var `jam-zcat-filename-list`.
* lisp/obsolete/pgg.el: Remove some XEmacs compatibility code.
(pgg-run-at-time, pgg-cancel-timer, pgg-clear-string): Remove functions.
Use their core equivalent instead.
* lisp/obsolete/rcompile.el (remote-compile): Remove unused vars `l`,
`l-host`, `l-user`, and `localname`.
* lisp/obsolete/starttls.el (starttls-any-program-available):
Use `define-obsolete-function-alias`.
* lisp/obsolete/tls.el (tls-format-message): Delete function, use
`format-message` instead.
* lisp/obsolete/url-ns.el (url-ns-prefs): Use `with-current-buffer`
and `dlet`.
* lisp/obsolete/vip.el (vip-escape-to-emacs): Remove unused var `key`.
(vip-command-argument, vip-read-string, ex-delete, ex-line): Remove
unused var `conditions`.
(ex-map): Use a closure instead of `eval`.
(ex-set): Make it an alias of `set-variable`.
(ex-substitute): Remove unused var `cont`.
* lisp/obsolete/abbrevlist.el:
* lisp/obsolete/bruce.el:
* lisp/obsolete/cc-compat.el:
* lisp/obsolete/cl-compat.el:
* lisp/obsolete/cl.el:
* lisp/obsolete/complete.el:
* lisp/obsolete/crisp.el:
* lisp/obsolete/cust-print.el:
* lisp/obsolete/erc-compat.el:
* lisp/obsolete/erc-hecomplete.el:
* lisp/obsolete/eudcb-ph.el:
* lisp/obsolete/fast-lock.el:
* lisp/obsolete/gs.el:
* lisp/obsolete/gulp.el:
* lisp/obsolete/html2text.el:
* lisp/obsolete/info-edit.el:
* lisp/obsolete/iswitchb.el:
* lisp/obsolete/landmark.el:
* lisp/obsolete/lazy-lock.el:
* lisp/obsolete/longlines.el:
* lisp/obsolete/mailpost.el:
* lisp/obsolete/mantemp.el:
* lisp/obsolete/meese.el:
* lisp/obsolete/messcompat.el:
* lisp/obsolete/metamail.el:
* lisp/obsolete/mouse-sel.el:
* lisp/obsolete/nnir.el:
* lisp/obsolete/old-emacs-lock.el:
* lisp/obsolete/otodo-mode.el:
* lisp/obsolete/patcomp.el:
* lisp/obsolete/pc-mode.el:
* lisp/obsolete/pc-select.el:
* lisp/obsolete/pgg-def.el:
* lisp/obsolete/pgg-gpg.el:
* lisp/obsolete/pgg-parse.el:
* lisp/obsolete/pgg-pgp.el:
* lisp/obsolete/pgg-pgp5.el:
* lisp/obsolete/pgg.el:
* lisp/obsolete/rcompile.el:
* lisp/obsolete/s-region.el:
* lisp/obsolete/sb-image.el:
* lisp/obsolete/sregex.el:
* lisp/obsolete/starttls.el:
* lisp/obsolete/sup-mouse.el:
* lisp/obsolete/terminal.el:
* lisp/obsolete/tls.el:
* lisp/obsolete/tpu-edt.el:
* lisp/obsolete/tpu-extras.el:
* lisp/obsolete/tpu-mapper.el:
* lisp/obsolete/url-ns.el:
* lisp/obsolete/vc-arch.el:
* lisp/obsolete/vi.el:
* lisp/obsolete/vip.el:
* lisp/obsolete/ws-mode.el:
* lisp/obsolete/yow.el: Use lexical-binding.
2021-02-22 16:54:59 -05:00
|
|
|
|
:global t
|
2000-09-29 02:17:56 +00:00
|
|
|
|
;; Deal with key bindings...
|
|
|
|
|
(PC-bindings partial-completion-mode)
|
|
|
|
|
;; Deal with include file feature...
|
|
|
|
|
(cond ((not partial-completion-mode)
|
* lisp/obsolete: Use lexical-binding
Use lexical-binding in all the lisp/obsolete/*.el files.
While at it, removed redundant :group arguments and used #' to quote
functions. Commented out the key bindings which the #' revealed
to lead to non-existing commands, and replaced those revealed to be obsolete.
* lisp/obsolete/cl-compat.el: Use cl-lib.
* lisp/obsolete/cust-print.el: Assume `defalias` exists.
(with-custom-print): Use `declare`.
* lisp/obsolete/iswitchb.el (iswitchb-init-XEmacs-trick)
(iswitchb-xemacs-backspacekey): Remove functions.
* lisp/obsolete/landmark.el (landmark, landmark-nslify-wts):
Prefer `apply` to `eval`.
* lisp/obsolete/longlines.el (longlines-mode): Don't use `add-to-list`
on a hook.
* lisp/obsolete/pgg-gpg.el (pgg-gpg-process-region): Use `clear-string`.
* lisp/obsolete/pgg-pgp.el (pgg-pgp-encrypt-region): Remove oddly
unused var `passphrase`.
(pgg-pgp-verify-region): Declare var `jam-zcat-filename-list`.
* lisp/obsolete/pgg-pgp5.el (pgg-pgp5-encrypt-region): Remove oddly
unused var `passphrase`.
(pgg-pgp5-verify-region): Declare var `jam-zcat-filename-list`.
* lisp/obsolete/pgg.el: Remove some XEmacs compatibility code.
(pgg-run-at-time, pgg-cancel-timer, pgg-clear-string): Remove functions.
Use their core equivalent instead.
* lisp/obsolete/rcompile.el (remote-compile): Remove unused vars `l`,
`l-host`, `l-user`, and `localname`.
* lisp/obsolete/starttls.el (starttls-any-program-available):
Use `define-obsolete-function-alias`.
* lisp/obsolete/tls.el (tls-format-message): Delete function, use
`format-message` instead.
* lisp/obsolete/url-ns.el (url-ns-prefs): Use `with-current-buffer`
and `dlet`.
* lisp/obsolete/vip.el (vip-escape-to-emacs): Remove unused var `key`.
(vip-command-argument, vip-read-string, ex-delete, ex-line): Remove
unused var `conditions`.
(ex-map): Use a closure instead of `eval`.
(ex-set): Make it an alias of `set-variable`.
(ex-substitute): Remove unused var `cont`.
* lisp/obsolete/abbrevlist.el:
* lisp/obsolete/bruce.el:
* lisp/obsolete/cc-compat.el:
* lisp/obsolete/cl-compat.el:
* lisp/obsolete/cl.el:
* lisp/obsolete/complete.el:
* lisp/obsolete/crisp.el:
* lisp/obsolete/cust-print.el:
* lisp/obsolete/erc-compat.el:
* lisp/obsolete/erc-hecomplete.el:
* lisp/obsolete/eudcb-ph.el:
* lisp/obsolete/fast-lock.el:
* lisp/obsolete/gs.el:
* lisp/obsolete/gulp.el:
* lisp/obsolete/html2text.el:
* lisp/obsolete/info-edit.el:
* lisp/obsolete/iswitchb.el:
* lisp/obsolete/landmark.el:
* lisp/obsolete/lazy-lock.el:
* lisp/obsolete/longlines.el:
* lisp/obsolete/mailpost.el:
* lisp/obsolete/mantemp.el:
* lisp/obsolete/meese.el:
* lisp/obsolete/messcompat.el:
* lisp/obsolete/metamail.el:
* lisp/obsolete/mouse-sel.el:
* lisp/obsolete/nnir.el:
* lisp/obsolete/old-emacs-lock.el:
* lisp/obsolete/otodo-mode.el:
* lisp/obsolete/patcomp.el:
* lisp/obsolete/pc-mode.el:
* lisp/obsolete/pc-select.el:
* lisp/obsolete/pgg-def.el:
* lisp/obsolete/pgg-gpg.el:
* lisp/obsolete/pgg-parse.el:
* lisp/obsolete/pgg-pgp.el:
* lisp/obsolete/pgg-pgp5.el:
* lisp/obsolete/pgg.el:
* lisp/obsolete/rcompile.el:
* lisp/obsolete/s-region.el:
* lisp/obsolete/sb-image.el:
* lisp/obsolete/sregex.el:
* lisp/obsolete/starttls.el:
* lisp/obsolete/sup-mouse.el:
* lisp/obsolete/terminal.el:
* lisp/obsolete/tls.el:
* lisp/obsolete/tpu-edt.el:
* lisp/obsolete/tpu-extras.el:
* lisp/obsolete/tpu-mapper.el:
* lisp/obsolete/url-ns.el:
* lisp/obsolete/vc-arch.el:
* lisp/obsolete/vi.el:
* lisp/obsolete/vip.el:
* lisp/obsolete/ws-mode.el:
* lisp/obsolete/yow.el: Use lexical-binding.
2021-02-22 16:54:59 -05:00
|
|
|
|
(remove-hook 'find-file-not-found-functions
|
|
|
|
|
#'PC-look-for-include-file))
|
2000-09-29 02:17:56 +00:00
|
|
|
|
((not PC-disable-includes)
|
* lisp/obsolete: Use lexical-binding
Use lexical-binding in all the lisp/obsolete/*.el files.
While at it, removed redundant :group arguments and used #' to quote
functions. Commented out the key bindings which the #' revealed
to lead to non-existing commands, and replaced those revealed to be obsolete.
* lisp/obsolete/cl-compat.el: Use cl-lib.
* lisp/obsolete/cust-print.el: Assume `defalias` exists.
(with-custom-print): Use `declare`.
* lisp/obsolete/iswitchb.el (iswitchb-init-XEmacs-trick)
(iswitchb-xemacs-backspacekey): Remove functions.
* lisp/obsolete/landmark.el (landmark, landmark-nslify-wts):
Prefer `apply` to `eval`.
* lisp/obsolete/longlines.el (longlines-mode): Don't use `add-to-list`
on a hook.
* lisp/obsolete/pgg-gpg.el (pgg-gpg-process-region): Use `clear-string`.
* lisp/obsolete/pgg-pgp.el (pgg-pgp-encrypt-region): Remove oddly
unused var `passphrase`.
(pgg-pgp-verify-region): Declare var `jam-zcat-filename-list`.
* lisp/obsolete/pgg-pgp5.el (pgg-pgp5-encrypt-region): Remove oddly
unused var `passphrase`.
(pgg-pgp5-verify-region): Declare var `jam-zcat-filename-list`.
* lisp/obsolete/pgg.el: Remove some XEmacs compatibility code.
(pgg-run-at-time, pgg-cancel-timer, pgg-clear-string): Remove functions.
Use their core equivalent instead.
* lisp/obsolete/rcompile.el (remote-compile): Remove unused vars `l`,
`l-host`, `l-user`, and `localname`.
* lisp/obsolete/starttls.el (starttls-any-program-available):
Use `define-obsolete-function-alias`.
* lisp/obsolete/tls.el (tls-format-message): Delete function, use
`format-message` instead.
* lisp/obsolete/url-ns.el (url-ns-prefs): Use `with-current-buffer`
and `dlet`.
* lisp/obsolete/vip.el (vip-escape-to-emacs): Remove unused var `key`.
(vip-command-argument, vip-read-string, ex-delete, ex-line): Remove
unused var `conditions`.
(ex-map): Use a closure instead of `eval`.
(ex-set): Make it an alias of `set-variable`.
(ex-substitute): Remove unused var `cont`.
* lisp/obsolete/abbrevlist.el:
* lisp/obsolete/bruce.el:
* lisp/obsolete/cc-compat.el:
* lisp/obsolete/cl-compat.el:
* lisp/obsolete/cl.el:
* lisp/obsolete/complete.el:
* lisp/obsolete/crisp.el:
* lisp/obsolete/cust-print.el:
* lisp/obsolete/erc-compat.el:
* lisp/obsolete/erc-hecomplete.el:
* lisp/obsolete/eudcb-ph.el:
* lisp/obsolete/fast-lock.el:
* lisp/obsolete/gs.el:
* lisp/obsolete/gulp.el:
* lisp/obsolete/html2text.el:
* lisp/obsolete/info-edit.el:
* lisp/obsolete/iswitchb.el:
* lisp/obsolete/landmark.el:
* lisp/obsolete/lazy-lock.el:
* lisp/obsolete/longlines.el:
* lisp/obsolete/mailpost.el:
* lisp/obsolete/mantemp.el:
* lisp/obsolete/meese.el:
* lisp/obsolete/messcompat.el:
* lisp/obsolete/metamail.el:
* lisp/obsolete/mouse-sel.el:
* lisp/obsolete/nnir.el:
* lisp/obsolete/old-emacs-lock.el:
* lisp/obsolete/otodo-mode.el:
* lisp/obsolete/patcomp.el:
* lisp/obsolete/pc-mode.el:
* lisp/obsolete/pc-select.el:
* lisp/obsolete/pgg-def.el:
* lisp/obsolete/pgg-gpg.el:
* lisp/obsolete/pgg-parse.el:
* lisp/obsolete/pgg-pgp.el:
* lisp/obsolete/pgg-pgp5.el:
* lisp/obsolete/pgg.el:
* lisp/obsolete/rcompile.el:
* lisp/obsolete/s-region.el:
* lisp/obsolete/sb-image.el:
* lisp/obsolete/sregex.el:
* lisp/obsolete/starttls.el:
* lisp/obsolete/sup-mouse.el:
* lisp/obsolete/terminal.el:
* lisp/obsolete/tls.el:
* lisp/obsolete/tpu-edt.el:
* lisp/obsolete/tpu-extras.el:
* lisp/obsolete/tpu-mapper.el:
* lisp/obsolete/url-ns.el:
* lisp/obsolete/vc-arch.el:
* lisp/obsolete/vi.el:
* lisp/obsolete/vip.el:
* lisp/obsolete/ws-mode.el:
* lisp/obsolete/yow.el: Use lexical-binding.
2021-02-22 16:54:59 -05:00
|
|
|
|
(add-hook 'find-file-not-found-functions #'PC-look-for-include-file)))
|
2006-04-18 17:33:33 +00:00
|
|
|
|
;; Adjust the completion selection in *Completion* buffers to the way
|
|
|
|
|
;; we work. The default minibuffer completion code only completes the
|
|
|
|
|
;; text before point and leaves the text after point alone (new in
|
|
|
|
|
;; Emacs-22). In contrast we use the whole text and we even sometimes
|
|
|
|
|
;; move point to a place before EOB, to indicate the first position where
|
|
|
|
|
;; there's a difference, so when the user uses choose-completion, we have
|
|
|
|
|
;; to trick choose-completion into replacing the whole minibuffer text
|
|
|
|
|
;; rather than only the text before point. --Stef
|
|
|
|
|
(funcall
|
* lisp/obsolete: Use lexical-binding
Use lexical-binding in all the lisp/obsolete/*.el files.
While at it, removed redundant :group arguments and used #' to quote
functions. Commented out the key bindings which the #' revealed
to lead to non-existing commands, and replaced those revealed to be obsolete.
* lisp/obsolete/cl-compat.el: Use cl-lib.
* lisp/obsolete/cust-print.el: Assume `defalias` exists.
(with-custom-print): Use `declare`.
* lisp/obsolete/iswitchb.el (iswitchb-init-XEmacs-trick)
(iswitchb-xemacs-backspacekey): Remove functions.
* lisp/obsolete/landmark.el (landmark, landmark-nslify-wts):
Prefer `apply` to `eval`.
* lisp/obsolete/longlines.el (longlines-mode): Don't use `add-to-list`
on a hook.
* lisp/obsolete/pgg-gpg.el (pgg-gpg-process-region): Use `clear-string`.
* lisp/obsolete/pgg-pgp.el (pgg-pgp-encrypt-region): Remove oddly
unused var `passphrase`.
(pgg-pgp-verify-region): Declare var `jam-zcat-filename-list`.
* lisp/obsolete/pgg-pgp5.el (pgg-pgp5-encrypt-region): Remove oddly
unused var `passphrase`.
(pgg-pgp5-verify-region): Declare var `jam-zcat-filename-list`.
* lisp/obsolete/pgg.el: Remove some XEmacs compatibility code.
(pgg-run-at-time, pgg-cancel-timer, pgg-clear-string): Remove functions.
Use their core equivalent instead.
* lisp/obsolete/rcompile.el (remote-compile): Remove unused vars `l`,
`l-host`, `l-user`, and `localname`.
* lisp/obsolete/starttls.el (starttls-any-program-available):
Use `define-obsolete-function-alias`.
* lisp/obsolete/tls.el (tls-format-message): Delete function, use
`format-message` instead.
* lisp/obsolete/url-ns.el (url-ns-prefs): Use `with-current-buffer`
and `dlet`.
* lisp/obsolete/vip.el (vip-escape-to-emacs): Remove unused var `key`.
(vip-command-argument, vip-read-string, ex-delete, ex-line): Remove
unused var `conditions`.
(ex-map): Use a closure instead of `eval`.
(ex-set): Make it an alias of `set-variable`.
(ex-substitute): Remove unused var `cont`.
* lisp/obsolete/abbrevlist.el:
* lisp/obsolete/bruce.el:
* lisp/obsolete/cc-compat.el:
* lisp/obsolete/cl-compat.el:
* lisp/obsolete/cl.el:
* lisp/obsolete/complete.el:
* lisp/obsolete/crisp.el:
* lisp/obsolete/cust-print.el:
* lisp/obsolete/erc-compat.el:
* lisp/obsolete/erc-hecomplete.el:
* lisp/obsolete/eudcb-ph.el:
* lisp/obsolete/fast-lock.el:
* lisp/obsolete/gs.el:
* lisp/obsolete/gulp.el:
* lisp/obsolete/html2text.el:
* lisp/obsolete/info-edit.el:
* lisp/obsolete/iswitchb.el:
* lisp/obsolete/landmark.el:
* lisp/obsolete/lazy-lock.el:
* lisp/obsolete/longlines.el:
* lisp/obsolete/mailpost.el:
* lisp/obsolete/mantemp.el:
* lisp/obsolete/meese.el:
* lisp/obsolete/messcompat.el:
* lisp/obsolete/metamail.el:
* lisp/obsolete/mouse-sel.el:
* lisp/obsolete/nnir.el:
* lisp/obsolete/old-emacs-lock.el:
* lisp/obsolete/otodo-mode.el:
* lisp/obsolete/patcomp.el:
* lisp/obsolete/pc-mode.el:
* lisp/obsolete/pc-select.el:
* lisp/obsolete/pgg-def.el:
* lisp/obsolete/pgg-gpg.el:
* lisp/obsolete/pgg-parse.el:
* lisp/obsolete/pgg-pgp.el:
* lisp/obsolete/pgg-pgp5.el:
* lisp/obsolete/pgg.el:
* lisp/obsolete/rcompile.el:
* lisp/obsolete/s-region.el:
* lisp/obsolete/sb-image.el:
* lisp/obsolete/sregex.el:
* lisp/obsolete/starttls.el:
* lisp/obsolete/sup-mouse.el:
* lisp/obsolete/terminal.el:
* lisp/obsolete/tls.el:
* lisp/obsolete/tpu-edt.el:
* lisp/obsolete/tpu-extras.el:
* lisp/obsolete/tpu-mapper.el:
* lisp/obsolete/url-ns.el:
* lisp/obsolete/vc-arch.el:
* lisp/obsolete/vi.el:
* lisp/obsolete/vip.el:
* lisp/obsolete/ws-mode.el:
* lisp/obsolete/yow.el: Use lexical-binding.
2021-02-22 16:54:59 -05:00
|
|
|
|
(if partial-completion-mode #'add-hook #'remove-hook)
|
2006-04-18 17:33:33 +00:00
|
|
|
|
'choose-completion-string-functions
|
* lisp/obsolete: Use lexical-binding
Use lexical-binding in all the lisp/obsolete/*.el files.
While at it, removed redundant :group arguments and used #' to quote
functions. Commented out the key bindings which the #' revealed
to lead to non-existing commands, and replaced those revealed to be obsolete.
* lisp/obsolete/cl-compat.el: Use cl-lib.
* lisp/obsolete/cust-print.el: Assume `defalias` exists.
(with-custom-print): Use `declare`.
* lisp/obsolete/iswitchb.el (iswitchb-init-XEmacs-trick)
(iswitchb-xemacs-backspacekey): Remove functions.
* lisp/obsolete/landmark.el (landmark, landmark-nslify-wts):
Prefer `apply` to `eval`.
* lisp/obsolete/longlines.el (longlines-mode): Don't use `add-to-list`
on a hook.
* lisp/obsolete/pgg-gpg.el (pgg-gpg-process-region): Use `clear-string`.
* lisp/obsolete/pgg-pgp.el (pgg-pgp-encrypt-region): Remove oddly
unused var `passphrase`.
(pgg-pgp-verify-region): Declare var `jam-zcat-filename-list`.
* lisp/obsolete/pgg-pgp5.el (pgg-pgp5-encrypt-region): Remove oddly
unused var `passphrase`.
(pgg-pgp5-verify-region): Declare var `jam-zcat-filename-list`.
* lisp/obsolete/pgg.el: Remove some XEmacs compatibility code.
(pgg-run-at-time, pgg-cancel-timer, pgg-clear-string): Remove functions.
Use their core equivalent instead.
* lisp/obsolete/rcompile.el (remote-compile): Remove unused vars `l`,
`l-host`, `l-user`, and `localname`.
* lisp/obsolete/starttls.el (starttls-any-program-available):
Use `define-obsolete-function-alias`.
* lisp/obsolete/tls.el (tls-format-message): Delete function, use
`format-message` instead.
* lisp/obsolete/url-ns.el (url-ns-prefs): Use `with-current-buffer`
and `dlet`.
* lisp/obsolete/vip.el (vip-escape-to-emacs): Remove unused var `key`.
(vip-command-argument, vip-read-string, ex-delete, ex-line): Remove
unused var `conditions`.
(ex-map): Use a closure instead of `eval`.
(ex-set): Make it an alias of `set-variable`.
(ex-substitute): Remove unused var `cont`.
* lisp/obsolete/abbrevlist.el:
* lisp/obsolete/bruce.el:
* lisp/obsolete/cc-compat.el:
* lisp/obsolete/cl-compat.el:
* lisp/obsolete/cl.el:
* lisp/obsolete/complete.el:
* lisp/obsolete/crisp.el:
* lisp/obsolete/cust-print.el:
* lisp/obsolete/erc-compat.el:
* lisp/obsolete/erc-hecomplete.el:
* lisp/obsolete/eudcb-ph.el:
* lisp/obsolete/fast-lock.el:
* lisp/obsolete/gs.el:
* lisp/obsolete/gulp.el:
* lisp/obsolete/html2text.el:
* lisp/obsolete/info-edit.el:
* lisp/obsolete/iswitchb.el:
* lisp/obsolete/landmark.el:
* lisp/obsolete/lazy-lock.el:
* lisp/obsolete/longlines.el:
* lisp/obsolete/mailpost.el:
* lisp/obsolete/mantemp.el:
* lisp/obsolete/meese.el:
* lisp/obsolete/messcompat.el:
* lisp/obsolete/metamail.el:
* lisp/obsolete/mouse-sel.el:
* lisp/obsolete/nnir.el:
* lisp/obsolete/old-emacs-lock.el:
* lisp/obsolete/otodo-mode.el:
* lisp/obsolete/patcomp.el:
* lisp/obsolete/pc-mode.el:
* lisp/obsolete/pc-select.el:
* lisp/obsolete/pgg-def.el:
* lisp/obsolete/pgg-gpg.el:
* lisp/obsolete/pgg-parse.el:
* lisp/obsolete/pgg-pgp.el:
* lisp/obsolete/pgg-pgp5.el:
* lisp/obsolete/pgg.el:
* lisp/obsolete/rcompile.el:
* lisp/obsolete/s-region.el:
* lisp/obsolete/sb-image.el:
* lisp/obsolete/sregex.el:
* lisp/obsolete/starttls.el:
* lisp/obsolete/sup-mouse.el:
* lisp/obsolete/terminal.el:
* lisp/obsolete/tls.el:
* lisp/obsolete/tpu-edt.el:
* lisp/obsolete/tpu-extras.el:
* lisp/obsolete/tpu-mapper.el:
* lisp/obsolete/url-ns.el:
* lisp/obsolete/vc-arch.el:
* lisp/obsolete/vi.el:
* lisp/obsolete/vip.el:
* lisp/obsolete/ws-mode.el:
* lisp/obsolete/yow.el: Use lexical-binding.
2021-02-22 16:54:59 -05:00
|
|
|
|
(lambda (_choice buffer &rest _)
|
2007-04-14 19:33:06 +00:00
|
|
|
|
;; When completing M-: (lisp- ) with point before the ), it is
|
|
|
|
|
;; not appropriate to go to point-max (unlike the filename case).
|
|
|
|
|
(if (and (not PC-goto-end)
|
2009-10-15 01:50:17 +00:00
|
|
|
|
(minibufferp buffer))
|
2007-04-14 19:33:06 +00:00
|
|
|
|
(goto-char (point-max))
|
2007-03-28 03:28:49 +00:00
|
|
|
|
;; Need a similar hack for the non-minibuffer-case -- gm.
|
2007-03-29 03:24:36 +00:00
|
|
|
|
(when PC-do-completion-end
|
|
|
|
|
(goto-char PC-do-completion-end)
|
|
|
|
|
(setq PC-do-completion-end nil)))
|
2007-04-14 19:33:06 +00:00
|
|
|
|
(setq PC-goto-end nil)
|
2006-06-28 14:16:20 +00:00
|
|
|
|
nil))
|
2006-04-18 17:33:33 +00:00
|
|
|
|
;; Build the env-completion and mapping table.
|
|
|
|
|
(when (and partial-completion-mode (null PC-env-vars-alist))
|
|
|
|
|
(setq PC-env-vars-alist
|
|
|
|
|
(mapcar (lambda (string)
|
Use string-search instead of string-match[-p]
`string-search` is easier to understand, less error-prone, much
faster, does not pollute the regexp cache, and does not mutate global
state. Use it where applicable and obviously safe (erring on the
conservative side).
* admin/authors.el (authors-canonical-file-name)
(authors-scan-change-log):
* lisp/apropos.el (apropos-command)
(apropos-documentation-property, apropos-symbols-internal):
* lisp/arc-mode.el (archive-arc-summarize)
(archive-zoo-summarize):
* lisp/calc/calc-aent.el (math-read-factor):
* lisp/calc/calc-ext.el (math-read-big-expr)
(math-format-nice-expr, math-format-number-fancy):
* lisp/calc/calc-forms.el (math-read-angle-brackets):
* lisp/calc/calc-graph.el (calc-graph-set-range):
* lisp/calc/calc-keypd.el (calc-keypad-press):
* lisp/calc/calc-lang.el (tex, latex, math-read-big-rec):
* lisp/calc/calc-prog.el (calc-fix-token-name)
(calc-user-define-permanent, math-define-exp):
* lisp/calc/calc.el (calc-record, calcDigit-key)
(calc-count-lines):
* lisp/calc/calcalg2.el (calc-solve-for, calc-poly-roots)
(math-do-integral):
* lisp/calc/calcalg3.el (calc-find-root, calc-find-minimum)
(calc-get-fit-variables):
* lisp/cedet/ede/speedbar.el (ede-tag-expand):
* lisp/cedet/semantic/java.el (semantic-java-expand-tag):
* lisp/cedet/semantic/sb.el (semantic-sb-show-extra)
(semantic-sb-expand-group):
* lisp/cedet/semantic/wisent/python.el
(semantic-python-instance-variable-p):
* lisp/cus-edit.el (get):
* lisp/descr-text.el (describe-text-sexp):
* lisp/dired-aux.el (dired-compress-file):
* lisp/dired-x.el (dired-make-relative-symlink):
* lisp/dired.el (dired-glob-regexp):
* lisp/dos-fns.el (dos-convert-standard-filename, dos-8+3-filename):
* lisp/edmacro.el (edmacro-format-keys):
* lisp/emacs-lisp/eieio-opt.el (eieio-sb-expand):
* lisp/emacs-lisp/eieio-speedbar.el (eieio-speedbar-object-expand):
* lisp/emacs-lisp/lisp-mnt.el (lm-keywords-list):
* lisp/emacs-lisp/warnings.el (display-warning):
* lisp/emulation/viper-ex.el (viper-ex-read-file-name)
(ex-print-display-lines):
* lisp/env.el (read-envvar-name, setenv):
* lisp/epa-mail.el (epa-mail-encrypt):
* lisp/epg.el (epg--start):
* lisp/erc/erc-backend.el (erc-parse-server-response):
* lisp/erc/erc-dcc.el (erc-dcc-member):
* lisp/erc/erc-speedbar.el (erc-speedbar-expand-server)
(erc-speedbar-expand-channel, erc-speedbar-expand-user):
* lisp/erc/erc.el (erc-send-input):
* lisp/eshell/em-glob.el (eshell-glob-entries):
* lisp/eshell/esh-proc.el (eshell-needs-pipe-p):
* lisp/eshell/esh-util.el (eshell-convert):
* lisp/eshell/esh-var.el (eshell-envvar-names):
* lisp/faces.el (x-resolve-font-name):
* lisp/ffap.el (ffap-file-at-point):
* lisp/files.el (wildcard-to-regexp, shell-quote-wildcard-pattern):
* lisp/forms.el (forms--update):
* lisp/frameset.el (frameset-filter-unshelve-param):
* lisp/gnus/gnus-art.el (article-decode-charset):
* lisp/gnus/gnus-kill.el (gnus-kill-parse-rn-kill-file):
* lisp/gnus/gnus-mlspl.el (gnus-group-split-fancy):
* lisp/gnus/gnus-msg.el (gnus-summary-resend-message-insert-gcc)
(gnus-inews-insert-gcc):
* lisp/gnus/gnus-rfc1843.el (rfc1843-decode-article-body):
* lisp/gnus/gnus-search.el (gnus-search-indexed-parse-output)
(gnus-search--complete-key-data):
* lisp/gnus/gnus-spec.el (gnus-parse-simple-format):
* lisp/gnus/gnus-sum.el (gnus-summary-refer-article):
* lisp/gnus/gnus-util.el (gnus-extract-address-components)
(gnus-newsgroup-directory-form):
* lisp/gnus/gnus-uu.el (gnus-uu-grab-view):
* lisp/gnus/gnus.el (gnus-group-native-p, gnus-short-group-name):
* lisp/gnus/message.el (message-check-news-header-syntax)
(message-make-message-id, message-user-mail-address)
(message-make-fqdn, message-get-reply-headers, message-followup):
* lisp/gnus/mm-decode.el (mm-dissect-buffer):
* lisp/gnus/nnheader.el (nnheader-insert):
* lisp/gnus/nnimap.el (nnimap-process-quirk)
(nnimap-imap-ranges-to-gnus-ranges):
* lisp/gnus/nnmaildir.el (nnmaildir--ensure-suffix):
* lisp/gnus/nnmairix.el (nnmairix-determine-original-group-from-path):
* lisp/gnus/nnrss.el (nnrss-match-macro):
* lisp/gnus/nntp.el (nntp-find-group-and-number):
* lisp/help-fns.el (help--symbol-completion-table-affixation):
* lisp/help.el (help-function-arglist):
* lisp/hippie-exp.el (he-concat-directory-file-name):
* lisp/htmlfontify.el (hfy-relstub):
* lisp/ido.el (ido-make-prompt, ido-complete, ido-copy-current-word)
(ido-exhibit):
* lisp/image/image-converter.el (image-convert-p):
* lisp/info-xref.el (info-xref-docstrings):
* lisp/info.el (Info-toc-build, Info-follow-reference)
(Info-backward-node, Info-finder-find-node)
(Info-speedbar-expand-node):
* lisp/international/mule-diag.el (print-fontset-element):
* lisp/language/korea-util.el (default-korean-keyboard):
* lisp/linum.el (linum-after-change):
* lisp/mail/ietf-drums.el (ietf-drums-parse-address):
* lisp/mail/mail-utils.el (mail-dont-reply-to):
* lisp/mail/rfc2047.el (rfc2047-encode-1, rfc2047-decode-string):
* lisp/mail/rfc2231.el (rfc2231-parse-string):
* lisp/mail/rmailkwd.el (rmail-set-label):
* lisp/mail/rmailsum.el (rmail-header-summary):
* lisp/mail/smtpmail.el (smtpmail-maybe-append-domain)
(smtpmail-user-mail-address):
* lisp/mail/uce.el (uce-reply-to-uce):
* lisp/man.el (Man-default-man-entry):
* lisp/mh-e/mh-alias.el (mh-alias-gecos-name)
(mh-alias-minibuffer-confirm-address):
* lisp/mh-e/mh-comp.el (mh-forwarded-letter-subject):
* lisp/mh-e/mh-speed.el (mh-speed-parse-flists-output):
* lisp/mh-e/mh-utils.el (mh-collect-folder-names-filter)
(mh-folder-completion-function):
* lisp/minibuffer.el (completion--make-envvar-table)
(completion-file-name-table, completion-flex-try-completion)
(completion-flex-all-completions):
* lisp/mpc.el (mpc--proc-quote-string, mpc-cmd-special-tag-p)
(mpc-constraints-tag-lookup):
* lisp/net/ange-ftp.el (ange-ftp-send-cmd)
(ange-ftp-allow-child-lookup):
* lisp/net/mailcap.el (mailcap-mime-types):
* lisp/net/mairix.el (mairix-search-thread-this-article):
* lisp/net/pop3.el (pop3-open-server):
* lisp/net/soap-client.el (soap-decode-xs-complex-type):
* lisp/net/socks.el (socks-filter):
* lisp/nxml/nxml-outln.el (nxml-highlighted-qname):
* lisp/nxml/rng-cmpct.el (rng-c-expand-name, rng-c-expand-datatype):
* lisp/nxml/rng-uri.el (rng-uri-file-name-1):
* lisp/obsolete/complete.el (partial-completion-mode)
(PC-do-completion):
* lisp/obsolete/longlines.el (longlines-encode-string):
* lisp/obsolete/nnir.el (nnir-compose-result):
* lisp/obsolete/terminal.el (te-quote-arg-for-sh):
* lisp/obsolete/tpu-edt.el (tpu-check-search-case):
* lisp/obsolete/url-ns.el (isPlainHostName):
* lisp/pcmpl-unix.el (pcomplete/scp):
* lisp/play/dunnet.el (dun-listify-string2, dun-get-path)
(dun-unix-parse, dun-doassign, dun-cat, dun-batch-unix-interface):
* lisp/progmodes/ebnf2ps.el: (ebnf-eps-header-footer-comment):
* lisp/progmodes/gdb-mi.el (gdb-var-delete)
(gdb-speedbar-expand-node, gdbmi-bnf-incomplete-record-result):
* lisp/progmodes/gud.el (gud-find-expr):
* lisp/progmodes/idlw-help.el (idlwave-do-context-help1):
* lisp/progmodes/idlw-shell.el (idlwave-shell-mode)
(idlwave-shell-filter-hidden-output, idlwave-shell-filter):
* lisp/progmodes/idlwave.el (idlwave-skip-label-or-case)
(idlwave-routine-info):
* lisp/progmodes/octave.el (inferior-octave-completion-at-point):
* lisp/progmodes/sh-script.el (sh-add-completer):
* lisp/progmodes/sql.el (defun):
* lisp/progmodes/xscheme.el (xscheme-process-filter):
* lisp/replace.el (query-replace-compile-replacement)
(map-query-replace-regexp):
* lisp/shell.el (shell--command-completion-data)
(shell-environment-variable-completion):
* lisp/simple.el (display-message-or-buffer):
* lisp/speedbar.el (speedbar-dired, speedbar-tag-file)
(speedbar-tag-expand):
* lisp/subr.el (split-string-and-unquote):
* lisp/tar-mode.el (tar-extract):
* lisp/term.el (term-command-hook, serial-read-name):
* lisp/textmodes/bibtex.el (bibtex-print-help-message):
* lisp/textmodes/ispell.el (ispell-lookup-words, ispell-filter)
(ispell-parse-output, ispell-buffer-local-parsing):
* lisp/textmodes/reftex-cite.el (reftex-do-citation):
* lisp/textmodes/reftex-parse.el (reftex-notice-new):
* lisp/textmodes/reftex-ref.el (reftex-show-entry):
* lisp/textmodes/reftex.el (reftex-compile-variables):
* lisp/textmodes/tex-mode.el (tex-send-command)
(tex-start-tex, tex-append):
* lisp/thingatpt.el (thing-at-point-url-at-point):
* lisp/tmm.el (tmm-add-one-shortcut):
* lisp/transient.el (transient-format-key):
* lisp/url/url-auth.el (url-basic-auth)
(url-digest-auth-directory-id-assoc):
* lisp/url/url-news.el (url-news):
* lisp/url/url-util.el (url-parse-query-string):
* lisp/vc/vc-cvs.el (vc-cvs-parse-entry):
* lisp/wid-browse.el (widget-browse-sexp):
* lisp/woman.el (woman-parse-colon-path, woman-mini-help)
(WoMan-getpage-in-background, woman-negative-vertical-space):
* lisp/xml.el:
* test/lisp/emacs-lisp/check-declare-tests.el
(check-declare-tests-warn):
* test/lisp/files-tests.el
(files-tests-file-name-non-special-dired-compress-handler):
* test/lisp/net/network-stream-tests.el (server-process-filter):
* test/src/coding-tests.el (ert-test-unibyte-buffer-dos-eol-decode):
Use `string-search` instead of `string-match` and `string-match-p`.
2021-08-09 11:20:00 +02:00
|
|
|
|
(let ((d (string-search "=" string)))
|
2006-04-18 17:33:33 +00:00
|
|
|
|
(cons (concat "$" (substring string 0 d))
|
|
|
|
|
(and d (substring string (1+ d))))))
|
|
|
|
|
process-environment))))
|
2000-09-29 02:17:56 +00:00
|
|
|
|
|
1997-07-25 11:36:34 +00:00
|
|
|
|
|
1993-06-14 14:58:03 +00:00
|
|
|
|
(defun PC-complete ()
|
|
|
|
|
"Like minibuffer-complete, but allows \"b--di\"-style abbreviations.
|
|
|
|
|
For example, \"M-x b--di\" would match `byte-recompile-directory', or any
|
|
|
|
|
name which consists of three or more words, the first beginning with \"b\"
|
|
|
|
|
and the third beginning with \"di\".
|
|
|
|
|
|
|
|
|
|
The pattern \"b--d\" is ambiguous for `byte-recompile-directory' and
|
|
|
|
|
`beginning-of-defun', so this would produce a list of completions
|
|
|
|
|
just like when normal Emacs completions are ambiguous.
|
|
|
|
|
|
|
|
|
|
Word-delimiters for the purposes of Partial Completion are \"-\", \"_\",
|
|
|
|
|
\".\", and SPC."
|
|
|
|
|
(interactive)
|
|
|
|
|
(if (PC-was-meta-key)
|
|
|
|
|
(minibuffer-complete)
|
1996-07-30 18:52:19 +00:00
|
|
|
|
;; If the previous command was not this one,
|
|
|
|
|
;; never scroll, always retry completion.
|
|
|
|
|
(or (eq last-command this-command)
|
|
|
|
|
(setq minibuffer-scroll-window nil))
|
|
|
|
|
(let ((window minibuffer-scroll-window))
|
|
|
|
|
;; If there's a fresh completion window with a live buffer,
|
|
|
|
|
;; and this command is repeated, scroll that window.
|
|
|
|
|
(if (and window (window-buffer window)
|
|
|
|
|
(buffer-name (window-buffer window)))
|
2005-11-27 20:53:55 +00:00
|
|
|
|
(with-current-buffer (window-buffer window)
|
1996-07-30 18:52:19 +00:00
|
|
|
|
(if (pos-visible-in-window-p (point-max) window)
|
|
|
|
|
(set-window-start window (point-min) nil)
|
|
|
|
|
(scroll-other-window)))
|
|
|
|
|
(PC-do-completion nil)))))
|
1993-06-14 14:58:03 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(defun PC-complete-word ()
|
|
|
|
|
"Like `minibuffer-complete-word', but allows \"b--di\"-style abbreviations.
|
|
|
|
|
See `PC-complete' for details.
|
|
|
|
|
This can be bound to other keys, like `-' and `.', if you wish."
|
|
|
|
|
(interactive)
|
|
|
|
|
(if (eq (PC-was-meta-key) PC-meta-flag)
|
2009-01-09 04:44:15 +00:00
|
|
|
|
(if (eq last-command-event ? )
|
1993-06-14 14:58:03 +00:00
|
|
|
|
(minibuffer-complete-word)
|
|
|
|
|
(self-insert-command 1))
|
|
|
|
|
(self-insert-command 1)
|
|
|
|
|
(if (eobp)
|
|
|
|
|
(PC-do-completion 'word))))
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(defun PC-complete-space ()
|
|
|
|
|
"Like `minibuffer-complete-word', but allows \"b--di\"-style abbreviations.
|
|
|
|
|
See `PC-complete' for details.
|
|
|
|
|
This is suitable for binding to other keys which should act just like SPC."
|
|
|
|
|
(interactive)
|
|
|
|
|
(if (eq (PC-was-meta-key) PC-meta-flag)
|
|
|
|
|
(minibuffer-complete-word)
|
|
|
|
|
(insert " ")
|
|
|
|
|
(if (eobp)
|
|
|
|
|
(PC-do-completion 'word))))
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(defun PC-complete-and-exit ()
|
|
|
|
|
"Like `minibuffer-complete-and-exit', but allows \"b--di\"-style abbreviations.
|
|
|
|
|
See `PC-complete' for details."
|
|
|
|
|
(interactive)
|
|
|
|
|
(if (eq (PC-was-meta-key) PC-meta-flag)
|
|
|
|
|
(minibuffer-complete-and-exit)
|
|
|
|
|
(PC-do-complete-and-exit)))
|
|
|
|
|
|
|
|
|
|
(defun PC-force-complete-and-exit ()
|
|
|
|
|
"Like `minibuffer-complete-and-exit', but allows \"b--di\"-style abbreviations.
|
|
|
|
|
See `PC-complete' for details."
|
|
|
|
|
(interactive)
|
|
|
|
|
(let ((minibuffer-completion-confirm nil))
|
|
|
|
|
(PC-do-complete-and-exit)))
|
|
|
|
|
|
|
|
|
|
(defun PC-do-complete-and-exit ()
|
2007-07-05 19:42:43 +00:00
|
|
|
|
(cond
|
|
|
|
|
((= (point-max) (minibuffer-prompt-end))
|
|
|
|
|
;; Duplicate the "bug" that Info-menu relies on...
|
|
|
|
|
(exit-minibuffer))
|
2008-11-28 19:11:58 +00:00
|
|
|
|
((eq minibuffer-completion-confirm 'confirm)
|
2007-07-05 19:42:43 +00:00
|
|
|
|
(if (or (eq last-command this-command)
|
|
|
|
|
(test-completion (field-string)
|
|
|
|
|
minibuffer-completion-table
|
|
|
|
|
minibuffer-completion-predicate))
|
|
|
|
|
(exit-minibuffer)
|
|
|
|
|
(PC-temp-minibuffer-message " [Confirm]")))
|
2008-11-28 19:11:58 +00:00
|
|
|
|
((eq minibuffer-completion-confirm 'confirm-after-completion)
|
|
|
|
|
;; Similar to the above, but only if trying to exit immediately
|
|
|
|
|
;; after typing TAB (this catches most minibuffer typos).
|
2008-11-29 21:41:11 +00:00
|
|
|
|
(if (and (memq last-command minibuffer-confirm-exit-commands)
|
2008-11-28 19:11:58 +00:00
|
|
|
|
(not (test-completion (field-string)
|
|
|
|
|
minibuffer-completion-table
|
|
|
|
|
minibuffer-completion-predicate)))
|
|
|
|
|
(PC-temp-minibuffer-message " [Confirm]")
|
|
|
|
|
(exit-minibuffer)))
|
2007-07-05 19:42:43 +00:00
|
|
|
|
(t
|
1993-06-14 14:58:03 +00:00
|
|
|
|
(let ((flag (PC-do-completion 'exit)))
|
|
|
|
|
(and flag
|
|
|
|
|
(if (or (eq flag 'complete)
|
|
|
|
|
(not minibuffer-completion-confirm))
|
|
|
|
|
(exit-minibuffer)
|
2007-07-05 19:42:43 +00:00
|
|
|
|
(PC-temp-minibuffer-message " [Confirm]")))))))
|
1993-06-14 14:58:03 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(defun PC-completion-help ()
|
|
|
|
|
"Like `minibuffer-completion-help', but allows \"b--di\"-style abbreviations.
|
|
|
|
|
See `PC-complete' for details."
|
|
|
|
|
(interactive)
|
|
|
|
|
(if (eq (PC-was-meta-key) PC-meta-flag)
|
|
|
|
|
(minibuffer-completion-help)
|
|
|
|
|
(PC-do-completion 'help)))
|
|
|
|
|
|
|
|
|
|
(defun PC-was-meta-key ()
|
|
|
|
|
(or (/= (length (this-command-keys)) 1)
|
|
|
|
|
(let ((key (aref (this-command-keys) 0)))
|
|
|
|
|
(if (integerp key)
|
|
|
|
|
(>= key 128)
|
|
|
|
|
(not (null (memq 'meta (event-modifiers key))))))))
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(defvar PC-ignored-extensions 'empty-cache)
|
|
|
|
|
(defvar PC-delims 'empty-cache)
|
|
|
|
|
(defvar PC-ignored-regexp nil)
|
|
|
|
|
(defvar PC-word-failed-flag nil)
|
|
|
|
|
(defvar PC-delim-regex nil)
|
|
|
|
|
(defvar PC-ndelims-regex nil)
|
|
|
|
|
(defvar PC-delims-list nil)
|
|
|
|
|
|
1996-03-06 05:12:07 +00:00
|
|
|
|
(defvar PC-completion-as-file-name-predicate
|
2005-11-27 20:53:55 +00:00
|
|
|
|
(lambda () minibuffer-completing-file-name)
|
|
|
|
|
"A function testing whether a minibuffer completion now will work filename-style.
|
1996-03-06 05:12:07 +00:00
|
|
|
|
The function takes no arguments, and typically looks at the value
|
|
|
|
|
of `minibuffer-completion-table' and the minibuffer contents.")
|
1996-03-05 21:19:11 +00:00
|
|
|
|
|
2006-06-23 13:05:40 +00:00
|
|
|
|
;; Returns the sequence of non-delimiter characters that follow regexp in string.
|
|
|
|
|
(defun PC-chunk-after (string regexp)
|
|
|
|
|
(if (not (string-match regexp string))
|
2007-12-06 00:17:56 +00:00
|
|
|
|
(let ((message "String %s didn't match regexp %s"))
|
|
|
|
|
(message message string regexp)
|
|
|
|
|
(error message string regexp)))
|
2006-06-23 13:05:40 +00:00
|
|
|
|
(let ((result (substring string (match-end 0))))
|
|
|
|
|
;; result may contain multiple chunks
|
|
|
|
|
(if (string-match PC-delim-regex result)
|
|
|
|
|
(setq result (substring result 0 (match-beginning 0))))
|
|
|
|
|
result))
|
|
|
|
|
|
|
|
|
|
(defun test-completion-ignore-case (str table pred)
|
|
|
|
|
"Like `test-completion', but ignores case when possible."
|
|
|
|
|
;; Binding completion-ignore-case to nil ensures, for compatibility with
|
|
|
|
|
;; standard completion, that the return value is exactly one of the
|
|
|
|
|
;; possibilities. Do this binding only if pred is nil, out of paranoia;
|
|
|
|
|
;; perhaps it is safe even if pred is non-nil.
|
|
|
|
|
(if pred
|
|
|
|
|
(test-completion str table pred)
|
|
|
|
|
(let ((completion-ignore-case nil))
|
|
|
|
|
(test-completion str table pred))))
|
|
|
|
|
|
2007-03-09 07:30:29 +00:00
|
|
|
|
;; The following function is an attempt to work around two problems:
|
|
|
|
|
|
|
|
|
|
;; (1) When complete.el was written, (try-completion "" '(("") (""))) used to
|
|
|
|
|
;; return the value "". With a change from 2002-07-07 it returns t which caused
|
|
|
|
|
;; `PC-lisp-complete-symbol' to fail with a "Wrong type argument: sequencep, t"
|
|
|
|
|
;; error. `PC-try-completion' returns STRING in this case.
|
|
|
|
|
|
|
|
|
|
;; (2) (try-completion "" '((""))) returned t before the above-mentioned change.
|
|
|
|
|
;; Since `PC-chop-word' operates on the return value of `try-completion' this
|
|
|
|
|
;; case might have provoked a similar error as in (1). `PC-try-completion'
|
|
|
|
|
;; returns "" instead. I don't know whether this is a real problem though.
|
|
|
|
|
|
|
|
|
|
;; Since `PC-try-completion' is not a guaranteed to fix these bugs reliably, you
|
|
|
|
|
;; should try to look at the following discussions when you encounter problems:
|
|
|
|
|
;; - emacs-pretest-bug ("Partial Completion" starting 2007-02-23),
|
|
|
|
|
;; - emacs-devel ("[address-of-OP: Partial completion]" starting 2007-02-24),
|
|
|
|
|
;; - emacs-devel ("[address-of-OP: EVAL and mouse selection in *Completions*]"
|
|
|
|
|
;; starting 2007-03-05).
|
|
|
|
|
(defun PC-try-completion (string alist &optional predicate)
|
|
|
|
|
"Like `try-completion' but return STRING instead of t."
|
|
|
|
|
(let ((result (try-completion string alist predicate)))
|
|
|
|
|
(if (eq result t) string result)))
|
|
|
|
|
|
2020-09-12 15:08:41 +02:00
|
|
|
|
(defvar completion-base-size)
|
|
|
|
|
|
2007-04-14 19:33:06 +00:00
|
|
|
|
;; TODO document MODE magic...
|
|
|
|
|
(defun PC-do-completion (&optional mode beg end goto-end)
|
|
|
|
|
"Internal function to do the work of partial completion.
|
|
|
|
|
Text to be completed lies between BEG and END. Normally when
|
|
|
|
|
replacing text in the minibuffer, this function replaces up to
|
|
|
|
|
point-max (as is appropriate for completing a file name). If
|
|
|
|
|
GOTO-END is non-nil, however, it instead replaces up to END."
|
1999-11-03 23:50:40 +00:00
|
|
|
|
(or beg (setq beg (minibuffer-prompt-end)))
|
1993-06-14 14:58:03 +00:00
|
|
|
|
(or end (setq end (point-max)))
|
2007-07-01 17:19:53 +00:00
|
|
|
|
(let* ((table (if (eq minibuffer-completion-table 'read-file-name-internal)
|
|
|
|
|
'PC-read-file-name-internal
|
|
|
|
|
minibuffer-completion-table))
|
1993-06-14 14:58:03 +00:00
|
|
|
|
(pred minibuffer-completion-predicate)
|
1996-03-06 05:12:07 +00:00
|
|
|
|
(filename (funcall PC-completion-as-file-name-predicate))
|
2007-03-27 03:17:42 +00:00
|
|
|
|
(dirname nil) ; non-nil only if a filename is being completed
|
2007-03-10 08:39:11 +00:00
|
|
|
|
;; The following used to be "(dirlength 0)" which caused the erasure of
|
|
|
|
|
;; the entire buffer text before `point' when inserting a completion
|
|
|
|
|
;; into a buffer.
|
|
|
|
|
dirlength
|
1993-06-14 14:58:03 +00:00
|
|
|
|
(str (buffer-substring beg end))
|
|
|
|
|
(incname (and filename (string-match "<\\([^\"<>]*\\)>?$" str)))
|
|
|
|
|
(ambig nil)
|
2006-05-22 18:09:40 +00:00
|
|
|
|
basestr origstr
|
2000-06-15 14:42:19 +00:00
|
|
|
|
env-on
|
1993-06-14 14:58:03 +00:00
|
|
|
|
regex
|
|
|
|
|
p offset
|
2007-08-07 03:02:04 +00:00
|
|
|
|
abbreviated
|
1993-06-14 14:58:03 +00:00
|
|
|
|
(poss nil)
|
|
|
|
|
helpposs
|
|
|
|
|
(case-fold-search completion-ignore-case))
|
|
|
|
|
|
|
|
|
|
;; Check if buffer contents can already be considered complete
|
|
|
|
|
(if (and (eq mode 'exit)
|
2007-03-05 14:55:05 +00:00
|
|
|
|
(test-completion str table pred))
|
2008-09-07 20:56:27 +00:00
|
|
|
|
'complete
|
1993-06-14 14:58:03 +00:00
|
|
|
|
|
|
|
|
|
;; Do substitutions in directory names
|
|
|
|
|
(and filename
|
2000-06-15 14:42:19 +00:00
|
|
|
|
(setq basestr (or (file-name-directory str) ""))
|
|
|
|
|
(setq dirlength (length basestr))
|
|
|
|
|
;; Do substitutions in directory names
|
|
|
|
|
(setq p (substitute-in-file-name basestr))
|
|
|
|
|
(not (string-equal basestr p))
|
|
|
|
|
(setq str (concat p (file-name-nondirectory str)))
|
|
|
|
|
(progn
|
1993-06-14 14:58:03 +00:00
|
|
|
|
(delete-region beg end)
|
2000-06-15 14:42:19 +00:00
|
|
|
|
(insert str)
|
|
|
|
|
(setq end (+ beg (length str)))))
|
2002-12-02 08:51:39 +00:00
|
|
|
|
|
1993-06-14 14:58:03 +00:00
|
|
|
|
;; Prepare various delimiter strings
|
|
|
|
|
(or (equal PC-word-delimiters PC-delims)
|
|
|
|
|
(setq PC-delims PC-word-delimiters
|
|
|
|
|
PC-delim-regex (concat "[" PC-delims "]")
|
|
|
|
|
PC-ndelims-regex (concat "[^" PC-delims "]*")
|
|
|
|
|
PC-delims-list (append PC-delims nil)))
|
|
|
|
|
|
2002-11-08 23:39:29 +00:00
|
|
|
|
;; Add wildcards if necessary
|
2002-12-02 08:51:39 +00:00
|
|
|
|
(and filename
|
|
|
|
|
(let ((dir (file-name-directory str))
|
2003-10-20 20:54:16 +00:00
|
|
|
|
(file (file-name-nondirectory str))
|
2008-04-23 18:39:22 +00:00
|
|
|
|
;; The base dir for file-completion was passed in `predicate'.
|
|
|
|
|
(default-directory (if (stringp pred) (expand-file-name pred)
|
|
|
|
|
default-directory)))
|
2002-12-02 08:51:39 +00:00
|
|
|
|
(while (and (stringp dir) (not (file-directory-p dir)))
|
|
|
|
|
(setq dir (directory-file-name dir))
|
|
|
|
|
(setq file (concat (replace-regexp-in-string
|
|
|
|
|
PC-delim-regex "*\\&"
|
|
|
|
|
(file-name-nondirectory dir))
|
|
|
|
|
"*/" file))
|
|
|
|
|
(setq dir (file-name-directory dir)))
|
2006-05-22 18:09:40 +00:00
|
|
|
|
(setq origstr str str (concat dir file))))
|
2002-12-02 08:51:39 +00:00
|
|
|
|
|
1993-06-14 14:58:03 +00:00
|
|
|
|
;; Look for wildcard expansions in directory name
|
|
|
|
|
(and filename
|
|
|
|
|
(string-match "\\*.*/" str)
|
|
|
|
|
(let ((pat str)
|
2008-04-23 18:39:22 +00:00
|
|
|
|
;; The base dir for file-completion was passed in `predicate'.
|
|
|
|
|
(default-directory (if (stringp pred) (expand-file-name pred)
|
|
|
|
|
default-directory))
|
1993-06-14 14:58:03 +00:00
|
|
|
|
files)
|
|
|
|
|
(setq p (1+ (string-match "/[^/]*\\'" pat)))
|
|
|
|
|
(while (setq p (string-match PC-delim-regex pat p))
|
|
|
|
|
(setq pat (concat (substring pat 0 p)
|
|
|
|
|
"*"
|
|
|
|
|
(substring pat p))
|
|
|
|
|
p (+ p 2)))
|
2007-10-22 09:46:08 +00:00
|
|
|
|
(setq files (file-expand-wildcards (concat pat "*")))
|
1993-06-14 14:58:03 +00:00
|
|
|
|
(if files
|
|
|
|
|
(let ((dir (file-name-directory (car files)))
|
|
|
|
|
(p files))
|
|
|
|
|
(while (and (setq p (cdr p))
|
|
|
|
|
(equal dir (file-name-directory (car p)))))
|
|
|
|
|
(if p
|
2008-04-23 18:39:22 +00:00
|
|
|
|
(setq filename nil table nil
|
|
|
|
|
pred (if (stringp pred) nil pred)
|
1993-06-14 14:58:03 +00:00
|
|
|
|
ambig t)
|
|
|
|
|
(delete-region beg end)
|
|
|
|
|
(setq str (concat dir (file-name-nondirectory str)))
|
|
|
|
|
(insert str)
|
|
|
|
|
(setq end (+ beg (length str)))))
|
2006-05-22 18:09:40 +00:00
|
|
|
|
(if origstr
|
2007-07-01 17:19:53 +00:00
|
|
|
|
;; If the wildcards were introduced by us, it's
|
|
|
|
|
;; possible that PC-read-file-name-internal can
|
|
|
|
|
;; still find matches for the original string
|
|
|
|
|
;; even if we couldn't, so remove the added
|
|
|
|
|
;; wildcards.
|
2006-05-22 18:09:40 +00:00
|
|
|
|
(setq str origstr)
|
2008-04-23 18:39:22 +00:00
|
|
|
|
(setq filename nil table nil
|
|
|
|
|
pred (if (stringp pred) nil pred))))))
|
1993-06-14 14:58:03 +00:00
|
|
|
|
|
|
|
|
|
;; Strip directory name if appropriate
|
|
|
|
|
(if filename
|
|
|
|
|
(if incname
|
|
|
|
|
(setq basestr (substring str incname)
|
|
|
|
|
dirname (substring str 0 incname))
|
|
|
|
|
(setq basestr (file-name-nondirectory str)
|
1999-08-09 08:56:31 +00:00
|
|
|
|
dirname (file-name-directory str))
|
|
|
|
|
;; Make sure str is consistent with its directory and basename
|
|
|
|
|
;; parts. This is important on DOZe'NT systems when str only
|
|
|
|
|
;; includes a drive letter, like in "d:".
|
|
|
|
|
(setq str (concat dirname basestr)))
|
1993-06-14 14:58:03 +00:00
|
|
|
|
(setq basestr str))
|
|
|
|
|
|
|
|
|
|
;; Convert search pattern to a standard regular expression
|
|
|
|
|
(setq regex (regexp-quote basestr)
|
|
|
|
|
offset (if (and (> (length regex) 0)
|
|
|
|
|
(not (eq (aref basestr 0) ?\*))
|
|
|
|
|
(or (eq PC-first-char t)
|
|
|
|
|
(and PC-first-char filename))) 1 0)
|
|
|
|
|
p offset)
|
|
|
|
|
(while (setq p (string-match PC-delim-regex regex p))
|
|
|
|
|
(if (eq (aref regex p) ? )
|
|
|
|
|
(setq regex (concat (substring regex 0 p)
|
|
|
|
|
PC-ndelims-regex
|
|
|
|
|
PC-delim-regex
|
|
|
|
|
(substring regex (1+ p)))
|
|
|
|
|
p (+ p (length PC-ndelims-regex) (length PC-delim-regex)))
|
|
|
|
|
(let ((bump (if (memq (aref regex p)
|
2017-05-06 19:16:49 +02:00
|
|
|
|
'(?$ ?^ ?\. ?* ?+ ?? ?\[ ?\] ?\\))
|
1993-06-14 14:58:03 +00:00
|
|
|
|
-1 0)))
|
|
|
|
|
(setq regex (concat (substring regex 0 (+ p bump))
|
|
|
|
|
PC-ndelims-regex
|
|
|
|
|
(substring regex (+ p bump)))
|
|
|
|
|
p (+ p (length PC-ndelims-regex) 1)))))
|
|
|
|
|
(setq p 0)
|
|
|
|
|
(if filename
|
Use string-search instead of string-match[-p]
`string-search` is easier to understand, less error-prone, much
faster, does not pollute the regexp cache, and does not mutate global
state. Use it where applicable and obviously safe (erring on the
conservative side).
* admin/authors.el (authors-canonical-file-name)
(authors-scan-change-log):
* lisp/apropos.el (apropos-command)
(apropos-documentation-property, apropos-symbols-internal):
* lisp/arc-mode.el (archive-arc-summarize)
(archive-zoo-summarize):
* lisp/calc/calc-aent.el (math-read-factor):
* lisp/calc/calc-ext.el (math-read-big-expr)
(math-format-nice-expr, math-format-number-fancy):
* lisp/calc/calc-forms.el (math-read-angle-brackets):
* lisp/calc/calc-graph.el (calc-graph-set-range):
* lisp/calc/calc-keypd.el (calc-keypad-press):
* lisp/calc/calc-lang.el (tex, latex, math-read-big-rec):
* lisp/calc/calc-prog.el (calc-fix-token-name)
(calc-user-define-permanent, math-define-exp):
* lisp/calc/calc.el (calc-record, calcDigit-key)
(calc-count-lines):
* lisp/calc/calcalg2.el (calc-solve-for, calc-poly-roots)
(math-do-integral):
* lisp/calc/calcalg3.el (calc-find-root, calc-find-minimum)
(calc-get-fit-variables):
* lisp/cedet/ede/speedbar.el (ede-tag-expand):
* lisp/cedet/semantic/java.el (semantic-java-expand-tag):
* lisp/cedet/semantic/sb.el (semantic-sb-show-extra)
(semantic-sb-expand-group):
* lisp/cedet/semantic/wisent/python.el
(semantic-python-instance-variable-p):
* lisp/cus-edit.el (get):
* lisp/descr-text.el (describe-text-sexp):
* lisp/dired-aux.el (dired-compress-file):
* lisp/dired-x.el (dired-make-relative-symlink):
* lisp/dired.el (dired-glob-regexp):
* lisp/dos-fns.el (dos-convert-standard-filename, dos-8+3-filename):
* lisp/edmacro.el (edmacro-format-keys):
* lisp/emacs-lisp/eieio-opt.el (eieio-sb-expand):
* lisp/emacs-lisp/eieio-speedbar.el (eieio-speedbar-object-expand):
* lisp/emacs-lisp/lisp-mnt.el (lm-keywords-list):
* lisp/emacs-lisp/warnings.el (display-warning):
* lisp/emulation/viper-ex.el (viper-ex-read-file-name)
(ex-print-display-lines):
* lisp/env.el (read-envvar-name, setenv):
* lisp/epa-mail.el (epa-mail-encrypt):
* lisp/epg.el (epg--start):
* lisp/erc/erc-backend.el (erc-parse-server-response):
* lisp/erc/erc-dcc.el (erc-dcc-member):
* lisp/erc/erc-speedbar.el (erc-speedbar-expand-server)
(erc-speedbar-expand-channel, erc-speedbar-expand-user):
* lisp/erc/erc.el (erc-send-input):
* lisp/eshell/em-glob.el (eshell-glob-entries):
* lisp/eshell/esh-proc.el (eshell-needs-pipe-p):
* lisp/eshell/esh-util.el (eshell-convert):
* lisp/eshell/esh-var.el (eshell-envvar-names):
* lisp/faces.el (x-resolve-font-name):
* lisp/ffap.el (ffap-file-at-point):
* lisp/files.el (wildcard-to-regexp, shell-quote-wildcard-pattern):
* lisp/forms.el (forms--update):
* lisp/frameset.el (frameset-filter-unshelve-param):
* lisp/gnus/gnus-art.el (article-decode-charset):
* lisp/gnus/gnus-kill.el (gnus-kill-parse-rn-kill-file):
* lisp/gnus/gnus-mlspl.el (gnus-group-split-fancy):
* lisp/gnus/gnus-msg.el (gnus-summary-resend-message-insert-gcc)
(gnus-inews-insert-gcc):
* lisp/gnus/gnus-rfc1843.el (rfc1843-decode-article-body):
* lisp/gnus/gnus-search.el (gnus-search-indexed-parse-output)
(gnus-search--complete-key-data):
* lisp/gnus/gnus-spec.el (gnus-parse-simple-format):
* lisp/gnus/gnus-sum.el (gnus-summary-refer-article):
* lisp/gnus/gnus-util.el (gnus-extract-address-components)
(gnus-newsgroup-directory-form):
* lisp/gnus/gnus-uu.el (gnus-uu-grab-view):
* lisp/gnus/gnus.el (gnus-group-native-p, gnus-short-group-name):
* lisp/gnus/message.el (message-check-news-header-syntax)
(message-make-message-id, message-user-mail-address)
(message-make-fqdn, message-get-reply-headers, message-followup):
* lisp/gnus/mm-decode.el (mm-dissect-buffer):
* lisp/gnus/nnheader.el (nnheader-insert):
* lisp/gnus/nnimap.el (nnimap-process-quirk)
(nnimap-imap-ranges-to-gnus-ranges):
* lisp/gnus/nnmaildir.el (nnmaildir--ensure-suffix):
* lisp/gnus/nnmairix.el (nnmairix-determine-original-group-from-path):
* lisp/gnus/nnrss.el (nnrss-match-macro):
* lisp/gnus/nntp.el (nntp-find-group-and-number):
* lisp/help-fns.el (help--symbol-completion-table-affixation):
* lisp/help.el (help-function-arglist):
* lisp/hippie-exp.el (he-concat-directory-file-name):
* lisp/htmlfontify.el (hfy-relstub):
* lisp/ido.el (ido-make-prompt, ido-complete, ido-copy-current-word)
(ido-exhibit):
* lisp/image/image-converter.el (image-convert-p):
* lisp/info-xref.el (info-xref-docstrings):
* lisp/info.el (Info-toc-build, Info-follow-reference)
(Info-backward-node, Info-finder-find-node)
(Info-speedbar-expand-node):
* lisp/international/mule-diag.el (print-fontset-element):
* lisp/language/korea-util.el (default-korean-keyboard):
* lisp/linum.el (linum-after-change):
* lisp/mail/ietf-drums.el (ietf-drums-parse-address):
* lisp/mail/mail-utils.el (mail-dont-reply-to):
* lisp/mail/rfc2047.el (rfc2047-encode-1, rfc2047-decode-string):
* lisp/mail/rfc2231.el (rfc2231-parse-string):
* lisp/mail/rmailkwd.el (rmail-set-label):
* lisp/mail/rmailsum.el (rmail-header-summary):
* lisp/mail/smtpmail.el (smtpmail-maybe-append-domain)
(smtpmail-user-mail-address):
* lisp/mail/uce.el (uce-reply-to-uce):
* lisp/man.el (Man-default-man-entry):
* lisp/mh-e/mh-alias.el (mh-alias-gecos-name)
(mh-alias-minibuffer-confirm-address):
* lisp/mh-e/mh-comp.el (mh-forwarded-letter-subject):
* lisp/mh-e/mh-speed.el (mh-speed-parse-flists-output):
* lisp/mh-e/mh-utils.el (mh-collect-folder-names-filter)
(mh-folder-completion-function):
* lisp/minibuffer.el (completion--make-envvar-table)
(completion-file-name-table, completion-flex-try-completion)
(completion-flex-all-completions):
* lisp/mpc.el (mpc--proc-quote-string, mpc-cmd-special-tag-p)
(mpc-constraints-tag-lookup):
* lisp/net/ange-ftp.el (ange-ftp-send-cmd)
(ange-ftp-allow-child-lookup):
* lisp/net/mailcap.el (mailcap-mime-types):
* lisp/net/mairix.el (mairix-search-thread-this-article):
* lisp/net/pop3.el (pop3-open-server):
* lisp/net/soap-client.el (soap-decode-xs-complex-type):
* lisp/net/socks.el (socks-filter):
* lisp/nxml/nxml-outln.el (nxml-highlighted-qname):
* lisp/nxml/rng-cmpct.el (rng-c-expand-name, rng-c-expand-datatype):
* lisp/nxml/rng-uri.el (rng-uri-file-name-1):
* lisp/obsolete/complete.el (partial-completion-mode)
(PC-do-completion):
* lisp/obsolete/longlines.el (longlines-encode-string):
* lisp/obsolete/nnir.el (nnir-compose-result):
* lisp/obsolete/terminal.el (te-quote-arg-for-sh):
* lisp/obsolete/tpu-edt.el (tpu-check-search-case):
* lisp/obsolete/url-ns.el (isPlainHostName):
* lisp/pcmpl-unix.el (pcomplete/scp):
* lisp/play/dunnet.el (dun-listify-string2, dun-get-path)
(dun-unix-parse, dun-doassign, dun-cat, dun-batch-unix-interface):
* lisp/progmodes/ebnf2ps.el: (ebnf-eps-header-footer-comment):
* lisp/progmodes/gdb-mi.el (gdb-var-delete)
(gdb-speedbar-expand-node, gdbmi-bnf-incomplete-record-result):
* lisp/progmodes/gud.el (gud-find-expr):
* lisp/progmodes/idlw-help.el (idlwave-do-context-help1):
* lisp/progmodes/idlw-shell.el (idlwave-shell-mode)
(idlwave-shell-filter-hidden-output, idlwave-shell-filter):
* lisp/progmodes/idlwave.el (idlwave-skip-label-or-case)
(idlwave-routine-info):
* lisp/progmodes/octave.el (inferior-octave-completion-at-point):
* lisp/progmodes/sh-script.el (sh-add-completer):
* lisp/progmodes/sql.el (defun):
* lisp/progmodes/xscheme.el (xscheme-process-filter):
* lisp/replace.el (query-replace-compile-replacement)
(map-query-replace-regexp):
* lisp/shell.el (shell--command-completion-data)
(shell-environment-variable-completion):
* lisp/simple.el (display-message-or-buffer):
* lisp/speedbar.el (speedbar-dired, speedbar-tag-file)
(speedbar-tag-expand):
* lisp/subr.el (split-string-and-unquote):
* lisp/tar-mode.el (tar-extract):
* lisp/term.el (term-command-hook, serial-read-name):
* lisp/textmodes/bibtex.el (bibtex-print-help-message):
* lisp/textmodes/ispell.el (ispell-lookup-words, ispell-filter)
(ispell-parse-output, ispell-buffer-local-parsing):
* lisp/textmodes/reftex-cite.el (reftex-do-citation):
* lisp/textmodes/reftex-parse.el (reftex-notice-new):
* lisp/textmodes/reftex-ref.el (reftex-show-entry):
* lisp/textmodes/reftex.el (reftex-compile-variables):
* lisp/textmodes/tex-mode.el (tex-send-command)
(tex-start-tex, tex-append):
* lisp/thingatpt.el (thing-at-point-url-at-point):
* lisp/tmm.el (tmm-add-one-shortcut):
* lisp/transient.el (transient-format-key):
* lisp/url/url-auth.el (url-basic-auth)
(url-digest-auth-directory-id-assoc):
* lisp/url/url-news.el (url-news):
* lisp/url/url-util.el (url-parse-query-string):
* lisp/vc/vc-cvs.el (vc-cvs-parse-entry):
* lisp/wid-browse.el (widget-browse-sexp):
* lisp/woman.el (woman-parse-colon-path, woman-mini-help)
(WoMan-getpage-in-background, woman-negative-vertical-space):
* lisp/xml.el:
* test/lisp/emacs-lisp/check-declare-tests.el
(check-declare-tests-warn):
* test/lisp/files-tests.el
(files-tests-file-name-non-special-dired-compress-handler):
* test/lisp/net/network-stream-tests.el (server-process-filter):
* test/src/coding-tests.el (ert-test-unibyte-buffer-dos-eol-decode):
Use `string-search` instead of `string-match` and `string-match-p`.
2021-08-09 11:20:00 +02:00
|
|
|
|
(while (setq p (string-search "\\*" regex p))
|
1993-06-14 14:58:03 +00:00
|
|
|
|
(setq regex (concat (substring regex 0 p)
|
|
|
|
|
"[^/]*"
|
|
|
|
|
(substring regex (+ p 2))))))
|
|
|
|
|
;;(setq the-regex regex)
|
|
|
|
|
(setq regex (concat "\\`" regex))
|
|
|
|
|
|
2000-06-15 14:42:19 +00:00
|
|
|
|
(and (> (length basestr) 0)
|
|
|
|
|
(= (aref basestr 0) ?$)
|
|
|
|
|
(setq env-on t
|
|
|
|
|
table PC-env-vars-alist
|
|
|
|
|
pred nil))
|
|
|
|
|
|
1993-06-14 14:58:03 +00:00
|
|
|
|
;; Find an initial list of possible completions
|
2007-08-07 03:02:04 +00:00
|
|
|
|
(unless (setq p (string-match (concat PC-delim-regex
|
1993-06-14 14:58:03 +00:00
|
|
|
|
(if filename "\\|\\*" ""))
|
|
|
|
|
str
|
2007-08-07 03:02:04 +00:00
|
|
|
|
(+ (length dirname) offset)))
|
1993-06-14 14:58:03 +00:00
|
|
|
|
|
|
|
|
|
;; Minibuffer contains no hyphens -- simple case!
|
2007-08-07 03:02:04 +00:00
|
|
|
|
(setq poss (all-completions (if env-on basestr str)
|
1993-06-14 14:58:03 +00:00
|
|
|
|
table
|
|
|
|
|
pred))
|
2007-09-06 17:12:17 +00:00
|
|
|
|
(unless (or poss (string-equal str ""))
|
2007-08-07 03:02:04 +00:00
|
|
|
|
;; Try completion as an abbreviation, e.g. "mvb" ->
|
2007-09-06 17:12:17 +00:00
|
|
|
|
;; "m-v-b" -> "multiple-value-bind", but only for
|
|
|
|
|
;; non-empty strings.
|
2007-08-07 03:02:04 +00:00
|
|
|
|
(setq origstr str
|
|
|
|
|
abbreviated t)
|
|
|
|
|
(if filename
|
|
|
|
|
(cond
|
|
|
|
|
;; "alpha" or "/alpha" -> expand whole path.
|
|
|
|
|
((string-match "^/?\\([A-Za-z0-9]+\\)$" str)
|
|
|
|
|
(setq
|
|
|
|
|
basestr ""
|
|
|
|
|
p nil
|
2007-10-22 09:46:08 +00:00
|
|
|
|
poss (file-expand-wildcards
|
2007-08-07 03:02:04 +00:00
|
|
|
|
(concat "/"
|
|
|
|
|
(mapconcat #'list (match-string 1 str) "*/")
|
|
|
|
|
"*"))
|
|
|
|
|
beg (1- beg)))
|
|
|
|
|
;; Alphanumeric trailer -> expand trailing file
|
|
|
|
|
((string-match "^\\(.+/\\)\\([A-Za-z0-9]+\\)$" str)
|
|
|
|
|
(setq regex (concat "\\`"
|
|
|
|
|
(mapconcat #'list
|
|
|
|
|
(match-string 2 str)
|
|
|
|
|
"[A-Za-z0-9]*[^A-Za-z0-9]"))
|
|
|
|
|
p (1+ (length (match-string 1 str))))))
|
2008-03-26 11:50:34 +00:00
|
|
|
|
(setq regex (concat "\\`" (mapconcat (lambda (c)
|
|
|
|
|
(regexp-quote (string c)))
|
|
|
|
|
str "[^-]*-"))
|
|
|
|
|
p 1))))
|
2007-08-07 03:02:04 +00:00
|
|
|
|
(when p
|
1993-06-14 14:58:03 +00:00
|
|
|
|
;; Use all-completions to do an initial cull. This is a big win,
|
|
|
|
|
;; since all-completions is written in C!
|
2000-06-15 14:42:19 +00:00
|
|
|
|
(let ((compl (all-completions (if env-on
|
|
|
|
|
(file-name-nondirectory (substring str 0 p))
|
|
|
|
|
(substring str 0 p))
|
2006-08-07 18:06:28 +00:00
|
|
|
|
table
|
|
|
|
|
pred)))
|
1993-06-14 14:58:03 +00:00
|
|
|
|
(setq p compl)
|
2007-08-07 03:02:04 +00:00
|
|
|
|
(when (and compl abbreviated)
|
|
|
|
|
(if filename
|
|
|
|
|
(progn
|
|
|
|
|
(setq p nil)
|
|
|
|
|
(dolist (x compl)
|
|
|
|
|
(when (string-match regex x)
|
|
|
|
|
(push x p)))
|
|
|
|
|
(setq basestr (try-completion "" p)))
|
* lisp/obsolete: Use lexical-binding
Use lexical-binding in all the lisp/obsolete/*.el files.
While at it, removed redundant :group arguments and used #' to quote
functions. Commented out the key bindings which the #' revealed
to lead to non-existing commands, and replaced those revealed to be obsolete.
* lisp/obsolete/cl-compat.el: Use cl-lib.
* lisp/obsolete/cust-print.el: Assume `defalias` exists.
(with-custom-print): Use `declare`.
* lisp/obsolete/iswitchb.el (iswitchb-init-XEmacs-trick)
(iswitchb-xemacs-backspacekey): Remove functions.
* lisp/obsolete/landmark.el (landmark, landmark-nslify-wts):
Prefer `apply` to `eval`.
* lisp/obsolete/longlines.el (longlines-mode): Don't use `add-to-list`
on a hook.
* lisp/obsolete/pgg-gpg.el (pgg-gpg-process-region): Use `clear-string`.
* lisp/obsolete/pgg-pgp.el (pgg-pgp-encrypt-region): Remove oddly
unused var `passphrase`.
(pgg-pgp-verify-region): Declare var `jam-zcat-filename-list`.
* lisp/obsolete/pgg-pgp5.el (pgg-pgp5-encrypt-region): Remove oddly
unused var `passphrase`.
(pgg-pgp5-verify-region): Declare var `jam-zcat-filename-list`.
* lisp/obsolete/pgg.el: Remove some XEmacs compatibility code.
(pgg-run-at-time, pgg-cancel-timer, pgg-clear-string): Remove functions.
Use their core equivalent instead.
* lisp/obsolete/rcompile.el (remote-compile): Remove unused vars `l`,
`l-host`, `l-user`, and `localname`.
* lisp/obsolete/starttls.el (starttls-any-program-available):
Use `define-obsolete-function-alias`.
* lisp/obsolete/tls.el (tls-format-message): Delete function, use
`format-message` instead.
* lisp/obsolete/url-ns.el (url-ns-prefs): Use `with-current-buffer`
and `dlet`.
* lisp/obsolete/vip.el (vip-escape-to-emacs): Remove unused var `key`.
(vip-command-argument, vip-read-string, ex-delete, ex-line): Remove
unused var `conditions`.
(ex-map): Use a closure instead of `eval`.
(ex-set): Make it an alias of `set-variable`.
(ex-substitute): Remove unused var `cont`.
* lisp/obsolete/abbrevlist.el:
* lisp/obsolete/bruce.el:
* lisp/obsolete/cc-compat.el:
* lisp/obsolete/cl-compat.el:
* lisp/obsolete/cl.el:
* lisp/obsolete/complete.el:
* lisp/obsolete/crisp.el:
* lisp/obsolete/cust-print.el:
* lisp/obsolete/erc-compat.el:
* lisp/obsolete/erc-hecomplete.el:
* lisp/obsolete/eudcb-ph.el:
* lisp/obsolete/fast-lock.el:
* lisp/obsolete/gs.el:
* lisp/obsolete/gulp.el:
* lisp/obsolete/html2text.el:
* lisp/obsolete/info-edit.el:
* lisp/obsolete/iswitchb.el:
* lisp/obsolete/landmark.el:
* lisp/obsolete/lazy-lock.el:
* lisp/obsolete/longlines.el:
* lisp/obsolete/mailpost.el:
* lisp/obsolete/mantemp.el:
* lisp/obsolete/meese.el:
* lisp/obsolete/messcompat.el:
* lisp/obsolete/metamail.el:
* lisp/obsolete/mouse-sel.el:
* lisp/obsolete/nnir.el:
* lisp/obsolete/old-emacs-lock.el:
* lisp/obsolete/otodo-mode.el:
* lisp/obsolete/patcomp.el:
* lisp/obsolete/pc-mode.el:
* lisp/obsolete/pc-select.el:
* lisp/obsolete/pgg-def.el:
* lisp/obsolete/pgg-gpg.el:
* lisp/obsolete/pgg-parse.el:
* lisp/obsolete/pgg-pgp.el:
* lisp/obsolete/pgg-pgp5.el:
* lisp/obsolete/pgg.el:
* lisp/obsolete/rcompile.el:
* lisp/obsolete/s-region.el:
* lisp/obsolete/sb-image.el:
* lisp/obsolete/sregex.el:
* lisp/obsolete/starttls.el:
* lisp/obsolete/sup-mouse.el:
* lisp/obsolete/terminal.el:
* lisp/obsolete/tls.el:
* lisp/obsolete/tpu-edt.el:
* lisp/obsolete/tpu-extras.el:
* lisp/obsolete/tpu-mapper.el:
* lisp/obsolete/url-ns.el:
* lisp/obsolete/vc-arch.el:
* lisp/obsolete/vi.el:
* lisp/obsolete/vip.el:
* lisp/obsolete/ws-mode.el:
* lisp/obsolete/yow.el: Use lexical-binding.
2021-02-22 16:54:59 -05:00
|
|
|
|
(setq basestr (mapconcat #'list str "-"))
|
2007-08-07 03:02:04 +00:00
|
|
|
|
(delete-region beg end)
|
|
|
|
|
(setq end (+ beg (length basestr)))
|
|
|
|
|
(insert basestr))))
|
1993-06-14 14:58:03 +00:00
|
|
|
|
(while p
|
|
|
|
|
(and (string-match regex (car p))
|
1996-12-05 19:52:46 +00:00
|
|
|
|
(progn
|
|
|
|
|
(set-text-properties 0 (length (car p)) '() (car p))
|
|
|
|
|
(setq poss (cons (car p) poss))))
|
2007-08-07 03:02:04 +00:00
|
|
|
|
(setq p (cdr p))))
|
1993-06-14 14:58:03 +00:00
|
|
|
|
|
2007-03-07 12:50:23 +00:00
|
|
|
|
;; If table had duplicates, they can be here.
|
|
|
|
|
(delete-dups poss)
|
|
|
|
|
|
2006-08-07 18:06:28 +00:00
|
|
|
|
;; Handle completion-ignored-extensions
|
|
|
|
|
(and filename
|
|
|
|
|
(not (eq mode 'help))
|
|
|
|
|
(let ((p2 poss))
|
|
|
|
|
|
|
|
|
|
;; Build a regular expression representing the extensions list
|
|
|
|
|
(or (equal completion-ignored-extensions PC-ignored-extensions)
|
|
|
|
|
(setq PC-ignored-regexp
|
|
|
|
|
(concat "\\("
|
|
|
|
|
(mapconcat
|
* lisp/obsolete: Use lexical-binding
Use lexical-binding in all the lisp/obsolete/*.el files.
While at it, removed redundant :group arguments and used #' to quote
functions. Commented out the key bindings which the #' revealed
to lead to non-existing commands, and replaced those revealed to be obsolete.
* lisp/obsolete/cl-compat.el: Use cl-lib.
* lisp/obsolete/cust-print.el: Assume `defalias` exists.
(with-custom-print): Use `declare`.
* lisp/obsolete/iswitchb.el (iswitchb-init-XEmacs-trick)
(iswitchb-xemacs-backspacekey): Remove functions.
* lisp/obsolete/landmark.el (landmark, landmark-nslify-wts):
Prefer `apply` to `eval`.
* lisp/obsolete/longlines.el (longlines-mode): Don't use `add-to-list`
on a hook.
* lisp/obsolete/pgg-gpg.el (pgg-gpg-process-region): Use `clear-string`.
* lisp/obsolete/pgg-pgp.el (pgg-pgp-encrypt-region): Remove oddly
unused var `passphrase`.
(pgg-pgp-verify-region): Declare var `jam-zcat-filename-list`.
* lisp/obsolete/pgg-pgp5.el (pgg-pgp5-encrypt-region): Remove oddly
unused var `passphrase`.
(pgg-pgp5-verify-region): Declare var `jam-zcat-filename-list`.
* lisp/obsolete/pgg.el: Remove some XEmacs compatibility code.
(pgg-run-at-time, pgg-cancel-timer, pgg-clear-string): Remove functions.
Use their core equivalent instead.
* lisp/obsolete/rcompile.el (remote-compile): Remove unused vars `l`,
`l-host`, `l-user`, and `localname`.
* lisp/obsolete/starttls.el (starttls-any-program-available):
Use `define-obsolete-function-alias`.
* lisp/obsolete/tls.el (tls-format-message): Delete function, use
`format-message` instead.
* lisp/obsolete/url-ns.el (url-ns-prefs): Use `with-current-buffer`
and `dlet`.
* lisp/obsolete/vip.el (vip-escape-to-emacs): Remove unused var `key`.
(vip-command-argument, vip-read-string, ex-delete, ex-line): Remove
unused var `conditions`.
(ex-map): Use a closure instead of `eval`.
(ex-set): Make it an alias of `set-variable`.
(ex-substitute): Remove unused var `cont`.
* lisp/obsolete/abbrevlist.el:
* lisp/obsolete/bruce.el:
* lisp/obsolete/cc-compat.el:
* lisp/obsolete/cl-compat.el:
* lisp/obsolete/cl.el:
* lisp/obsolete/complete.el:
* lisp/obsolete/crisp.el:
* lisp/obsolete/cust-print.el:
* lisp/obsolete/erc-compat.el:
* lisp/obsolete/erc-hecomplete.el:
* lisp/obsolete/eudcb-ph.el:
* lisp/obsolete/fast-lock.el:
* lisp/obsolete/gs.el:
* lisp/obsolete/gulp.el:
* lisp/obsolete/html2text.el:
* lisp/obsolete/info-edit.el:
* lisp/obsolete/iswitchb.el:
* lisp/obsolete/landmark.el:
* lisp/obsolete/lazy-lock.el:
* lisp/obsolete/longlines.el:
* lisp/obsolete/mailpost.el:
* lisp/obsolete/mantemp.el:
* lisp/obsolete/meese.el:
* lisp/obsolete/messcompat.el:
* lisp/obsolete/metamail.el:
* lisp/obsolete/mouse-sel.el:
* lisp/obsolete/nnir.el:
* lisp/obsolete/old-emacs-lock.el:
* lisp/obsolete/otodo-mode.el:
* lisp/obsolete/patcomp.el:
* lisp/obsolete/pc-mode.el:
* lisp/obsolete/pc-select.el:
* lisp/obsolete/pgg-def.el:
* lisp/obsolete/pgg-gpg.el:
* lisp/obsolete/pgg-parse.el:
* lisp/obsolete/pgg-pgp.el:
* lisp/obsolete/pgg-pgp5.el:
* lisp/obsolete/pgg.el:
* lisp/obsolete/rcompile.el:
* lisp/obsolete/s-region.el:
* lisp/obsolete/sb-image.el:
* lisp/obsolete/sregex.el:
* lisp/obsolete/starttls.el:
* lisp/obsolete/sup-mouse.el:
* lisp/obsolete/terminal.el:
* lisp/obsolete/tls.el:
* lisp/obsolete/tpu-edt.el:
* lisp/obsolete/tpu-extras.el:
* lisp/obsolete/tpu-mapper.el:
* lisp/obsolete/url-ns.el:
* lisp/obsolete/vc-arch.el:
* lisp/obsolete/vi.el:
* lisp/obsolete/vip.el:
* lisp/obsolete/ws-mode.el:
* lisp/obsolete/yow.el: Use lexical-binding.
2021-02-22 16:54:59 -05:00
|
|
|
|
#'regexp-quote
|
2006-08-07 18:06:28 +00:00
|
|
|
|
(setq PC-ignored-extensions
|
|
|
|
|
completion-ignored-extensions)
|
|
|
|
|
"\\|")
|
|
|
|
|
"\\)\\'")))
|
|
|
|
|
|
|
|
|
|
;; Check if there are any without an ignored extension.
|
|
|
|
|
;; Also ignore `.' and `..'.
|
|
|
|
|
(setq p nil)
|
|
|
|
|
(while p2
|
|
|
|
|
(or (string-match PC-ignored-regexp (car p2))
|
|
|
|
|
(string-match "\\(\\`\\|/\\)[.][.]?/?\\'" (car p2))
|
|
|
|
|
(setq p (cons (car p2) p)))
|
|
|
|
|
(setq p2 (cdr p2)))
|
|
|
|
|
|
|
|
|
|
;; If there are "good" names, use them
|
|
|
|
|
(and p (setq poss p))))
|
|
|
|
|
|
1993-06-14 14:58:03 +00:00
|
|
|
|
;; Now we have a list of possible completions
|
2007-08-07 03:02:04 +00:00
|
|
|
|
|
1993-06-14 14:58:03 +00:00
|
|
|
|
(cond
|
|
|
|
|
|
|
|
|
|
;; No valid completions found
|
|
|
|
|
((null poss)
|
|
|
|
|
(if (and (eq mode 'word)
|
|
|
|
|
(not PC-word-failed-flag))
|
|
|
|
|
(let ((PC-word-failed-flag t))
|
Replace Lisp calls to delete-backward-char by delete-char.
* bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
skeleton.el, term.el, time.el, wid-edit.el, woman.el,
calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
calc/calc.el, emacs-cl-extra.el, emacs-cl-loaddefs.el,
emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
progmodes/ps-mode.el, progmodes/verilog-mode.el,
progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
delete-backward-char by calls to delete-char.
2010-05-24 22:11:08 -04:00
|
|
|
|
(delete-char -1)
|
1993-06-14 14:58:03 +00:00
|
|
|
|
(PC-do-completion 'word))
|
2007-08-07 03:02:04 +00:00
|
|
|
|
(when abbreviated
|
|
|
|
|
(delete-region beg end)
|
|
|
|
|
(insert origstr))
|
1993-06-14 14:58:03 +00:00
|
|
|
|
(beep)
|
|
|
|
|
(PC-temp-minibuffer-message (if ambig
|
1994-12-15 02:00:11 +00:00
|
|
|
|
" [Ambiguous dir name]"
|
1993-06-14 14:58:03 +00:00
|
|
|
|
(if (eq mode 'help)
|
1994-12-15 02:00:11 +00:00
|
|
|
|
" [No completions]"
|
|
|
|
|
" [No match]")))
|
1993-06-14 14:58:03 +00:00
|
|
|
|
nil))
|
|
|
|
|
|
|
|
|
|
;; More than one valid completion found
|
|
|
|
|
((or (cdr (setq helpposs poss))
|
|
|
|
|
(memq mode '(help word)))
|
|
|
|
|
|
|
|
|
|
;; Is the actual string one of the possible completions?
|
|
|
|
|
(setq p (and (not (eq mode 'help)) poss))
|
|
|
|
|
(while (and p
|
1996-12-05 19:52:46 +00:00
|
|
|
|
(not (string-equal (car p) basestr)))
|
1993-06-14 14:58:03 +00:00
|
|
|
|
(setq p (cdr p)))
|
1994-12-15 02:00:11 +00:00
|
|
|
|
(and p (null mode)
|
|
|
|
|
(PC-temp-minibuffer-message " [Complete, but not unique]"))
|
|
|
|
|
(if (and p
|
|
|
|
|
(not (and (null mode)
|
|
|
|
|
(eq this-command last-command))))
|
|
|
|
|
t
|
1993-06-14 14:58:03 +00:00
|
|
|
|
|
|
|
|
|
;; If ambiguous, try for a partial completion
|
|
|
|
|
(let ((improved nil)
|
|
|
|
|
prefix
|
|
|
|
|
(pt nil)
|
|
|
|
|
(skip "\\`"))
|
|
|
|
|
|
|
|
|
|
;; Check if next few letters are the same in all cases
|
|
|
|
|
(if (and (not (eq mode 'help))
|
2007-03-09 07:30:29 +00:00
|
|
|
|
(setq prefix (PC-try-completion
|
|
|
|
|
(PC-chunk-after basestr skip) poss)))
|
1993-06-14 14:58:03 +00:00
|
|
|
|
(let ((first t) i)
|
|
|
|
|
(if (eq mode 'word)
|
|
|
|
|
(setq prefix (PC-chop-word prefix basestr)))
|
|
|
|
|
(goto-char (+ beg (length dirname)))
|
|
|
|
|
(while (and (progn
|
2006-06-23 13:05:40 +00:00
|
|
|
|
(setq i 0) ; index into prefix string
|
1993-06-14 14:58:03 +00:00
|
|
|
|
(while (< i (length prefix))
|
|
|
|
|
(if (and (< (point) end)
|
2009-01-28 15:34:32 +00:00
|
|
|
|
(or (eq (downcase (aref prefix i))
|
|
|
|
|
(downcase (following-char)))
|
|
|
|
|
(and (looking-at " ")
|
|
|
|
|
(memq (aref prefix i)
|
|
|
|
|
PC-delims-list))))
|
|
|
|
|
;; replace " " by the actual delimiter
|
|
|
|
|
;; or input char by prefix char
|
2006-06-23 13:05:40 +00:00
|
|
|
|
(progn
|
2009-01-28 15:34:32 +00:00
|
|
|
|
(delete-char 1)
|
|
|
|
|
(insert (substring prefix i (1+ i))))
|
|
|
|
|
;; insert a new character
|
|
|
|
|
(progn
|
|
|
|
|
(and filename (looking-at "\\*")
|
|
|
|
|
(progn
|
|
|
|
|
(delete-char 1)
|
|
|
|
|
(setq end (1- end))))
|
|
|
|
|
(setq improved t)
|
|
|
|
|
(insert (substring prefix i (1+ i)))
|
|
|
|
|
(setq end (1+ end))))
|
1993-06-14 14:58:03 +00:00
|
|
|
|
(setq i (1+ i)))
|
2005-12-16 19:08:42 +00:00
|
|
|
|
(or pt (setq pt (point)))
|
1993-06-14 14:58:03 +00:00
|
|
|
|
(looking-at PC-delim-regex))
|
|
|
|
|
(setq skip (concat skip
|
|
|
|
|
(regexp-quote prefix)
|
|
|
|
|
PC-ndelims-regex)
|
2007-03-09 07:30:29 +00:00
|
|
|
|
prefix (PC-try-completion
|
2006-06-23 13:05:40 +00:00
|
|
|
|
(PC-chunk-after
|
|
|
|
|
;; not basestr, because that does
|
|
|
|
|
;; not reflect insertions
|
|
|
|
|
(buffer-substring
|
|
|
|
|
(+ beg (length dirname)) end)
|
|
|
|
|
skip)
|
1993-06-14 14:58:03 +00:00
|
|
|
|
(mapcar
|
2006-08-07 18:06:28 +00:00
|
|
|
|
(lambda (x)
|
|
|
|
|
(when (string-match skip x)
|
|
|
|
|
(substring x (match-end 0))))
|
1993-06-14 14:58:03 +00:00
|
|
|
|
poss)))
|
|
|
|
|
(or (> i 0) (> (length prefix) 0))
|
|
|
|
|
(or (not (eq mode 'word))
|
|
|
|
|
(and first (> (length prefix) 0)
|
|
|
|
|
(setq first nil
|
|
|
|
|
prefix (substring prefix 0 1))))))
|
|
|
|
|
(goto-char (if (eq mode 'word) end
|
|
|
|
|
(or pt beg)))))
|
|
|
|
|
|
|
|
|
|
(if (and (eq mode 'word)
|
|
|
|
|
(not PC-word-failed-flag))
|
|
|
|
|
|
|
|
|
|
(if improved
|
|
|
|
|
|
|
|
|
|
;; We changed it... would it be complete without the space?
|
2008-12-02 07:08:35 +00:00
|
|
|
|
(if (test-completion (buffer-substring
|
|
|
|
|
(field-beginning) (1- end))
|
2007-03-27 03:17:42 +00:00
|
|
|
|
table pred)
|
1993-06-14 14:58:03 +00:00
|
|
|
|
(delete-region (1- end) end)))
|
|
|
|
|
|
|
|
|
|
(if improved
|
|
|
|
|
|
|
|
|
|
;; We changed it... enough to be complete?
|
|
|
|
|
(and (eq mode 'exit)
|
2006-06-23 13:05:40 +00:00
|
|
|
|
(test-completion-ignore-case (field-string) table pred))
|
1993-06-14 14:58:03 +00:00
|
|
|
|
|
|
|
|
|
;; If totally ambiguous, display a list of completions
|
2000-09-29 02:17:56 +00:00
|
|
|
|
(if (or (eq completion-auto-help t)
|
|
|
|
|
(and completion-auto-help
|
|
|
|
|
(eq last-command this-command))
|
1993-06-14 14:58:03 +00:00
|
|
|
|
(eq mode 'help))
|
2007-03-27 03:17:42 +00:00
|
|
|
|
(let ((prompt-end (minibuffer-prompt-end)))
|
|
|
|
|
(with-output-to-temp-buffer "*Completions*"
|
* lisp/obsolete: Use lexical-binding
Use lexical-binding in all the lisp/obsolete/*.el files.
While at it, removed redundant :group arguments and used #' to quote
functions. Commented out the key bindings which the #' revealed
to lead to non-existing commands, and replaced those revealed to be obsolete.
* lisp/obsolete/cl-compat.el: Use cl-lib.
* lisp/obsolete/cust-print.el: Assume `defalias` exists.
(with-custom-print): Use `declare`.
* lisp/obsolete/iswitchb.el (iswitchb-init-XEmacs-trick)
(iswitchb-xemacs-backspacekey): Remove functions.
* lisp/obsolete/landmark.el (landmark, landmark-nslify-wts):
Prefer `apply` to `eval`.
* lisp/obsolete/longlines.el (longlines-mode): Don't use `add-to-list`
on a hook.
* lisp/obsolete/pgg-gpg.el (pgg-gpg-process-region): Use `clear-string`.
* lisp/obsolete/pgg-pgp.el (pgg-pgp-encrypt-region): Remove oddly
unused var `passphrase`.
(pgg-pgp-verify-region): Declare var `jam-zcat-filename-list`.
* lisp/obsolete/pgg-pgp5.el (pgg-pgp5-encrypt-region): Remove oddly
unused var `passphrase`.
(pgg-pgp5-verify-region): Declare var `jam-zcat-filename-list`.
* lisp/obsolete/pgg.el: Remove some XEmacs compatibility code.
(pgg-run-at-time, pgg-cancel-timer, pgg-clear-string): Remove functions.
Use their core equivalent instead.
* lisp/obsolete/rcompile.el (remote-compile): Remove unused vars `l`,
`l-host`, `l-user`, and `localname`.
* lisp/obsolete/starttls.el (starttls-any-program-available):
Use `define-obsolete-function-alias`.
* lisp/obsolete/tls.el (tls-format-message): Delete function, use
`format-message` instead.
* lisp/obsolete/url-ns.el (url-ns-prefs): Use `with-current-buffer`
and `dlet`.
* lisp/obsolete/vip.el (vip-escape-to-emacs): Remove unused var `key`.
(vip-command-argument, vip-read-string, ex-delete, ex-line): Remove
unused var `conditions`.
(ex-map): Use a closure instead of `eval`.
(ex-set): Make it an alias of `set-variable`.
(ex-substitute): Remove unused var `cont`.
* lisp/obsolete/abbrevlist.el:
* lisp/obsolete/bruce.el:
* lisp/obsolete/cc-compat.el:
* lisp/obsolete/cl-compat.el:
* lisp/obsolete/cl.el:
* lisp/obsolete/complete.el:
* lisp/obsolete/crisp.el:
* lisp/obsolete/cust-print.el:
* lisp/obsolete/erc-compat.el:
* lisp/obsolete/erc-hecomplete.el:
* lisp/obsolete/eudcb-ph.el:
* lisp/obsolete/fast-lock.el:
* lisp/obsolete/gs.el:
* lisp/obsolete/gulp.el:
* lisp/obsolete/html2text.el:
* lisp/obsolete/info-edit.el:
* lisp/obsolete/iswitchb.el:
* lisp/obsolete/landmark.el:
* lisp/obsolete/lazy-lock.el:
* lisp/obsolete/longlines.el:
* lisp/obsolete/mailpost.el:
* lisp/obsolete/mantemp.el:
* lisp/obsolete/meese.el:
* lisp/obsolete/messcompat.el:
* lisp/obsolete/metamail.el:
* lisp/obsolete/mouse-sel.el:
* lisp/obsolete/nnir.el:
* lisp/obsolete/old-emacs-lock.el:
* lisp/obsolete/otodo-mode.el:
* lisp/obsolete/patcomp.el:
* lisp/obsolete/pc-mode.el:
* lisp/obsolete/pc-select.el:
* lisp/obsolete/pgg-def.el:
* lisp/obsolete/pgg-gpg.el:
* lisp/obsolete/pgg-parse.el:
* lisp/obsolete/pgg-pgp.el:
* lisp/obsolete/pgg-pgp5.el:
* lisp/obsolete/pgg.el:
* lisp/obsolete/rcompile.el:
* lisp/obsolete/s-region.el:
* lisp/obsolete/sb-image.el:
* lisp/obsolete/sregex.el:
* lisp/obsolete/starttls.el:
* lisp/obsolete/sup-mouse.el:
* lisp/obsolete/terminal.el:
* lisp/obsolete/tls.el:
* lisp/obsolete/tpu-edt.el:
* lisp/obsolete/tpu-extras.el:
* lisp/obsolete/tpu-mapper.el:
* lisp/obsolete/url-ns.el:
* lisp/obsolete/vc-arch.el:
* lisp/obsolete/vi.el:
* lisp/obsolete/vip.el:
* lisp/obsolete/ws-mode.el:
* lisp/obsolete/yow.el: Use lexical-binding.
2021-02-22 16:54:59 -05:00
|
|
|
|
(display-completion-list (sort helpposs #'string-lessp))
|
2007-04-14 20:23:31 +00:00
|
|
|
|
(setq PC-do-completion-end end
|
|
|
|
|
PC-goto-end goto-end)
|
2007-03-27 03:17:42 +00:00
|
|
|
|
(with-current-buffer standard-output
|
|
|
|
|
;; Record which part of the buffer we are completing
|
|
|
|
|
;; so that choosing a completion from the list
|
|
|
|
|
;; knows how much old text to replace.
|
|
|
|
|
;; This was briefly nil in the non-dirname case.
|
|
|
|
|
;; However, if one calls PC-lisp-complete-symbol
|
|
|
|
|
;; on "(ne-f" with point on the hyphen, PC offers
|
|
|
|
|
;; all completions starting with "(ne", some of
|
|
|
|
|
;; which do not match the "-f" part (maybe it
|
|
|
|
|
;; should not, but it does). In such cases,
|
|
|
|
|
;; completion gets confused trying to figure out
|
|
|
|
|
;; how much to replace, so we tell it explicitly
|
|
|
|
|
;; (ie, the number of chars in the buffer before beg).
|
2007-03-28 03:28:49 +00:00
|
|
|
|
;;
|
|
|
|
|
;; Note that choose-completion-string-functions
|
|
|
|
|
;; plays around with point.
|
2019-06-15 17:10:53 +02:00
|
|
|
|
(with-suppressed-warnings ((obsolete
|
|
|
|
|
completion-base-size))
|
|
|
|
|
(setq completion-base-size
|
|
|
|
|
(if dirname
|
|
|
|
|
dirlength
|
|
|
|
|
(- beg prompt-end)))))))
|
2007-08-26 19:20:20 +00:00
|
|
|
|
(PC-temp-minibuffer-message " [Next char not unique]"))
|
|
|
|
|
;; Expansion of filenames is not reversible,
|
|
|
|
|
;; so just keep the prefix.
|
2007-08-07 03:02:04 +00:00
|
|
|
|
(when (and abbreviated filename)
|
|
|
|
|
(delete-region (point) end))
|
2007-08-26 19:20:20 +00:00
|
|
|
|
nil)))))
|
1993-06-14 14:58:03 +00:00
|
|
|
|
|
|
|
|
|
;; Only one possible completion
|
|
|
|
|
(t
|
2000-06-15 14:42:19 +00:00
|
|
|
|
(if (and (equal basestr (car poss))
|
2007-08-07 03:02:04 +00:00
|
|
|
|
(not (and env-on filename))
|
|
|
|
|
(not abbreviated))
|
1993-06-14 14:58:03 +00:00
|
|
|
|
(if (null mode)
|
1994-12-15 02:00:11 +00:00
|
|
|
|
(PC-temp-minibuffer-message " [Sole completion]"))
|
1993-06-14 14:58:03 +00:00
|
|
|
|
(delete-region beg end)
|
1994-06-05 12:01:16 +00:00
|
|
|
|
(insert (format "%s"
|
|
|
|
|
(if filename
|
|
|
|
|
(substitute-in-file-name (concat dirname (car poss)))
|
|
|
|
|
(car poss)))))
|
1993-06-14 14:58:03 +00:00
|
|
|
|
t)))))
|
|
|
|
|
|
|
|
|
|
(defun PC-chop-word (new old)
|
|
|
|
|
(let ((i -1)
|
|
|
|
|
(j -1))
|
|
|
|
|
(while (and (setq i (string-match PC-delim-regex old (1+ i)))
|
|
|
|
|
(setq j (string-match PC-delim-regex new (1+ j)))))
|
|
|
|
|
(if (and j
|
|
|
|
|
(or (not PC-word-failed-flag)
|
|
|
|
|
(setq j (string-match PC-delim-regex new (1+ j)))))
|
|
|
|
|
(substring new 0 (1+ j))
|
|
|
|
|
new)))
|
|
|
|
|
|
|
|
|
|
(defvar PC-not-minibuffer nil)
|
|
|
|
|
|
1997-07-25 11:36:34 +00:00
|
|
|
|
(defun PC-temp-minibuffer-message (message)
|
1993-06-14 14:58:03 +00:00
|
|
|
|
"A Lisp version of `temp_minibuffer_message' from minibuf.c."
|
1997-07-25 11:36:34 +00:00
|
|
|
|
(cond (PC-not-minibuffer
|
2007-12-06 00:17:56 +00:00
|
|
|
|
(message "%s" message)
|
1997-07-25 11:36:34 +00:00
|
|
|
|
(sit-for 2)
|
|
|
|
|
(message ""))
|
|
|
|
|
((fboundp 'temp-minibuffer-message)
|
|
|
|
|
(temp-minibuffer-message message))
|
|
|
|
|
(t
|
|
|
|
|
(let ((point-max (point-max)))
|
|
|
|
|
(save-excursion
|
|
|
|
|
(goto-char point-max)
|
|
|
|
|
(insert message))
|
|
|
|
|
(let ((inhibit-quit t))
|
|
|
|
|
(sit-for 2)
|
|
|
|
|
(delete-region point-max (point-max))
|
|
|
|
|
(when quit-flag
|
|
|
|
|
(setq quit-flag nil
|
|
|
|
|
unread-command-events '(7))))))))
|
1993-06-14 14:58:03 +00:00
|
|
|
|
|
2007-03-29 03:24:36 +00:00
|
|
|
|
;; Does not need to be buffer-local (?) because only used when one
|
|
|
|
|
;; PC-l-c-s immediately follows another.
|
2007-03-27 03:17:42 +00:00
|
|
|
|
(defvar PC-lisp-complete-end nil
|
|
|
|
|
"Internal variable used by `PC-lisp-complete-symbol'.")
|
1993-06-14 14:58:03 +00:00
|
|
|
|
|
|
|
|
|
(defun PC-lisp-complete-symbol ()
|
|
|
|
|
"Perform completion on Lisp symbol preceding point.
|
|
|
|
|
That symbol is compared against the symbols that exist
|
|
|
|
|
and any additional characters determined by what is there
|
|
|
|
|
are inserted.
|
|
|
|
|
If the symbol starts just after an open-parenthesis,
|
|
|
|
|
only symbols with function definitions are considered.
|
|
|
|
|
Otherwise, all symbols with function definitions, values
|
|
|
|
|
or properties are considered."
|
|
|
|
|
(interactive)
|
2007-08-07 03:02:04 +00:00
|
|
|
|
(let* ((end
|
|
|
|
|
(save-excursion
|
|
|
|
|
(with-syntax-table lisp-mode-syntax-table
|
|
|
|
|
(skip-syntax-forward "_w")
|
|
|
|
|
(point))))
|
2005-11-27 20:53:55 +00:00
|
|
|
|
(beg (save-excursion
|
|
|
|
|
(with-syntax-table lisp-mode-syntax-table
|
|
|
|
|
(backward-sexp 1)
|
|
|
|
|
(while (= (char-syntax (following-char)) ?\')
|
|
|
|
|
(forward-char 1))
|
|
|
|
|
(point))))
|
1993-06-14 14:58:03 +00:00
|
|
|
|
(minibuffer-completion-table obarray)
|
|
|
|
|
(minibuffer-completion-predicate
|
|
|
|
|
(if (eq (char-after (1- beg)) ?\()
|
|
|
|
|
'fboundp
|
|
|
|
|
(function (lambda (sym)
|
|
|
|
|
(or (boundp sym) (fboundp sym)
|
|
|
|
|
(symbol-plist sym))))))
|
|
|
|
|
(PC-not-minibuffer t))
|
2017-11-25 22:45:41 -08:00
|
|
|
|
;; https://lists.gnu.org/r/emacs-devel/2007-03/msg01211.html
|
2007-03-27 03:17:42 +00:00
|
|
|
|
;;
|
|
|
|
|
;; This deals with cases like running PC-l-c-s on "M-: (n-f".
|
|
|
|
|
;; The first call to PC-l-c-s expands this to "(ne-f", and moves
|
|
|
|
|
;; point to the hyphen [1]. If one calls PC-l-c-s immediately after,
|
|
|
|
|
;; then without the last-command check, one is offered all
|
|
|
|
|
;; completions of "(ne", which is presumably not what one wants.
|
|
|
|
|
;;
|
|
|
|
|
;; This is arguably (at least, it seems to be the existing intended
|
2008-06-27 07:34:53 +00:00
|
|
|
|
;; behavior) what one _does_ want if point has been explicitly
|
2007-03-27 03:17:42 +00:00
|
|
|
|
;; positioned on the hyphen. Note that if PC-do-completion (qv) binds
|
|
|
|
|
;; completion-base-size to nil, then completion does not replace the
|
|
|
|
|
;; correct amount of text in such cases.
|
|
|
|
|
;;
|
|
|
|
|
;; Neither of these problems occur when using PC for filenames in the
|
|
|
|
|
;; minibuffer, because in that case PC-do-completion is called without
|
|
|
|
|
;; an explicit value for END, and so uses (point-max). This is fine for
|
|
|
|
|
;; a filename, because the end of the filename must be at the end of
|
|
|
|
|
;; the minibuffer. The same is not true for lisp symbols.
|
|
|
|
|
;;
|
|
|
|
|
;; [1] An alternate fix would be to not move point to the hyphen
|
2008-06-27 07:34:53 +00:00
|
|
|
|
;; in such cases, but that would make the behavior different from
|
2007-03-27 03:17:42 +00:00
|
|
|
|
;; that for filenames. It seems PC moves point to the site of the
|
|
|
|
|
;; first difference between the possible completions.
|
|
|
|
|
;;
|
|
|
|
|
;; Alternatively alternatively, maybe end should be computed in
|
2008-06-27 07:34:53 +00:00
|
|
|
|
;; the same way as beg. That would change the behavior though.
|
2007-03-27 03:17:42 +00:00
|
|
|
|
(if (equal last-command 'PC-lisp-complete-symbol)
|
2007-04-14 19:33:06 +00:00
|
|
|
|
(PC-do-completion nil beg PC-lisp-complete-end t)
|
2007-03-29 03:24:36 +00:00
|
|
|
|
(if PC-lisp-complete-end
|
|
|
|
|
(move-marker PC-lisp-complete-end end)
|
|
|
|
|
(setq PC-lisp-complete-end (copy-marker end t)))
|
2007-04-14 19:33:06 +00:00
|
|
|
|
(PC-do-completion nil beg end t))))
|
1993-06-14 14:58:03 +00:00
|
|
|
|
|
2000-06-15 14:42:19 +00:00
|
|
|
|
(defun PC-complete-as-file-name ()
|
|
|
|
|
"Perform completion on file names preceding point.
|
|
|
|
|
Environment vars are converted to their values."
|
|
|
|
|
(interactive)
|
|
|
|
|
(let* ((end (point))
|
2015-08-15 08:35:02 -07:00
|
|
|
|
(beg (if (re-search-backward "[^\\][ \t\n\"`'][^ \t\n\"`']"
|
2000-06-15 14:42:19 +00:00
|
|
|
|
(point-min) t)
|
|
|
|
|
(+ (point) 2)
|
|
|
|
|
(point-min)))
|
2007-07-01 17:19:53 +00:00
|
|
|
|
(minibuffer-completion-table 'PC-read-file-name-internal)
|
2008-04-21 21:18:07 +00:00
|
|
|
|
(minibuffer-completion-predicate nil)
|
2000-06-15 14:42:19 +00:00
|
|
|
|
(PC-not-minibuffer t))
|
|
|
|
|
(goto-char end)
|
|
|
|
|
(PC-do-completion nil beg end)))
|
|
|
|
|
|
2005-11-27 20:53:55 +00:00
|
|
|
|
;; Facilities for loading C header files. This is independent from the
|
|
|
|
|
;; main completion code. See also the variable `PC-include-file-path'
|
|
|
|
|
;; at top of this file.
|
1993-06-14 14:58:03 +00:00
|
|
|
|
|
|
|
|
|
(defun PC-look-for-include-file ()
|
|
|
|
|
(if (string-match "[\"<]\\([^\"<>]*\\)[\">]?$" (buffer-file-name))
|
|
|
|
|
(let ((name (substring (buffer-file-name)
|
|
|
|
|
(match-beginning 1) (match-end 1)))
|
|
|
|
|
(punc (aref (buffer-file-name) (match-beginning 0)))
|
|
|
|
|
(path nil)
|
|
|
|
|
new-buf)
|
|
|
|
|
(kill-buffer (current-buffer))
|
|
|
|
|
(if (equal name "")
|
2005-11-27 20:53:55 +00:00
|
|
|
|
(with-current-buffer (car (buffer-list))
|
1993-06-14 14:58:03 +00:00
|
|
|
|
(save-excursion
|
|
|
|
|
(beginning-of-line)
|
|
|
|
|
(if (looking-at
|
|
|
|
|
"[ \t]*#[ \t]*include[ \t]+[<\"]\\(.+\\)[>\"][ \t]*[\n/]")
|
|
|
|
|
(setq name (buffer-substring (match-beginning 1)
|
|
|
|
|
(match-end 1))
|
|
|
|
|
punc (char-after (1- (match-beginning 1))))
|
|
|
|
|
;; Suggested by Frank Siebenlist:
|
|
|
|
|
(if (or (looking-at
|
|
|
|
|
"[ \t]*([ \t]*load[ \t]+\"\\([^\"]+\\)\"")
|
|
|
|
|
(looking-at
|
|
|
|
|
"[ \t]*([ \t]*load-library[ \t]+\"\\([^\"]+\\)\"")
|
|
|
|
|
(looking-at
|
|
|
|
|
"[ \t]*([ \t]*require[ \t]+'\\([^\t )]+\\)[\t )]"))
|
|
|
|
|
(progn
|
|
|
|
|
(setq name (buffer-substring (match-beginning 1)
|
|
|
|
|
(match-end 1))
|
|
|
|
|
punc ?\<
|
|
|
|
|
path load-path)
|
|
|
|
|
(if (string-match "\\.elc$" name)
|
|
|
|
|
(setq name (substring name 0 -1))
|
|
|
|
|
(or (string-match "\\.el$" name)
|
|
|
|
|
(setq name (concat name ".el")))))
|
|
|
|
|
(error "Not on an #include line"))))))
|
2000-05-22 19:14:50 +00:00
|
|
|
|
(or (string-match "\\.[[:alnum:]]+$" name)
|
1993-06-14 14:58:03 +00:00
|
|
|
|
(setq name (concat name ".h")))
|
|
|
|
|
(if (eq punc ?\<)
|
|
|
|
|
(let ((path (or path (PC-include-file-path))))
|
|
|
|
|
(while (and path
|
|
|
|
|
(not (file-exists-p
|
|
|
|
|
(concat (file-name-as-directory (car path))
|
|
|
|
|
name))))
|
|
|
|
|
(setq path (cdr path)))
|
|
|
|
|
(if path
|
|
|
|
|
(setq name (concat (file-name-as-directory (car path)) name))
|
|
|
|
|
(error "No such include file: <%s>" name)))
|
2005-11-27 20:53:55 +00:00
|
|
|
|
(let ((dir (with-current-buffer (car (buffer-list))
|
1993-06-14 14:58:03 +00:00
|
|
|
|
default-directory)))
|
|
|
|
|
(if (file-exists-p (concat dir name))
|
|
|
|
|
(setq name (concat dir name))
|
1999-04-26 04:59:46 +00:00
|
|
|
|
(error "No such include file: `%s'" name))))
|
1993-06-14 14:58:03 +00:00
|
|
|
|
(setq new-buf (get-file-buffer name))
|
|
|
|
|
(if new-buf
|
|
|
|
|
;; no need to verify last-modified time for this!
|
|
|
|
|
(set-buffer new-buf)
|
2005-11-27 20:53:55 +00:00
|
|
|
|
(set-buffer (create-file-buffer name))
|
1993-06-14 14:58:03 +00:00
|
|
|
|
(erase-buffer)
|
|
|
|
|
(insert-file-contents name t))
|
1999-04-26 04:59:46 +00:00
|
|
|
|
;; Returning non-nil with the new buffer current
|
|
|
|
|
;; is sufficient to tell find-file to use it.
|
1993-06-14 14:58:03 +00:00
|
|
|
|
t)
|
|
|
|
|
nil))
|
|
|
|
|
|
|
|
|
|
(defun PC-include-file-path ()
|
|
|
|
|
(or PC-include-file-path
|
|
|
|
|
(let ((env (getenv "INCPATH"))
|
|
|
|
|
(path nil)
|
|
|
|
|
pos)
|
|
|
|
|
(or env (error "No include file path specified"))
|
|
|
|
|
(while (setq pos (string-match ":[^:]+$" env))
|
|
|
|
|
(setq path (cons (substring env (1+ pos)) path)
|
|
|
|
|
env (substring env 0 pos)))
|
|
|
|
|
path)))
|
|
|
|
|
|
2005-11-27 20:53:55 +00:00
|
|
|
|
;; This is adapted from lib-complete.el, by Mike Williams.
|
1993-06-14 14:58:03 +00:00
|
|
|
|
(defun PC-include-file-all-completions (file search-path &optional full)
|
|
|
|
|
"Return all completions for FILE in any directory on SEARCH-PATH.
|
2002-12-02 08:51:39 +00:00
|
|
|
|
If optional third argument FULL is non-nil, returned pathnames should be
|
1993-06-14 14:58:03 +00:00
|
|
|
|
absolute rather than relative to some directory on the SEARCH-PATH."
|
|
|
|
|
(setq search-path
|
2000-09-29 02:17:56 +00:00
|
|
|
|
(mapcar (lambda (dir)
|
|
|
|
|
(if dir (file-name-as-directory dir) default-directory))
|
1993-06-14 14:58:03 +00:00
|
|
|
|
search-path))
|
|
|
|
|
(if (file-name-absolute-p file)
|
|
|
|
|
;; It's an absolute file name, so don't need search-path
|
|
|
|
|
(progn
|
|
|
|
|
(setq file (expand-file-name file))
|
2002-12-02 08:51:39 +00:00
|
|
|
|
(file-name-all-completions
|
1993-06-14 14:58:03 +00:00
|
|
|
|
(file-name-nondirectory file) (file-name-directory file)))
|
|
|
|
|
(let ((subdir (file-name-directory file))
|
|
|
|
|
(ndfile (file-name-nondirectory file))
|
|
|
|
|
file-lists)
|
|
|
|
|
;; Append subdirectory part to each element of search-path
|
|
|
|
|
(if subdir
|
|
|
|
|
(setq search-path
|
2000-09-29 02:17:56 +00:00
|
|
|
|
(mapcar (lambda (dir) (concat dir subdir))
|
1993-06-14 14:58:03 +00:00
|
|
|
|
search-path)
|
2015-11-23 14:49:23 +00:00
|
|
|
|
file nil))
|
1993-06-14 14:58:03 +00:00
|
|
|
|
;; Make list of completions in each directory on search-path
|
|
|
|
|
(while search-path
|
|
|
|
|
(let* ((dir (car search-path))
|
|
|
|
|
(subdir (if full dir subdir)))
|
|
|
|
|
(if (file-directory-p dir)
|
|
|
|
|
(progn
|
|
|
|
|
(setq file-lists
|
2002-12-02 08:51:39 +00:00
|
|
|
|
(cons
|
2000-09-29 02:17:56 +00:00
|
|
|
|
(mapcar (lambda (file) (concat subdir file))
|
2002-12-02 08:51:39 +00:00
|
|
|
|
(file-name-all-completions ndfile
|
1993-06-14 14:58:03 +00:00
|
|
|
|
(car search-path)))
|
|
|
|
|
file-lists))))
|
|
|
|
|
(setq search-path (cdr search-path))))
|
|
|
|
|
;; Compress out duplicates while building complete list (slloooow!)
|
* lisp/obsolete: Use lexical-binding
Use lexical-binding in all the lisp/obsolete/*.el files.
While at it, removed redundant :group arguments and used #' to quote
functions. Commented out the key bindings which the #' revealed
to lead to non-existing commands, and replaced those revealed to be obsolete.
* lisp/obsolete/cl-compat.el: Use cl-lib.
* lisp/obsolete/cust-print.el: Assume `defalias` exists.
(with-custom-print): Use `declare`.
* lisp/obsolete/iswitchb.el (iswitchb-init-XEmacs-trick)
(iswitchb-xemacs-backspacekey): Remove functions.
* lisp/obsolete/landmark.el (landmark, landmark-nslify-wts):
Prefer `apply` to `eval`.
* lisp/obsolete/longlines.el (longlines-mode): Don't use `add-to-list`
on a hook.
* lisp/obsolete/pgg-gpg.el (pgg-gpg-process-region): Use `clear-string`.
* lisp/obsolete/pgg-pgp.el (pgg-pgp-encrypt-region): Remove oddly
unused var `passphrase`.
(pgg-pgp-verify-region): Declare var `jam-zcat-filename-list`.
* lisp/obsolete/pgg-pgp5.el (pgg-pgp5-encrypt-region): Remove oddly
unused var `passphrase`.
(pgg-pgp5-verify-region): Declare var `jam-zcat-filename-list`.
* lisp/obsolete/pgg.el: Remove some XEmacs compatibility code.
(pgg-run-at-time, pgg-cancel-timer, pgg-clear-string): Remove functions.
Use their core equivalent instead.
* lisp/obsolete/rcompile.el (remote-compile): Remove unused vars `l`,
`l-host`, `l-user`, and `localname`.
* lisp/obsolete/starttls.el (starttls-any-program-available):
Use `define-obsolete-function-alias`.
* lisp/obsolete/tls.el (tls-format-message): Delete function, use
`format-message` instead.
* lisp/obsolete/url-ns.el (url-ns-prefs): Use `with-current-buffer`
and `dlet`.
* lisp/obsolete/vip.el (vip-escape-to-emacs): Remove unused var `key`.
(vip-command-argument, vip-read-string, ex-delete, ex-line): Remove
unused var `conditions`.
(ex-map): Use a closure instead of `eval`.
(ex-set): Make it an alias of `set-variable`.
(ex-substitute): Remove unused var `cont`.
* lisp/obsolete/abbrevlist.el:
* lisp/obsolete/bruce.el:
* lisp/obsolete/cc-compat.el:
* lisp/obsolete/cl-compat.el:
* lisp/obsolete/cl.el:
* lisp/obsolete/complete.el:
* lisp/obsolete/crisp.el:
* lisp/obsolete/cust-print.el:
* lisp/obsolete/erc-compat.el:
* lisp/obsolete/erc-hecomplete.el:
* lisp/obsolete/eudcb-ph.el:
* lisp/obsolete/fast-lock.el:
* lisp/obsolete/gs.el:
* lisp/obsolete/gulp.el:
* lisp/obsolete/html2text.el:
* lisp/obsolete/info-edit.el:
* lisp/obsolete/iswitchb.el:
* lisp/obsolete/landmark.el:
* lisp/obsolete/lazy-lock.el:
* lisp/obsolete/longlines.el:
* lisp/obsolete/mailpost.el:
* lisp/obsolete/mantemp.el:
* lisp/obsolete/meese.el:
* lisp/obsolete/messcompat.el:
* lisp/obsolete/metamail.el:
* lisp/obsolete/mouse-sel.el:
* lisp/obsolete/nnir.el:
* lisp/obsolete/old-emacs-lock.el:
* lisp/obsolete/otodo-mode.el:
* lisp/obsolete/patcomp.el:
* lisp/obsolete/pc-mode.el:
* lisp/obsolete/pc-select.el:
* lisp/obsolete/pgg-def.el:
* lisp/obsolete/pgg-gpg.el:
* lisp/obsolete/pgg-parse.el:
* lisp/obsolete/pgg-pgp.el:
* lisp/obsolete/pgg-pgp5.el:
* lisp/obsolete/pgg.el:
* lisp/obsolete/rcompile.el:
* lisp/obsolete/s-region.el:
* lisp/obsolete/sb-image.el:
* lisp/obsolete/sregex.el:
* lisp/obsolete/starttls.el:
* lisp/obsolete/sup-mouse.el:
* lisp/obsolete/terminal.el:
* lisp/obsolete/tls.el:
* lisp/obsolete/tpu-edt.el:
* lisp/obsolete/tpu-extras.el:
* lisp/obsolete/tpu-mapper.el:
* lisp/obsolete/url-ns.el:
* lisp/obsolete/vc-arch.el:
* lisp/obsolete/vi.el:
* lisp/obsolete/vip.el:
* lisp/obsolete/ws-mode.el:
* lisp/obsolete/yow.el: Use lexical-binding.
2021-02-22 16:54:59 -05:00
|
|
|
|
(let ((sorted (sort (apply #'nconc file-lists)
|
2000-09-29 02:17:56 +00:00
|
|
|
|
(lambda (x y) (not (string-lessp x y)))))
|
1993-06-14 14:58:03 +00:00
|
|
|
|
compressed)
|
|
|
|
|
(while sorted
|
|
|
|
|
(if (equal (car sorted) (car compressed)) nil
|
|
|
|
|
(setq compressed (cons (car sorted) compressed)))
|
|
|
|
|
(setq sorted (cdr sorted)))
|
|
|
|
|
compressed))))
|
|
|
|
|
|
2008-04-21 21:18:07 +00:00
|
|
|
|
(defun PC-read-file-name-internal (string pred action)
|
2007-07-01 17:19:53 +00:00
|
|
|
|
"Extend `read-file-name-internal' to handle include files.
|
|
|
|
|
This is only used by "
|
|
|
|
|
(if (string-match "<\\([^\"<>]*\\)>?\\'" string)
|
|
|
|
|
(let* ((name (match-string 1 string))
|
1993-06-14 14:58:03 +00:00
|
|
|
|
(str2 (substring string (match-beginning 0)))
|
|
|
|
|
(completion-table
|
2007-03-21 19:23:12 +00:00
|
|
|
|
(mapcar (lambda (x)
|
|
|
|
|
(format (if (string-match "/\\'" x) "<%s" "<%s>") x))
|
1993-06-14 14:58:03 +00:00
|
|
|
|
(PC-include-file-all-completions
|
|
|
|
|
name (PC-include-file-path)))))
|
2008-04-14 18:09:49 +00:00
|
|
|
|
(cond
|
|
|
|
|
((not completion-table) nil)
|
|
|
|
|
((eq action 'lambda) (test-completion str2 completion-table nil))
|
|
|
|
|
((eq action nil) (PC-try-completion str2 completion-table nil))
|
|
|
|
|
((eq action t) (all-completions str2 completion-table nil))))
|
2008-04-21 21:18:07 +00:00
|
|
|
|
(read-file-name-internal string pred action)))
|
1993-06-14 14:58:03 +00:00
|
|
|
|
|
1997-07-25 11:36:34 +00:00
|
|
|
|
|
1993-06-14 14:58:03 +00:00
|
|
|
|
(provide 'complete)
|
|
|
|
|
|
2001-07-16 12:23:00 +00:00
|
|
|
|
;;; complete.el ends here
|