user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [PATCH 3/3] doc: lei-overview: add performance and bash completion sections
  2021-02-27 18:03  6% [PATCH 0/3] doc: lei manpages, round 3 Kyle Meyer
@ 2021-02-27 18:03  7% ` Kyle Meyer
  0 siblings, 0 replies; 2+ results
From: Kyle Meyer @ 2021-02-27 18:03 UTC (permalink / raw)
  To: meta

Take care of a couple of the items mentioned at
<https://public-inbox.org/meta/20210218202818.GA19443@dcvr>.
---
 Documentation/lei-overview.pod | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/Documentation/lei-overview.pod b/Documentation/lei-overview.pod
index 62b62280ad2ddd69..c3379caa1bd15d69 100644
--- a/Documentation/lei-overview.pod
+++ b/Documentation/lei-overview.pod
@@ -71,6 +71,23 @@ file by invoking C<mutt -f %f>.
 
 =back
 
+=head1 PERFORMANCE NOTES
+
+L<Inline::C> is recommended for performance.  To enable it, create
+C<~/.cache/public-inbox/inline-c/>.
+
+If Socket::MsgHdr is installed (libsocket-msghdr-perl in Debian), the
+first invocation of lei starts a daemon, reducing the startup cost of
+for future invocations (which is particularly important for Bash
+completion).
+
+=head1 BASH COMPLETION
+
+Preliminary Bash completion for lei is provided in
+C<contrib/completion/>.  Contributions adding support for other
+shells, as well as improvements to the existing Bash completion, are
+welcome.
+
 =head1 CONTACT
 
 Feedback welcome via plain-text mail to L<mailto:meta@public-inbox.org>
-- 
2.30.1


^ permalink raw reply related	[relevance 7%]

* [PATCH 0/3] doc: lei manpages, round 3
@ 2021-02-27 18:03  6% Kyle Meyer
  2021-02-27 18:03  7% ` [PATCH 3/3] doc: lei-overview: add performance and bash completion sections Kyle Meyer
  0 siblings, 1 reply; 2+ results
From: Kyle Meyer @ 2021-02-27 18:03 UTC (permalink / raw)
  To: meta

This series updates the lei manpages, continuing from
<20210211040415.28557-1-kyle@kyleam.com>.  It covers changes up to the
current tip of master (f310a5054fb8e215..903eac79aa86d17c).

I didn't add a manpage for lei-convert, as I wasn't sure if that
should be considered mostly an internal tool for testing purposes.
Thoughts?

  [1/3] doc: lei: update manpages
  [2/3] doc: lei-import: drop markup of "stdin"
  [3/3] doc: lei-overview: add performance and bash completion sections

 Documentation/lei-import.pod   | 21 +++++++++++++++------
 Documentation/lei-overview.pod | 17 +++++++++++++++++
 Documentation/lei-q.pod        | 32 ++++++++++++++++++++++++--------
 Documentation/lei.pod          | 15 ++++++++++++++-
 Documentation/txt2pre          |  1 +
 5 files changed, 71 insertions(+), 15 deletions(-)


base-commit: 903eac79aa86d17c0b8f888d160d44977899515b
-- 
2.30.1


^ permalink raw reply	[relevance 6%]

Results 1-2 of 2 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2021-02-27 18:03  6% [PATCH 0/3] doc: lei manpages, round 3 Kyle Meyer
2021-02-27 18:03  7% ` [PATCH 3/3] doc: lei-overview: add performance and bash completion sections Kyle Meyer

Code repositories for project(s) associated with this public inbox

	https://80x24.org/public-inbox.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).