pkg update and first config fix

org-brain not working, add org-roam
This commit is contained in:
2022-12-19 23:02:34 +01:00
parent 02b3e07185
commit 82f05baffe
885 changed files with 356098 additions and 36993 deletions

View File

@@ -1,10 +1,9 @@
This is company.info, produced by makeinfo version 6.7 from
This is company.info, produced by makeinfo version 7.0.1 from
company.texi.
This user manual is for Company version 0.9.14snapshot
(28 December 2021).
This user manual is for Company version 0.9.14snapshot (12 August 2022).
Copyright © 2021 Free Software Foundation, Inc.
Copyright © 2021-2022 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this
document under the terms of the GNU Free Documentation License,
@@ -27,10 +26,9 @@ The goal of this document is to lay out the foundational knowledge of
the package, so that the readers of the manual could competently start
adapting Company to their needs and preferences.
This user manual is for Company version 0.9.14snapshot
(28 December 2021).
This user manual is for Company version 0.9.14snapshot (12 August 2022).
Copyright © 2021 Free Software Foundation, Inc.
Copyright © 2021-2022 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this
document under the terms of the GNU Free Documentation License,
@@ -266,9 +264,12 @@ commands of the out-of-the-box Company.
Cancel _company-mode_ activity (company-abort).
C-h
<f1>
<F1>
Display a buffer with the documentation for the selected candidate
(company-show-doc-buffer).
(company-show-doc-buffer). With a prefix argument (C-u C-h,
C-u <F1>), this command toggles between temporary showing the
documentation and keeping the documentation buffer up-to-date
whenever the selection changes.
C-w
Display a buffer with the definition of the selected candidate
@@ -406,23 +407,24 @@ core settings that influence the overall behavior of the _company-mode_.
enabled _company-mode_ in the mode line. The default value is
company.
-- User Option: company-auto-commit
-- User Option: company-insertion-on-trigger
One more pair of the user options may instruct Company to complete
with the selected candidate by typing one of the
company-auto-commit-chars (1). The user option
company-auto-commit can be enabled or disabled by setting its
value to one of: nil, t, or a predicate function name. *note
Predicate: (eintr)Wrong Type of Argument.
company-insertion-triggers. The user option
company-insertion-on-trigger can be enabled or disabled by
setting its value to one of: nil, t, or a predicate function
name. *note Predicate: (eintr)Wrong Type of Argument.
-- User Option: company-auto-commit-chars
This option acts only when company-auto-commit is enabled. The
value can be one of: a string of characters, a list of syntax
description characters (*note (elisp)Syntax Class Table::), or a
predicate function. By default, company-auto-commit-chars is set
to the list of the syntax characters: (?\ ?\) ?.), which
-- User Option: company-insertion-triggers
This option has an effect only when company-insertion-on-trigger
is enabled. The value can be one of: a string of characters, a
list of syntax description characters (*note (elisp)Syntax Class
Table::), or a predicate function. By default, this user option is
set to the list of the syntax characters: (?\ ?\) ?.), which
translates to the whitespaces, close parenthesis, and punctuation.
The particular convenience of this user option values is they do
not act as triggers when they are part of valid completion.
It is safe to configure the value to a character that can
potentially be part of a valid completion; in this case, Company
does not treat such characters as triggers.
Hooks
-----
@@ -437,17 +439,6 @@ Company exposes the following life-cycle hooks:
-- User Option: company-after-completion-hook
---------- Footnotes ----------
(1) The options company-auto-commit and company-auto-commit-chars
used to be called company-auto-complete and
company-auto-complete-chars respectively, which was in more accordance
with the terminology given in this manual. But the resulting
combination of the words auto-complete present in those names made it
seem the role of these user options was to configure Companys
auto-start behavior. Hence, it was chosen to rename the options to,
hopefully, less confusing names.

File: company.info, Node: Frontends, Next: Backends, Prev: Customization, Up: Top
@@ -1342,7 +1333,7 @@ Key Index
* C-p: Usage Basics. (line 12)
* C-p <1>: Commands. (line 16)
* C-s: Candidates Search. (line 6)
* C-w: Commands. (line 39)
* C-w: Commands. (line 41)
* M-<digit>: Quick Access a Candidate.
(line 6)
* RET: Usage Basics. (line 15)
@@ -1360,8 +1351,6 @@ Variable Index
* Menu:
* company-after-completion-hook: Configuration File. (line 94)
* company-auto-commit: Configuration File. (line 64)
* company-auto-commit-chars: Configuration File. (line 72)
* company-backends: Backends. (line 12)
* company-backends <1>: Backends Usage Basics.
(line 6)
@@ -1374,18 +1363,20 @@ Variable Index
* company-dabbrev-ignore-case: Text Completion. (line 47)
* company-dabbrev-minimum-length: Text Completion. (line 13)
* company-dabbrev-other-buffers: Text Completion. (line 23)
* company-dot-icons-format: Tooltip Frontends. (line 179)
* company-dot-icons-format: Tooltip Frontends. (line 176)
* company-echo-truncate-lines: Echo Frontends. (line 33)
* company-files-chop-trailing-slash: File Name Completion.
(line 19)
* company-files-exclusions: File Name Completion.
(line 12)
* company-format-margin-function: Tooltip Frontends. (line 153)
* company-format-margin-function: Tooltip Frontends. (line 151)
* company-frontends: Frontends. (line 6)
* company-global-modes: Configuration File. (line 31)
* company-icon-margin: Tooltip Frontends. (line 164)
* company-icon-size: Tooltip Frontends. (line 164)
* company-icon-margin: Tooltip Frontends. (line 162)
* company-icon-size: Tooltip Frontends. (line 162)
* company-idle-delay: Configuration File. (line 17)
* company-insertion-on-trigger: Configuration File. (line 64)
* company-insertion-triggers: Configuration File. (line 72)
* company-ispell-dictionary: Text Completion. (line 84)
* company-lighter-base: Configuration File. (line 59)
* company-minimum-prefix-length: Configuration File. (line 9)
@@ -1396,21 +1387,21 @@ Variable Index
* company-search-regexp-function: Candidates Search. (line 13)
* company-selection-wrap-around: Configuration File. (line 43)
* company-show-quick-access: Quick Access a Candidate.
(line 14)
* company-text-face-extra-attributes: Tooltip Frontends. (line 192)
* company-text-icons-add-background: Tooltip Frontends. (line 200)
* company-text-icons-format: Tooltip Frontends. (line 171)
* company-text-icons-mapping: Tooltip Frontends. (line 188)
* company-tooltip-align-annotations: Tooltip Frontends. (line 52)
* company-tooltip-flip-when-above: Tooltip Frontends. (line 99)
* company-tooltip-idle-delay: Tooltip Frontends. (line 22)
* company-tooltip-limit: Tooltip Frontends. (line 64)
* company-tooltip-margin: Tooltip Frontends. (line 133)
* company-tooltip-maximum-width: Tooltip Frontends. (line 126)
* company-tooltip-minimum: Tooltip Frontends. (line 84)
* company-tooltip-minimum-width: Tooltip Frontends. (line 111)
* company-tooltip-offset-display: Tooltip Frontends. (line 74)
* company-tooltip-width-grow-only: Tooltip Frontends. (line 121)
(line 12)
* company-text-face-extra-attributes: Tooltip Frontends. (line 189)
* company-text-icons-add-background: Tooltip Frontends. (line 197)
* company-text-icons-format: Tooltip Frontends. (line 169)
* company-text-icons-mapping: Tooltip Frontends. (line 185)
* company-tooltip-align-annotations: Tooltip Frontends. (line 51)
* company-tooltip-flip-when-above: Tooltip Frontends. (line 98)
* company-tooltip-idle-delay: Tooltip Frontends. (line 21)
* company-tooltip-limit: Tooltip Frontends. (line 63)
* company-tooltip-margin: Tooltip Frontends. (line 132)
* company-tooltip-maximum-width: Tooltip Frontends. (line 125)
* company-tooltip-minimum: Tooltip Frontends. (line 83)
* company-tooltip-minimum-width: Tooltip Frontends. (line 110)
* company-tooltip-offset-display: Tooltip Frontends. (line 73)
* company-tooltip-width-grow-only: Tooltip Frontends. (line 120)
* company-transformers: Candidates Post-Processing.
(line 6)
@@ -1426,7 +1417,7 @@ Function Index
* company-abbrev: Template Expansion. (line 6)
* company-abort: Commands. (line 30)
* company-begin-backend: Backends Usage Basics.
(line 23)
(line 22)
* company-capf: Code Completion. (line 6)
* company-clang: Code Completion. (line 36)
* company-complete: Usage Basics. (line 10)
@@ -1434,11 +1425,11 @@ Function Index
* company-complete-selection: Commands. (line 21)
* company-dabbrev: Text Completion. (line 6)
* company-dabbrev-code: Code Completion. (line 25)
* company-detect-icons-margin: Tooltip Frontends. (line 209)
* company-detect-icons-margin: Tooltip Frontends. (line 206)
* company-diag: Backends Usage Basics.
(line 11)
* company-diag <1>: Troubleshooting. (line 6)
* company-dot-icons-margin: Tooltip Frontends. (line 178)
* company-dot-icons-margin: Tooltip Frontends. (line 175)
* company-echo-frontend: Echo Frontends. (line 21)
* company-echo-metadata-frontend: Echo Frontends. (line 9)
* company-echo-strip-common-frontend: Echo Frontends. (line 27)
@@ -1453,11 +1444,11 @@ Function Index
* company-preview-common-frontend: Preview Frontends. (line 21)
* company-preview-frontend: Preview Frontends. (line 17)
* company-preview-if-just-one-frontend: Preview Frontends. (line 10)
* company-pseudo-tooltip-frontend: Tooltip Frontends. (line 17)
* company-pseudo-tooltip-frontend: Tooltip Frontends. (line 16)
* company-pseudo-tooltip-unless-just-one-frontend: Tooltip Frontends.
(line 11)
(line 10)
* company-pseudo-tooltip-unless-just-one-frontend-with-delay: Tooltip Frontends.
(line 21)
(line 20)
* company-search-flex-regexp: Candidates Search. (line 26)
* company-search-words-in-any-order-regexp: Candidates Search.
(line 23)
@@ -1468,19 +1459,19 @@ Function Index
* company-select-previous-or-abort: Commands. (line 16)
* company-semantic: Code Completion. (line 41)
* company-show-doc-buffer: Commands. (line 34)
* company-show-location: Commands. (line 39)
* company-show-location: Commands. (line 41)
* company-sort-by-backend-importance: Candidates Post-Processing.
(line 28)
(line 27)
* company-sort-by-occurrence: Candidates Post-Processing.
(line 17)
* company-sort-prefer-same-case-prefix: Candidates Post-Processing.
(line 34)
(line 33)
* company-tempo: Template Expansion. (line 11)
* company-text-icons-margin: Tooltip Frontends. (line 170)
* company-text-icons-margin: Tooltip Frontends. (line 168)
* company-tng-frontend: Structure. (line 26)
* company-tng-mode: Structure. (line 26)
* company-vscode-dark-icons-margin: Tooltip Frontends. (line 162)
* company-vscode-light-icons-margin: Tooltip Frontends. (line 163)
* company-vscode-dark-icons-margin: Tooltip Frontends. (line 160)
* company-vscode-light-icons-margin: Tooltip Frontends. (line 161)
* company-yasnippet: Template Expansion. (line 16)
* global-company-mode: Initial Setup. (line 18)
@@ -1499,8 +1490,8 @@ Concept Index
* activate: Initial Setup. (line 8)
* active backend: Backends Usage Basics.
(line 11)
* active backend <1>: Troubleshooting. (line 15)
* annotation: Tooltip Frontends. (line 53)
* active backend <1>: Troubleshooting. (line 14)
* annotation: Tooltip Frontends. (line 52)
* auto-start: Initial Setup. (line 13)
* backend: Structure. (line 6)
* backend <1>: Structure. (line 10)
@@ -1508,7 +1499,7 @@ Concept Index
(line 11)
* backend <3>: Backends Usage Basics.
(line 14)
* backend <4>: Troubleshooting. (line 15)
* backend <4>: Troubleshooting. (line 14)
* backends: Backends. (line 6)
* backends <1>: Backends Usage Basics.
(line 6)
@@ -1516,7 +1507,7 @@ Concept Index
* backends <3>: Package Backends. (line 6)
* basics: Usage Basics. (line 6)
* bug: Troubleshooting. (line 6)
* bug <1>: Troubleshooting. (line 27)
* bug <1>: Troubleshooting. (line 25)
* bundled backends: Package Backends. (line 6)
* cancel: Usage Basics. (line 20)
* cancel <1>: Commands. (line 30)
@@ -1524,16 +1515,16 @@ Concept Index
* candidate <1>: Usage Basics. (line 12)
* candidate <2>: Usage Basics. (line 15)
* candidate <3>: Preview Frontends. (line 6)
* color: Tooltip Frontends. (line 219)
* color: Tooltip Frontends. (line 215)
* color <1>: Quick Access a Candidate.
(line 37)
(line 34)
* common part: Usage Basics. (line 17)
* common part <1>: Commands. (line 25)
* common part <2>: Preview Frontends. (line 6)
* company-echo: Echo Frontends. (line 6)
* company-preview: Preview Frontends. (line 6)
* company-tng: Structure. (line 26)
* company-tooltip: Tooltip Frontends. (line 219)
* company-tooltip: Tooltip Frontends. (line 215)
* company-tooltip-search: Candidates Search. (line 6)
* complete: Terminology. (line 6)
* complete <1>: Usage Basics. (line 12)
@@ -1549,29 +1540,29 @@ Concept Index
* configure <1>: Customization Interface.
(line 6)
* configure <2>: Configuration File. (line 6)
* configure <3>: Tooltip Frontends. (line 49)
* configure <4>: Tooltip Frontends. (line 219)
* configure <3>: Tooltip Frontends. (line 48)
* configure <4>: Tooltip Frontends. (line 215)
* configure <5>: Preview Frontends. (line 25)
* configure <6>: Echo Frontends. (line 38)
* configure <7>: Candidates Search. (line 30)
* configure <8>: Quick Access a Candidate.
(line 28)
(line 25)
* configure <9>: Quick Access a Candidate.
(line 37)
(line 34)
* custom: Customization. (line 6)
* custom <1>: Customization Interface.
(line 6)
* custom <2>: Configuration File. (line 6)
* custom <3>: Tooltip Frontends. (line 49)
* custom <4>: Tooltip Frontends. (line 219)
* custom <3>: Tooltip Frontends. (line 48)
* custom <4>: Tooltip Frontends. (line 215)
* custom <5>: Preview Frontends. (line 25)
* custom <6>: Echo Frontends. (line 38)
* custom <7>: Candidates Search. (line 30)
* custom <8>: Quick Access a Candidate.
(line 28)
(line 25)
* custom <9>: Quick Access a Candidate.
(line 37)
* definition: Commands. (line 39)
(line 34)
* definition: Commands. (line 41)
* distribution: Installation. (line 6)
* doc: Commands. (line 34)
* duplicate: Candidates Post-Processing.
@@ -1579,10 +1570,10 @@ Concept Index
* echo: Echo Frontends. (line 6)
* enable: Initial Setup. (line 8)
* error: Troubleshooting. (line 6)
* error <1>: Troubleshooting. (line 27)
* error <1>: Troubleshooting. (line 25)
* expansion: Template Expansion. (line 6)
* extensible: Structure. (line 6)
* face: Tooltip Frontends. (line 219)
* face: Tooltip Frontends. (line 215)
* face <1>: Preview Frontends. (line 6)
* face <2>: Preview Frontends. (line 25)
* face <3>: Echo Frontends. (line 6)
@@ -1591,35 +1582,35 @@ Concept Index
* face <6>: Candidates Search. (line 30)
* face <7>: Filter Candidates. (line 6)
* face <8>: Quick Access a Candidate.
(line 37)
(line 34)
* filter: Filter Candidates. (line 6)
* finish: Usage Basics. (line 20)
* finish <1>: Commands. (line 30)
* font: Tooltip Frontends. (line 219)
* font: Tooltip Frontends. (line 215)
* font <1>: Quick Access a Candidate.
(line 37)
(line 34)
* frontend: Structure. (line 6)
* frontend <1>: Structure. (line 10)
* frontends: Frontends. (line 6)
* grouped backends: Grouped Backends. (line 6)
* icon: Tooltip Frontends. (line 145)
* icon: Tooltip Frontends. (line 144)
* install: Installation. (line 6)
* interface: Tooltip Frontends. (line 49)
* interface <1>: Tooltip Frontends. (line 219)
* interface: Tooltip Frontends. (line 48)
* interface <1>: Tooltip Frontends. (line 215)
* interface <2>: Preview Frontends. (line 25)
* interface <3>: Echo Frontends. (line 38)
* interface <4>: Candidates Search. (line 30)
* interface <5>: Quick Access a Candidate.
(line 37)
(line 34)
* intro: Initial Setup. (line 6)
* issue: Troubleshooting. (line 6)
* issue tracker: Troubleshooting. (line 27)
* kind: Tooltip Frontends. (line 145)
* location: Commands. (line 39)
* issue tracker: Troubleshooting. (line 25)
* kind: Tooltip Frontends. (line 144)
* location: Commands. (line 41)
* manual: Initial Setup. (line 8)
* manual <1>: Usage Basics. (line 10)
* margin: Tooltip Frontends. (line 134)
* margin <1>: Tooltip Frontends. (line 154)
* margin: Tooltip Frontends. (line 133)
* margin <1>: Tooltip Frontends. (line 152)
* minor-mode: Initial Setup. (line 6)
* module: Structure. (line 6)
* module <1>: Structure. (line 10)
@@ -1651,7 +1642,7 @@ Concept Index
* Tab and Go: Structure. (line 26)
* template: Template Expansion. (line 6)
* third-party: Structure. (line 10)
* third-party <1>: Troubleshooting. (line 18)
* third-party <1>: Troubleshooting. (line 17)
* tooltip: Tooltip Frontends. (line 6)
* troubleshoot: Troubleshooting. (line 6)
* usage: Usage Basics. (line 6)
@@ -1659,48 +1650,45 @@ Concept Index

Tag Table:
Node: Top569
Node: Overview1994
Node: Terminology2402
Ref: Terminology-Footnote-13389
Node: Structure3595
Node: Getting Started5091
Node: Installation5369
Node: Initial Setup5752
Node: Usage Basics6598
Node: Commands7361
Ref: Commands-Footnote-19579
Node: Customization9746
Node: Customization Interface10218
Node: Configuration File10751
Ref: company-auto-commit14058
Ref: company-auto-commit-chars14480
Ref: Configuration File-Footnote-115387
Node: Frontends15901
Node: Tooltip Frontends16870
Ref: Tooltip Frontends-Footnote-127239
Node: Preview Frontends27476
Ref: Preview Frontends-Footnote-128732
Node: Echo Frontends28859
Node: Candidates Search30392
Node: Filter Candidates31726
Node: Quick Access a Candidate32506
Node: Backends34124
Node: Backends Usage Basics35222
Ref: Backends Usage Basics-Footnote-136437
Node: Grouped Backends36521
Node: Package Backends38150
Node: Code Completion39079
Node: Text Completion41448
Node: File Name Completion45882
Node: Template Expansion47430
Node: Candidates Post-Processing48149
Node: Troubleshooting49626
Node: Index51299
Node: Key Index51462
Node: Variable Index52961
Node: Function Index57011
Node: Concept Index61492
Node: Top574
Node: Overview2002
Node: Terminology2410
Ref: Terminology-Footnote-13397
Node: Structure3603
Node: Getting Started5099
Node: Installation5377
Node: Initial Setup5760
Node: Usage Basics6606
Node: Commands7369
Ref: Commands-Footnote-19804
Node: Customization9971
Node: Customization Interface10443
Node: Configuration File10976
Node: Frontends15642
Node: Tooltip Frontends16611
Ref: Tooltip Frontends-Footnote-126980
Node: Preview Frontends27217
Ref: Preview Frontends-Footnote-128473
Node: Echo Frontends28600
Node: Candidates Search30133
Node: Filter Candidates31467
Node: Quick Access a Candidate32247
Node: Backends33865
Node: Backends Usage Basics34963
Ref: Backends Usage Basics-Footnote-136178
Node: Grouped Backends36262
Node: Package Backends37891
Node: Code Completion38820
Node: Text Completion41189
Node: File Name Completion45623
Node: Template Expansion47171
Node: Candidates Post-Processing47890
Node: Troubleshooting49367
Node: Index51040
Node: Key Index51203
Node: Variable Index52702
Node: Function Index56752
Node: Concept Index61233

End Tag Table