]> crepu.dev Git - config.git/blame - djavu-asus/emacs/elpa/company-20230926.32/company-dabbrev-code.elc
Reorganización de directorios
[config.git] / djavu-asus / emacs / elpa / company-20230926.32 / company-dabbrev-code.elc
CommitLineData
53e6db90
DC
1;ELC\1c\0\0\0
2;;; Compiled
3;;; in Emacs version 28.2
4;;; with all optimizations.
5
6
7
8(byte-code "\300\301!\210\300\302!\210\300\303!\210\304\305\306\307\310\301%\210\311\312\313\314\315DD\316\317\320%\210\311\321\313\314\322DD\323\317\324%\210\311\325\313\314\326DD\327\317\330%\210\311\331\313\314\332DD\333\317\334%\210\311\335\313\314\336DD\337\317\334%\207" [require company company-dabbrev cl-lib custom-declare-group company-dabbrev-code nil "dabbrev-like completion backend for code." :group custom-declare-variable company-dabbrev-code-modes funcall function #[0 "\300\207" [(prog-mode batch-file-mode csharp-mode css-mode erlang-mode haskell-mode jde-mode lua-mode python-mode)] 1 #1=""] "Modes that use `company-dabbrev-code'.\nIn all these modes (and their derivatives) `company-dabbrev-code' will\ncomplete only symbols, not text in comments or strings. In other modes\n`company-dabbrev-code' will pass control to other backends\n(e.g. `company-dabbrev'). Value t means complete in all modes." :type (choice (repeat :tag "Some modes" (symbol :tag "Major mode")) (const :tag "All modes" t)) company-dabbrev-code-other-buffers #[0 "\300\207" [t] 1 #1#] "Determines whether `company-dabbrev-code' should search other buffers.\nIf `all', search all other buffers, except the ignored ones. If t, search\nbuffers with the same major mode. If `code', search all buffers with major\nmodes in `company-dabbrev-code-modes', or derived from one of them. See\nalso `company-dabbrev-code-time-limit'." (choice (const :tag "Off" nil) (const :tag "Same major mode" t) (const :tag "Code major modes" code) (const :tag "All" all)) company-dabbrev-code-time-limit #[0 "\300\207" [0.1] 1 #1#] "Determines how long `company-dabbrev-code' should look for matches." (choice (const :tag "Off" nil) (number :tag "Seconds")) company-dabbrev-code-everywhere #[0 "\300\207" [nil] 1 #1#] "Non-nil to offer completions in comments and strings." boolean company-dabbrev-code-ignore-case #[0 "\300\207" [nil] 1 #1#] "Non-nil to ignore case when collecting completion candidates."] 6)
9#@15
10
11(fn PREFIX)\1f
12(defalias 'company-dabbrev-code--make-regexp #[257 "\300\ 1\301\232\203\v\0\302\202\ e\0\303\ 2!\304Q\207" ["\\_<" "" "\\([a-zA-Z]\\|\\s_\\)" regexp-quote "\\(\\sw\\|\\s_\\)*\\_>"] 4 (#$ . 2069)])
13#@181 dabbrev-like `company-mode' backend for code.
14The backend looks for all symbols in the current buffer that aren't in
15comments or strings.
16
17(fn COMMAND &optional ARG &rest IGNORED)\1f
18(defalias 'company-dabbrev-code #[641 "\ 2\306\267\202O\0\307\310!\207\b\311=\204\17\0\312\313\b\"\205P\0 \204!\0\314 ?\205P\0\315 \206'\0\316\207\n\e\317\320\ 3!\f\r\321\267\202C\0\ e\15C\202D\0\b\202D\0\322\202D\0\323 ?$)\207\324\207\n\207\311\207\323\207" [company-dabbrev-code-modes company-dabbrev-code-everywhere company-dabbrev-code-ignore-case case-fold-search company-dabbrev-code-time-limit company-dabbrev-code-other-buffers #s(hash-table size 6 test eq rehash-size 1.5 rehash-threshold 0.8125 purecopy t data (interactive 6 prefix 10 candidates 40 kind 73 ignore-case 75 duplicates 77)) company-begin-backend company-dabbrev-code t apply derived-mode-p company-in-string-or-comment company-grab-symbol stop company-dabbrev--search company-dabbrev-code--make-regexp #s(hash-table size 3 test eq rehash-size 1.5 rehash-threshold 0.8125 purecopy t data (t 53 code 59 all 63)) all nil text major-mode] 8 (#$ . 2278) (byte-code "\300C\207" [interactive] 1)])
19(provide 'company-dabbrev-code)