emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/company adc387ab1c 2/2: Merge pull request #1310 from p


From: ELPA Syncer
Subject: [elpa] externals/company adc387ab1c 2/2: Merge pull request #1310 from phst/menu
Date: Tue, 1 Mar 2022 10:57:22 -0500 (EST)

branch: externals/company
commit adc387ab1c040c32a011630a31f852c87f54dba5
Merge: c25f1fbc38 c69a66417d
Author: Dmitry Gutov <dgutov@yandex.ru>
Commit: GitHub <noreply@github.com>

    Merge pull request #1310 from phst/menu
    
    Add section menus to all sections of the manual.
---
 doc/company.texi | 47 +++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 47 insertions(+)

diff --git a/doc/company.texi b/doc/company.texi
index bfa1ae6aab..3712fe74ea 100644
--- a/doc/company.texi
+++ b/doc/company.texi
@@ -108,6 +108,11 @@ In other words, it is a package for retrieving, 
manipulating, and
 displaying text completion candidates. It aims to assist developers,
 writers, and scientists during code and text writing.
 
+@menu
+* Terminology::
+* Structure::
+@end menu
+
 @node Terminology
 @section Terminology
 
@@ -190,6 +195,13 @@ file @w{(@pxref{Init File,,,emacs})}:
 
 This chapter provides basic instructions for Company setup and usage.
 
+@menu
+* Installation::
+* Initial Setup::
+* Usage Basics::
+* Commands::
+@end menu
+
 @node Installation
 @section Installation
 
@@ -404,6 +416,11 @@ configuration: via customization interface (for more 
details,
 @w{(@pxref{Init File,,,emacs})}.  Naturally, Company can be configured
 by both of these approaches.
 
+@menu
+* Customization Interface::
+* Configuration File::
+@end menu
+
 @node Customization Interface
 @section Customization Interface
 
@@ -560,6 +577,15 @@ of this chapter.  The sections that follow are dedicated 
to the ways
 the displayed candidates can be searched, filtered, and
 quick-accessed.
 
+@menu
+* Tooltip Frontends::
+* Preview Frontends::
+* Echo Frontends::
+* Candidates Search::
+* Filter Candidates::
+* Quick Access a Candidate::
+@end menu
+
 @node Tooltip Frontends
 @section Tooltip Frontends
 
@@ -1128,6 +1154,13 @@ company-backends} for insightful details about backends.
 Nevertheless, the fundamental concepts are described in this user
 manual too.
 
+@menu
+* Backends Usage Basics::
+* Grouped Backends::
+* Package Backends::
+* Candidates Post-Processing::
+@end menu
+
 @node Backends Usage Basics
 @section Backends Usage Basics
 
@@ -1242,6 +1275,13 @@ Optionally, search for the matches with @w{@kbd{M-x 
isearch @key{RET}
 
 @end itemize
 
+@menu
+* Code Completion::
+* Text Completion::
+* File Name Completion::
+* Template Expansion::
+@end menu
+
 @node Code Completion
 @subsection Code Completion
 
@@ -1575,6 +1615,13 @@ The backtrace of the error, which you can get by running 
the command:
 @node Index
 @unnumbered Index
 
+@menu
+* Key Index::
+* Variable Index::
+* Function Index::
+* Concept Index::
+@end menu
+
 @node Key Index
 @unnumberedsec Key Index
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]