Server IP : 111.118.215.189 / Your IP : 3.142.242.51 Web Server : Apache System : Linux md-in-83.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : a1673wkz ( 2475) PHP Version : 8.2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /usr/share/emacs/24.3/lisp/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
;ELC ;;; Compiled by mockbuild@buildfarm06-new.corp.cloudlinux.com on Fri Oct 11 10:06:27 2024 ;;; from file /builddir/build/BUILD/emacs-24.3/lisp/pcomplete.el ;;; in Emacs version 24.3.1 ;;; with all optimizations. ;;; This file contains utf-8 non-ASCII characters, ;;; and so cannot be loaded into Emacs 22 or earlier. (and (boundp 'emacs-version) (< (aref emacs-version (1- (length emacs-version))) ?A) (string-lessp emacs-version "23") (error "`%s' was compiled for Emacs 23 or later" #$)) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (byte-code "\300\301!\210\302\303\304\305\306\307\310\311&\210\312\313\314\315\316DD\317\320\321\310\303&\210\312\322\314\315\323DD\324\320\325\310\303&\210\312\326\314\315\327DD\330\320\331\310\303&\210\312\332\314\315\333DD\334\320\331\310\303&\210\312\335\314\315\336DD\337\320\340\310\303&\210\341\335\304\342#\210\312\343\314\315\344DD\345\320\331\310\303&\210\346\347\350\304#\210\351\211\203\227 \211@\347N\203\220 \350N\204\220 \352\350\347N#\210A\266\202\202v \210\341\347\350\353#\210\312\354\314\315\355DD\356\320\315\310\303&\210\312\357\314\315\360DD\361\320\362\310\303&\210\312\363\314\315\364DD\365\320\366\310\303&\210\312\367\314\315\370DD\371\320\331\310\303&\210\312\372\314\315\373DD\374\320\315\310\303&\210\312\375\314\315\376DD\377\320\331\310\303&\210\312\201@ \314\315\201A DD\201B \320\201C \310\303&\210\312\201D \314\315\201E DD\201F \320\201G \310\303&\210\312\201H \314\315\201I DD\201J \320\201K \310\303&\207" [require comint custom-declare-group pcomplete nil "Programmable completion." :version "21.1" :group processes custom-declare-variable pcomplete-file-ignore funcall function #[0 "\300\207" [nil] 1 "\n\n(fn)"] "A regexp of filenames to be disregarded during file completion." :type (choice regexp (const :tag "None" nil)) pcomplete-dir-ignore #[0 "\300\207" [nil] 1 "\n\n(fn)"] "A regexp of names to be disregarded during directory completion." (choice regexp (const :tag "None" nil)) pcomplete-ignore-case #[0 "\301>\207" [system-type (ms-dos windows-nt cygwin)] 2 "\n\n(fn)"] "If non-nil, ignore case when doing filename completion." boolean pcomplete-autolist #[0 "\300\207" [nil] 1 "\n\n(fn)"] "If non-nil, automatically list possibilities on partial completion.\nThis mirrors the optional behavior of tcsh." pcomplete-suffix-list #[0 "\300\301D\207" [47 58] 2 "\n\n(fn)"] "A list of characters which constitute a proper suffix." (repeat character) make-obsolete-variable "24.1" pcomplete-recexact #[0 "\300\207" [nil] 1 "\n\n(fn)"] "If non-nil, use shortest completion if characters cannot be added.\nThis mirrors the optional behavior of tcsh.\n\nA non-nil value is useful if `pcomplete-autolist' is non-nil too." defvaralias pcomplete-arg-quote-list comint-file-name-quote-list (saved-value saved-variable-comment) put "24.3" pcomplete-man-function #[0 "\300\207" [man] 1 "\n\n(fn)"] "A function to that will be called to display a manual page.\nIt will be passed the name of the command to document." pcomplete-compare-entry-function #[0 "\300\207" [string-lessp] 1 "\n\n(fn)"] "This function is used to order file entries for completion.\nThe behavior of most all shells is to sort alphabetically." (radio (function-item string-lessp) (function-item file-newer-than-file-p) (function :tag "Other")) pcomplete-help #[0 "\300\207" [nil] 1 "\n\n(fn)"] "A string or function (or nil) used for context-sensitive help.\nIf a string, it should name an Info node that will be jumped to.\nIf non-nil, it must a sexp that will be evaluated, and whose\nresult will be shown in the minibuffer.\nIf nil, the function `pcomplete-man-function' will be called with the\ncurrent command argument." (choice string sexp (const :tag "Use man page" nil)) pcomplete-expand-before-complete #[0 "\300\207" [nil] 1 "\n\n(fn)"] "If non-nil, expand the current argument before completing it.\nThis means that typing something such as '$HOME/bi' followed by\n\\[pcomplete-argument] will cause the variable reference to be\nresolved first, and the resultant value that will be completed against\nto be inserted in the buffer. Note that exactly what gets expanded\nand how is entirely up to the behavior of the\n`pcomplete-parse-arguments-function'." pcomplete-parse-arguments-function #[0 "\300\207" [pcomplete-parse-buffer-arguments] 1 "\n\n(fn)"] "A function to call to parse the current line's arguments.\nIt should be called with no parameters, and with point at the position\nof the argument that is to be completed.\n\nIt must either return nil, or a cons cell of the form:\n\n ((ARG...) (BEG-POS...))\n\nThe two lists must be identical in length. The first gives the final\nvalue of each command line argument (which need not match the textual\nrepresentation of that argument), and BEG-POS gives the beginning\nposition of each argument, as it is seen by the user. The establishes\na relationship between the fully resolved value of the argument, and\nthe textual representation of the argument." pcomplete-cycle-completions #[0 "\300\207" [t] 1 "\n\n(fn)"] "If non-nil, hitting the TAB key cycles through the completion list.\nTypical Emacs behavior is to complete as much as possible, then pause\nwaiting for further input. Then if TAB is hit again, show a list of\npossible completions. When `pcomplete-cycle-completions' is non-nil,\nit acts more like zsh or 4nt, showing the first maximal match first,\nfollowed by any further matches on each subsequent pressing of the TAB\nkey. \\[pcomplete-list] is the key to press if the user wants to see\nthe list of possible completions." pcomplete-cycle-cutoff-length #[0 "\300\207" [5] 1 "\n\n(fn)"] "If the number of completions is greater than this, don't cycle.\nThis variable is a compromise between the traditional Emacs style of\ncompletion, and the \"cycling\" style. Basically, if there are more\nthan this number of completions possible, don't automatically pick the\nfirst one and then expect the user to press TAB to cycle through them.\nTypically, when there are a large number of completion possibilities,\nthe user wants to see them in a list buffer so that they can know what\noptions are available. But if the list is small, it means the user\nhas already entered enough input to disambiguate most of the\npossibilities, and therefore they are probably most interested in\ncycling through the candidates. Set this value to nil if you want\ncycling to always be enabled." (choice integer (const :tag "Always cycle" nil)) pcomplete-restore-window-delay #[0 "\300\207" [1] 1 "\n\n(fn)"] "The number of seconds to wait before restoring completion windows.\nOnce the completion window has been displayed, if the user then goes\non to type something else, that completion window will be removed from\nthe display (actually, the original window configuration before it was\ndisplayed will be restored), after this many seconds of idle time. If\nset to nil, completion windows will be left on second until the user\nremoves them manually. If set to 0, they will disappear immediately\nafter the user enters a key other than TAB." (choice integer (const :tag "Never restore" nil)) pcomplete-try-first-hook #[0 "\300\207" [nil] 1 "\n\n(fn)"] "A list of functions which are called before completing an argument.\nThis can be used, for example, for completing things which might apply\nto all arguments, such as variable names after a $." hook] 8) #@80 Complete amongst a list of directories and executables. (fn &optional REGEXP) (defalias 'pcomplete-executables #[256 "\300\301\"\207" [pcomplete-entries file-executable-p] 4 (#$ . 7416)]) (byte-code "\300\301\302\303#\210\304\305\306\307\310DD\311\312\307\313\314&\210\304\315\306\307\316DD\317\312\307\313\314&\210\304\320\306\307\321DD\322\312\307\313\314&\210\304\323\306\307\324DD\325\312\326\313\314&\210\304\327\306\307\330DD\331\312\332\313\314&\207" [put pcomplete-executables byte-optimizer byte-compile-inline-expand custom-declare-variable pcomplete-command-completion-function funcall function #[0 "\300\207" [#[0 "\300\301\302\303\"\262!\207" [pcomplete-here nil pcomplete-entries file-executable-p] 5 "\n\n(fn)"]] 1 "\n\n(fn)"] "Function called for completing the initial command argument." :type :group pcomplete pcomplete-command-name-function #[0 "\300\207" [pcomplete-command-name] 1 "\n\n(fn)"] "Function called for determining the current command name." pcomplete-default-completion-function #[0 "\300\207" [#[0 "\300\301 !\205\n \202 \207" [pcomplete-here pcomplete-entries] 2 "\n\n(fn)"]] 1 "\n\n(fn)"] "Function called when no completion rule can be found.\nThis function is used to generate completions for every argument." pcomplete-use-paring #[0 "\300\207" [t] 1 "\n\n(fn)"] "If t, pare alternatives that have already been used.\nIf nil, you will always see the completion set of possible options, no\nmatter which of those options have already been used in previous\ncommand arguments." boolean pcomplete-termination-string #[0 "\300\207" [" "] 1 " \n\n(fn)"] "A string that is inserted after any completion or expansion.\nThis is usually a space character, useful when completing lists of\nwords separated by spaces. However, if your list uses a different\nseparator character, or if the completion occurs in a word that is\nalready terminated by a character, this variable should be locally\nmodified to be an empty string, or the desired separation string." string] 8) (defvar pcomplete-current-completions nil) (defvar pcomplete-last-window-config nil) (defvar pcomplete-window-restore-timer nil) (byte-code "\300\301!\210\300\302!\210\300\303!\210\300\304!\210\300\305!\210\300\306!\207" [make-variable-buffer-local pcomplete-current-completions pcomplete-last-completion-length pcomplete-last-completion-stub pcomplete-last-completion-raw pcomplete-last-window-config pcomplete-window-restore-timer] 2) (defvar pcomplete-show-help nil) (defvar pcomplete-show-list nil) (defvar pcomplete-expand-only-p nil) (defvar pcomplete-args nil) (defvar pcomplete-begins nil) (defvar pcomplete-last nil) (defvar pcomplete-index nil) (defvar pcomplete-stub nil) (defvar pcomplete-seen nil) (defvar pcomplete-norm-func nil) (defvar pcomplete-unquote-argument-function 'comint--unquote-argument) (defalias 'pcomplete-unquote-argument #[257 "!\207" [pcomplete-unquote-argument-function] 3 "\n\n(fn S)"]) (put 'pcomplete-unquote-argument 'byte-optimizer 'byte-compile-inline-expand) (defvar pcomplete-requote-argument-function 'comint--requote-argument) (defalias 'pcomplete--common-suffix #[514 "\301\302\303\304Q\"\210\305\225\305\224Z)\207" [case-fold-search nil string-match "\\(?:.\\|\n\\)*?\\(\\(?:.\\|\n\\)*\\)�����\\(?:.\\|\n\\)*\\1\\'" "�����" 1] 7 "\n\n(fn S1 S2)"]) #@130 Provide standard completion using pcomplete's completion tables. Same as `pcomplete' but using the standard completion UI. (fn) (defalias 'pcomplete-completions-at-point #[0 "\300\301\302D\215\207" [pcompleted funcall #[0 "\306\211\306\211\306\211\307 `GZ\310 ]\211`{!\262\205\220 \311\232\2035 \202N \312\"\313\314GZO\314GZO#\262# \205r \205r \n\315\316 \"\317\320\321\322\323\"\324\"\325\326%\266\202!\203| \327!\262`\330\331\332\"G!?\205\214 \333\257\266\202.\207" [pcomplete-stub pcomplete-seen pcomplete-norm-func pcomplete-args pcomplete-last pcomplete-index nil pcomplete-completions pcomplete-begin completion-table-with-quoting pcomplete--common-suffix completion-table-subvert 0 mapcar #[257 "\301!!\207" [pcomplete-norm-func directory-file-name] 4 "\n\n(fn F)"] make-byte-code 257 "\300\302!!\301\235?\207" vconcat vector [directory-file-name] 4 "\n\n(fn F)" completion-table-case-fold :predicate :exit-function zerop #[514 "\211\301=\205 \302\303!!\203 \304\225b\207c\207" [pcomplete-termination-string finished looking-at regexp-quote 0] 5 "\n\n(fn S STATUS)"] pcomplete-autolist pcomplete-suffix-list pcomplete-unquote-argument-function pcomplete-requote-argument-function pcomplete-use-paring pcomplete-ignore-case pcomplete-termination-string] 14 "\n\n(fn)"]] 3 (#$ . 10733)]) (defalias 'pcomplete-std-complete #[0 "\300 \301@A@\3028\303\304\305\233\"$\207" [pcomplete-completions-at-point completion-in-region 2 plist-get :predicate 3] 9 "\n\n(fn)"]) #@214 Support extensible programmable completion. To use this function, just bind the TAB key to it, or add it to your completion functions list (it should occur fairly early in the list). (fn &optional INTERACTIVELY) (defalias 'pcomplete #[256 "\211\203@ \203@ \203@ \n\306>\203@ \307[!\210\f\310=\203. \311 !@ B\311 \312\"\313\241\210\2027 \211@C\244\210 A\314 @\313$\207\313\211\315\316\317D\215\207" [pcomplete-cycle-completions pcomplete-current-completions last-command pcomplete-last-completion-length this-command pcomplete-last-completion-stub (pcomplete pcomplete-expand-and-complete pcomplete-reverse) delete-char pcomplete-reverse last 2 nil pcomplete-insert-entry pcompleted funcall #[0 "\306\211\306\211\306\211\f\f \307 \310\"\211\2056 \211@\311=?\2056 \211A\2056 \312A@\313>$.\207" [pcomplete-stub pcomplete-seen pcomplete-norm-func pcomplete-args pcomplete-last pcomplete-index nil pcomplete-completions pcomplete-do-complete listed pcomplete-insert-entry (sole shortest) pcomplete-autolist pcomplete-suffix-list pcomplete-last-completion-raw] 8 "\n\n(fn)"] pcomplete-last-completion-raw] 7 (#$ . 12275) "p"]) #@57 If cycling completion is in use, cycle backwards. (fn) (defalias 'pcomplete-reverse #[0 "\300\301!\207" [call-interactively pcomplete] 2 (#$ . 13434) nil]) #@94 Expand the textual value of the current argument. This will modify the current buffer. (fn) (defalias 'pcomplete-expand-and-complete #[0 "\301\302 )\207" [pcomplete-expand-before-complete t pcomplete] 1 (#$ . 13597) nil]) #@62 Complete without reference to any cycling completions. (fn) (defalias 'pcomplete-continue #[0 "\302\211\303\304!\207" [pcomplete-current-completions pcomplete-last-completion-raw nil call-interactively pcomplete] 3 (#$ . 13827) nil]) #@94 Expand the textual value of the current argument. This will modify the current buffer. (fn) (defalias 'pcomplete-expand #[0 "\306\211\307 \210\n\2051 \nG\310V\2051 \311[!\210\n\2051 \312\313\n@\306\f$\204) \314 !\210\nA\211\204 \315*\207" [pcomplete-expand-only-p pcomplete-expand-before-complete pcomplete-current-completions pcomplete-last-completion-length pcomplete-last-completion-raw pcomplete-termination-string t pcomplete 0 delete-char pcomplete-insert-entry "" insert-and-inherit nil] 6 (#$ . 14070) nil]) #@70 Display any help information relative to the current argument. (fn) (defalias 'pcomplete-help #[0 "\301\302 )\207" [pcomplete-show-help t pcomplete] 1 (#$ . 14598) nil]) #@71 Show the list of possible completions for the current argument. (fn) (defalias 'pcomplete-list #[0 "\203 \203 \n\306=\203 \307[!\210\310\211\311\312 )\207" [pcomplete-cycle-completions pcomplete-current-completions last-command pcomplete-last-completion-length pcomplete-last-completion-raw pcomplete-show-list pcomplete-argument delete-char nil t pcomplete] 3 (#$ . 14776) nil]) #@666 Return the textual content of the INDEXth argument. INDEX is based from the current processing position. If INDEX is positive, values returned are closer to the command argument; if negative, they are closer to the last argument. If the INDEX is outside of the argument list, nil is returned. The default value for INDEX is 0, meaning the current argument being examined. The special indices `first' and `last' may be used to access those parts of the list. The OFFSET argument is added to/taken away from the index that will be used. This is really only useful with `first' and `last', for accessing absolute argument positions. (fn &optional INDEX OFFSET) (defalias 'pcomplete-arg #[512 "\303=\203\n \304\202 \305=\203 \202 \206 \304Z\262\211\203&