mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 07:46:51 -04:00
* lisp/xml.el (xml--entity-replacement-text, xml-substitute-special): * lisp/vc/vc-hg.el (vc-hg--pushpull): * lisp/vc/vc-git.el (vc-git-escape-file-name): * lisp/vc/emerge.el (emerge-hash-string-into-string): * lisp/url/url.el (url-do-setup): * lisp/url/url-expand.el (url-expand-file-name): * lisp/url/url-cache.el (url-cache-create-filename-human-readable): * lisp/textmodes/tildify.el (tildify--find-env): * lisp/textmodes/rst.el (rst-re): * lisp/textmodes/reftex.el (reftex-compile-variables): * lisp/textmodes/reftex-ref.el (reftex-latin1-to-ascii): * lisp/textmodes/reftex-index.el (reftex-index-make-replace-string) (reftex-index-select-phrases-macro): * lisp/textmodes/ispell.el (ispell--make-\\w-expression): * lisp/textmodes/enriched.el (enriched-make-annotation): * lisp/textmodes/bibtex.el (bibtex-summary): * lisp/tab-bar.el (tab-bar-format-align-right): * lisp/shell.el (shell--unquote&requote-argument) (shell--parse-pcomplete-arguments): * lisp/proced.el (proced-format): * lisp/play/decipher.el (decipher-show-alphabet) (decipher--digram-counts): * lisp/pcomplete.el (pcomplete-entries): * lisp/pcmpl-x.el (pcmpl-x-ack-short-options): * lisp/obsolete/pgg-parse.el (pgg-format-key-identifier): * lisp/newcomment.el (comment-padright): * lisp/net/webjump.el (webjump-url-encode): * lisp/net/newst-backend.el (newsticker--unxml-node): * lisp/net/mairix.el (mairix-widget-make-query-from-widgets): * lisp/net/eudcb-ldap.el (eudc-ldap-format-query-as-rfc1558): * lisp/net/dbus.el (dbus-introspect-get-signature): * lisp/mh-e/mh-utils.el (mh-help): * lisp/mh-e/mh-alias.el (mh-alias-apropos): * lisp/mail/supercite.el (sc-attribs-strip-initials): * lisp/mail/rfc2231.el (rfc2231-parse-string): * lisp/mail/ietf-drums.el (ietf-drums-parse-address): * lisp/mail/footnote.el (footnote-roman-lower-regexp): * lisp/language/lao.el: * lisp/isearch.el (with-isearch-suspended, isearch-edit-string) (isearch-repeat, word-search-regexp, isearch-symbol-regexp) (isearch-del-char, isearch-yank-string, isearch-yank-from-kill-ring) (isearch-char-by-name, isearch-emoji-by-name) (isearch-post-command-hook, isearch-process-search-char) (isearch-ring-adjust1, isearch-complete): * lisp/international/quail.el (quail-title): * lisp/international/isearch-x.el (isearch-process-search-multibyte-characters): * lisp/info.el (Info-url-for-node): * lisp/ido.el (ido-set-matches-1): * lisp/htmlfontify.el (hfy-default-header): * lisp/gnus/nnmairix.el (nnmairix-widget-make-query-from-widgets): * lisp/gnus/mm-url.el (mm-url-form-encode-xwfu): * lisp/gnus/mm-decode.el (mm-mailcap-command): * lisp/gnus/gnus-art.el (article-lapsed-string) (article-verify-x-pgp-sig, gnus-article-extend-url-button): * lisp/gnus/canlock.el (canlock-make-cancel-key): * lisp/forms.el (forms--update, forms--debug): * lisp/find-cmd.el (find-cmd): * lisp/eshell/esh-arg.el (eshell-quote-argument): * lisp/emulation/viper-util.el (viper-array-to-string) (viper-key-press-events-to-chars): * lisp/emulation/viper-macs.el (viper-display-macro): * lisp/emulation/viper-init.el (viper-charlist-to-string): * lisp/emulation/cua-rect.el (cua--copy-rectangle-as-kill) (cua-copy-rectangle-as-text): * lisp/emacs-lisp/elp.el (elp-results): * lisp/calendar/solar.el (solar-time-string): * lisp/calendar/icalendar.el (icalendar--create-ical-alarm) (icalendar--do-create-ical-alarm): * lisp/calendar/diary-lib.el (diary-remind) (diary-font-lock-date-forms, diary-fancy-date-pattern): * lisp/calendar/calendar.el (calendar-make-temp-face) (calendar-date-string): * lisp/calendar/cal-persia.el (calendar-persian-date-string): * lisp/calendar/cal-coptic.el (calendar-coptic-date-string): * lisp/calendar/cal-bahai.el (calendar-bahai-date-string): * lisp/arc-mode.el (archive-summarize-files): * lisp/allout.el (allout-latex-verb-quote): * admin/unidata/unidata-gen.el (unidata-gen-table-word-list): Delete redundant "" argument to 'mapconcat'.
369 lines
12 KiB
EmacsLisp
369 lines
12 KiB
EmacsLisp
;;; pcmpl-x.el --- completion for miscellaneous tools -*- lexical-binding: t; -*-
|
|
|
|
;; Copyright (C) 2013-2026 Free Software Foundation, Inc.
|
|
|
|
;; Author: Leo Liu <sdl.web@gmail.com>
|
|
;; Keywords: processes, tools, convenience
|
|
;; Package: pcomplete
|
|
|
|
;; This file is part of GNU Emacs.
|
|
|
|
;; GNU Emacs is free software: you can redistribute it and/or modify
|
|
;; it under the terms of the GNU General Public License as published by
|
|
;; the Free Software Foundation, either version 3 of the License, or
|
|
;; (at your option) any later version.
|
|
|
|
;; GNU Emacs is distributed in the hope that it will be useful,
|
|
;; 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.
|
|
|
|
;; You should have received a copy of the GNU General Public License
|
|
;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
|
|
|
|
;;; Commentary:
|
|
|
|
;;; Code:
|
|
|
|
(eval-when-compile (require 'cl-lib))
|
|
(require 'pcomplete)
|
|
|
|
;;; TeX
|
|
|
|
;;;###autoload
|
|
(defun pcomplete/tex ()
|
|
"Completion for the `tex' command."
|
|
(pcomplete-here-using-help "tex --help"
|
|
:margin "^\\(?:\\[-no\\]\\)?\\(\\)-"))
|
|
;;;###autoload(defalias 'pcomplete/pdftex 'pcomplete/tex)
|
|
;;;###autoload(defalias 'pcomplete/latex 'pcomplete/tex)
|
|
;;;###autoload(defalias 'pcomplete/pdflatex 'pcomplete/tex)
|
|
|
|
;;;###autoload
|
|
(defun pcomplete/luatex ()
|
|
"Completion for the `luatex' command."
|
|
(pcomplete-here-using-help "luatex --help"))
|
|
;;;###autoload(defalias 'pcomplete/lualatex 'pcomplete/luatex)
|
|
|
|
;;;; tlmgr - https://www.tug.org/texlive/tlmgr.html
|
|
|
|
(defcustom pcmpl-x-tlmgr-program "tlmgr"
|
|
"Name of the tlmgr program."
|
|
:version "24.4"
|
|
:type 'file
|
|
:group 'pcomplete)
|
|
|
|
(defvar pcmpl-x-tlmgr-common-options
|
|
'("--repository"
|
|
"--gui"
|
|
"--gui-lang"
|
|
"--machine-readable"
|
|
"--package-logfile"
|
|
"--pause"
|
|
"--persistent-downloads"
|
|
"--no-persistent-downloads"
|
|
"--no-execute-actions"
|
|
"--debug-translation"
|
|
"--help"
|
|
"--version"))
|
|
|
|
(defvar pcmpl-x-tlmgr-actions
|
|
'(("help")
|
|
("version")
|
|
("gui")
|
|
("install")
|
|
("update")
|
|
("backup")
|
|
("restore")
|
|
("remove")
|
|
("repository" ("list" "add" "remove" "set"))
|
|
("candidates")
|
|
("option" ("show"
|
|
"showall"
|
|
"repository"
|
|
"formats"
|
|
"postcode"
|
|
"docfiles"
|
|
"srcfiles"
|
|
"backupdir"
|
|
"autobackup"
|
|
"sys_bin"
|
|
"sys_man"
|
|
"sys_info"
|
|
"desktop_integration"
|
|
"fileassocs"
|
|
"multiuser"))
|
|
("conf" ("texmf" "tlmgr"))
|
|
("paper"
|
|
("a4" "letter" "xdvi" "pdftex" "dvips" "dvipdfmx" "dvipdfm" "context")
|
|
(lambda ()
|
|
(unless (member (pcomplete-arg 1) '("a4" "letter"))
|
|
(pcomplete-here* '("paper"))
|
|
(pcomplete-here* '("a4" "letter")))))
|
|
("platform" ("list" "add" "remove"))
|
|
("print-platform" ("collections" "schemes"))
|
|
("arch" ("list" "add" "remove"))
|
|
("print-arch" ("collections" "schemes"))
|
|
("info" ("collections" "schemes"))
|
|
("search")
|
|
("dump-tlpdb")
|
|
("check" ("files" "depends" "executes" "runfiles" "all"))
|
|
("path" ("add" "remove"))
|
|
("postaction" ("install" "remove") ("shortcut" "fileassoc" "script"))
|
|
("uninstall")
|
|
("generate" ("language"
|
|
"language.dat"
|
|
"language.def"
|
|
"language.dat.lua"
|
|
"fmtutil"))))
|
|
|
|
(defvar pcmpl-x-tlmgr-options-cache (make-hash-table :size 31 :test 'equal))
|
|
|
|
(defun pcmpl-x-tlmgr-action-options (action)
|
|
"Get the list of long options for ACTION."
|
|
(if (not (hash-table-contains-p action pcmpl-x-tlmgr-options-cache))
|
|
(with-temp-buffer
|
|
(when (zerop
|
|
(call-process pcmpl-x-tlmgr-program nil t nil action "-h"))
|
|
(goto-char (point-min))
|
|
(puthash action
|
|
(cons "--help"
|
|
(cl-loop while (re-search-forward
|
|
"^[ \t]+\\(--[[:alnum:]-]+=?\\)"
|
|
nil t)
|
|
collect (match-string 1)))
|
|
pcmpl-x-tlmgr-options-cache)
|
|
(pcmpl-x-tlmgr-action-options action)))
|
|
(gethash action pcmpl-x-tlmgr-options-cache)))
|
|
|
|
;;;###autoload
|
|
(defun pcomplete/tlmgr ()
|
|
"Completion for the `tlmgr' command."
|
|
(while (pcomplete-match "^--" 0)
|
|
(pcomplete-here* pcmpl-x-tlmgr-common-options)
|
|
(unless (or (pcomplete-match "^--" 0)
|
|
(all-completions (pcomplete-arg 0) pcmpl-x-tlmgr-actions))
|
|
(pcomplete-here* (pcomplete-dirs-or-entries))))
|
|
(pcomplete-here* pcmpl-x-tlmgr-actions)
|
|
(let ((action (substring-no-properties (pcomplete-arg 1))))
|
|
(while t
|
|
(if (pcomplete-match "^--" 0)
|
|
(pcomplete-here* (pcmpl-x-tlmgr-action-options action))
|
|
(dolist (completions (cdr (assoc action pcmpl-x-tlmgr-actions)))
|
|
(cond ((functionp completions)
|
|
(funcall completions))
|
|
((all-completions (pcomplete-arg 0) completions)
|
|
(pcomplete-here* completions))
|
|
(t (pcomplete-here* (pcomplete-dirs-or-entries)))))
|
|
(unless (pcomplete-match "^--" 0)
|
|
(pcomplete-here* (pcomplete-dirs-or-entries)))))))
|
|
|
|
;;; Grep-like tools
|
|
|
|
;;;###autoload
|
|
(defun pcomplete/rg ()
|
|
"Completion for the `rg' command."
|
|
(pcomplete-here-using-help "rg --help"))
|
|
|
|
;;;; ack - https://betterthangrep.com
|
|
|
|
;; Usage:
|
|
;; - To complete short options type '-' first
|
|
;; - To complete long options type '--' first
|
|
;; - Color name completion is supported following
|
|
;; --color-filename=, --color-match= and --color-lineno=
|
|
;; - Type completion is supported following --type=
|
|
|
|
(defcustom pcmpl-x-ack-program
|
|
(file-name-nondirectory (or (executable-find "ack-grep")
|
|
(executable-find "ack")
|
|
"ack"))
|
|
"Name of the ack program."
|
|
:version "24.4"
|
|
:type 'file
|
|
:group 'pcomplete)
|
|
|
|
(defvar pcmpl-x-ack-color-options
|
|
'("clear"
|
|
"reset"
|
|
"dark"
|
|
"bold"
|
|
"underline"
|
|
"underscore"
|
|
"blink"
|
|
"reverse"
|
|
"concealed"
|
|
"black"
|
|
"red"
|
|
"green"
|
|
"yellow"
|
|
"blue"
|
|
"magenta"
|
|
"on_black"
|
|
"on_red"
|
|
"on_green"
|
|
"on_yellow"
|
|
"on_blue"
|
|
"on_magenta"
|
|
"on_cyan"
|
|
"on_white")
|
|
"Color names for the `ack' command.")
|
|
|
|
(defun pcmpl-x-ack-run (buffer &rest args)
|
|
"Run ack with ARGS and send the output to BUFFER."
|
|
(condition-case nil
|
|
(apply 'call-process (or pcmpl-x-ack-program "ack") nil buffer nil args)
|
|
(file-error -1)))
|
|
|
|
(defun pcmpl-x-ack-short-options ()
|
|
"Short options for the `ack' command."
|
|
(with-temp-buffer
|
|
(let (options)
|
|
(when (zerop (pcmpl-x-ack-run t "--help"))
|
|
(goto-char (point-min))
|
|
(while (re-search-forward "^ -\\([^-]\\)" nil t)
|
|
(push (match-string 1) options))
|
|
(mapconcat #'identity (nreverse options))))))
|
|
|
|
(defun pcmpl-x-ack-long-options (&optional arg)
|
|
"Long options for the `ack' command."
|
|
(with-temp-buffer
|
|
(let (options)
|
|
(when (zerop (pcmpl-x-ack-run t (or arg "--help")))
|
|
(goto-char (point-min))
|
|
(while (re-search-forward
|
|
"\\(?: ?\\|, \\)\\(--\\(\\[no\\]\\)?\\([[:alnum:]-]+=?\\)\\)"
|
|
nil t)
|
|
(if (not (match-string 2))
|
|
(push (match-string 1) options)
|
|
(push (concat "--" (match-string 3)) options)
|
|
(push (concat "--no" (match-string 3)) options)))
|
|
(nreverse options)))))
|
|
|
|
(defun pcmpl-x-ack-type-options ()
|
|
"A list of types for the `ack' command."
|
|
(pcmpl-x-ack-long-options "--help-types"))
|
|
|
|
;;;###autoload
|
|
(defun pcomplete/ack ()
|
|
"Completion for the `ack' command.
|
|
Start an argument with `-' to complete short options and `--' for
|
|
long options."
|
|
;; No space after =
|
|
(while t
|
|
(if (pcomplete-match "^-" 0)
|
|
(cond
|
|
((pcomplete-match "^--color-\\w+=\\(\\S-*\\)" 0)
|
|
(pcomplete-here* pcmpl-x-ack-color-options
|
|
(pcomplete-match-string 1 0) t))
|
|
((pcomplete-match "^--\\(?:no\\)?ignore-dir=\\(\\S-*\\)" 0)
|
|
(pcomplete-here* (pcomplete-dirs)
|
|
(pcomplete-match-string 1 0) t))
|
|
((pcomplete-match "^--type=\\(\\S-*\\)" 0)
|
|
(pcomplete-here* (mapcar (lambda (type-option)
|
|
(substring type-option 2))
|
|
(pcmpl-x-ack-type-options))
|
|
(pcomplete-match-string 1 0) t))
|
|
((pcomplete-match "^--" 0)
|
|
(pcomplete-here* (append (pcmpl-x-ack-long-options)
|
|
(pcmpl-x-ack-type-options))))
|
|
(t (pcomplete-opt (pcmpl-x-ack-short-options))))
|
|
(pcomplete-here* (pcomplete-dirs-or-entries)))))
|
|
|
|
;;;###autoload
|
|
(defalias 'pcomplete/ack-grep 'pcomplete/ack)
|
|
|
|
|
|
;;;; the_silver_search - https://github.com/ggreer/the_silver_searcher
|
|
|
|
(defvar pcmpl-x-ag-options nil)
|
|
|
|
(defun pcmpl-x-ag-options ()
|
|
(or pcmpl-x-ag-options
|
|
(setq pcmpl-x-ag-options
|
|
(with-temp-buffer
|
|
(when (zerop (call-process "ag" nil t nil "--help"))
|
|
(let (short long)
|
|
(goto-char (point-min))
|
|
(while (re-search-forward "^ +\\(-[a-zA-Z]\\) " nil t)
|
|
(push (match-string 1) short))
|
|
(goto-char (point-min))
|
|
(while (re-search-forward
|
|
"^ +\\(?:-[a-zA-Z] \\)?\\(--\\(\\[no\\]\\)?[^ \t\n]+\\) "
|
|
nil t)
|
|
(if (match-string 2)
|
|
(progn
|
|
(replace-match "" nil nil nil 2)
|
|
(push (match-string 1) long)
|
|
(replace-match "no" nil nil nil 2)
|
|
(push (match-string 1) long))
|
|
(push (match-string 1) long)))
|
|
(list (cons 'short (nreverse short))
|
|
(cons 'long (nreverse long)))))))))
|
|
|
|
;;;###autoload
|
|
(defun pcomplete/ag ()
|
|
"Completion for the `ag' command."
|
|
(while t
|
|
(if (pcomplete-match "^-" 0)
|
|
(pcomplete-here* (cdr (assq (if (pcomplete-match "^--" 0) 'long 'short)
|
|
(pcmpl-x-ag-options))))
|
|
(pcomplete-here* (pcomplete-dirs-or-entries)))))
|
|
|
|
;;; Borland
|
|
|
|
;;;###autoload
|
|
(defun pcomplete/bcc32 ()
|
|
"Completion function for Borland's C++ compiler."
|
|
(let ((cur (pcomplete-arg 0)))
|
|
(cond
|
|
((string-match "\\`-w\\([^;]+;\\)*\\([^;]*\\)\\'" cur)
|
|
(pcomplete-here
|
|
'("ali" "amb" "amp" "asc" "asm" "aus" "bbf" "bei" "big" "ccc"
|
|
"cln" "cod" "com" "cpt" "csu" "def" "dig" "dpu" "dsz" "dup"
|
|
"eas" "eff" "ext" "hch" "hid" "ias" "ibc" "ifr" "ill" "nil"
|
|
"lin" "lvc" "mcs" "mes" "mpc" "mpd" "msg" "nak" "ncf" "nci"
|
|
"ncl" "nfd" "ngu" "nin" "nma" "nmu" "nod" "nop" "npp" "nsf"
|
|
"nst" "ntd" "nto" "nvf" "obi" "obs" "ofp" "osh" "ovf" "par"
|
|
"pch" "pck" "pia" "pin" "pow" "prc" "pre" "pro" "rch" "ret"
|
|
"rng" "rpt" "rvl" "sig" "spa" "stl" "stu" "stv" "sus" "tai"
|
|
"tes" "thr" "ucp" "use" "voi" "zdi")
|
|
(match-string 2 cur)))
|
|
((string-match "\\`-[LIn]\\([^;]+;\\)*\\([^;]*\\)\\'" cur)
|
|
(pcomplete-here (pcomplete-dirs) (match-string 2 cur)))
|
|
((string-match "\\`-[Ee]\\(.*\\)\\'" cur)
|
|
(pcomplete-here (pcomplete-dirs-or-entries "\\.[Ee][Xx][Ee]\\'")
|
|
(match-string 1 cur)))
|
|
((string-match "\\`-o\\(.*\\)\\'" cur)
|
|
(pcomplete-here (pcomplete-dirs-or-entries "\\.[Oo][Bb][Jj]\\'")
|
|
(match-string 1 cur)))
|
|
(t
|
|
(pcomplete-opt "3456ABCDEHIKLMNOPRSTUVXabcdefgijklnoptuvwxyz"))))
|
|
(while (pcomplete-here
|
|
(pcomplete-dirs-or-entries "\\.[iCc]\\([Pp][Pp]\\)?\\'"))))
|
|
|
|
;;;###autoload
|
|
(defalias 'pcomplete/bcc 'pcomplete/bcc32)
|
|
|
|
;;; Network tools
|
|
|
|
;;;###autoload
|
|
(defun pcomplete/rclone ()
|
|
"Completion for the `rclone' command."
|
|
(let ((subcmds (pcomplete-from-help "rclone help"
|
|
:margin "^ "
|
|
:argument "[a-z]+"
|
|
:narrow-start "\n\n")))
|
|
(while (not (member (pcomplete-arg 1) subcmds))
|
|
(pcomplete-here (completion-table-merge
|
|
subcmds
|
|
(pcomplete-from-help "rclone help flags"))))
|
|
(let ((subcmd (pcomplete-arg 1)))
|
|
(while (if (pcomplete-match "\\`-" 0)
|
|
(pcomplete-here (pcomplete-from-help
|
|
`("rclone" ,subcmd "--help")))
|
|
(pcomplete-here (pcomplete-entries)))))))
|
|
|
|
(provide 'pcmpl-x)
|
|
;;; pcmpl-x.el ends here
|