[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/transient 313eee0f1c 196/366: manual: Document more inf
From: |
Jonas Bernoulli |
Subject: |
[elpa] externals/transient 313eee0f1c 196/366: manual: Document more infix slots |
Date: |
Tue, 25 Jan 2022 18:54:40 -0500 (EST) |
branch: externals/transient
commit 313eee0f1c3e6aa38f21c97c446857e32c62d440
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>
manual: Document more infix slots
---
docs/transient.org | 10 ++++++++--
docs/transient.texi | 14 ++++++++++++--
2 files changed, 20 insertions(+), 4 deletions(-)
diff --git a/docs/transient.org b/docs/transient.org
index 9af1ab2987..01486a150b 100644
--- a/docs/transient.org
+++ b/docs/transient.org
@@ -8,7 +8,7 @@
#+TEXINFO_DIR_CATEGORY: Emacs
#+TEXINFO_DIR_TITLE: Transient: (transient).
#+TEXINFO_DIR_DESC: Transient Commands
-#+SUBTITLE: for version 0.2.0 (v0.2.0-38-ga3e53633+1)
+#+SUBTITLE: for version 0.2.0 (v0.2.0-44-gf0f3e2b9+1)
#+TEXINFO_DEFFN: t
#+OPTIONS: H:4 num:4 toc:2
@@ -37,7 +37,7 @@ Calling a suffix command usually causes the transient to be
exited
but suffix commands can also be configured to not exit the transient.
#+TEXINFO: @noindent
-This manual is for Transient version 0.2.0 (v0.2.0-38-ga3e53633+1).
+This manual is for Transient version 0.2.0 (v0.2.0-44-gf0f3e2b9+1).
#+BEGIN_QUOTE
Copyright (C) 2018-2020 Jonas Bernoulli <jonas@bernoul.li>
@@ -1591,9 +1591,15 @@ They are defined here anyway to allow sharing certain
methods.
- ~shortarg~ The short argument, e.g. ~-v~.
+- ~value~ The value. Should not be accessed directly.
+
- ~multi-value~ For options, whether the option can have multiple
values. If non-nil, then default to use ~completing-read-multiple~.
+- ~always-read~ For options, whether to read a value on every invocation.
+ If this is nil, then options that have a value are simply unset and
+ have to be invoked a second time to set a new value.
+
- ~allow-empty~ For options, whether the empty string is a valid value.
- ~history-key~ The key used to store the history. This defaults to the
diff --git a/docs/transient.texi b/docs/transient.texi
index b1ba06a3b6..a45d2b5da0 100644
--- a/docs/transient.texi
+++ b/docs/transient.texi
@@ -31,7 +31,7 @@ General Public License for more details.
@finalout
@titlepage
@title Transient User and Developer Manual
-@subtitle for version 0.2.0 (v0.2.0-38-ga3e53633+1)
+@subtitle for version 0.2.0 (v0.2.0-44-gf0f3e2b9+1)
@author Jonas Bernoulli
@page
@vskip 0pt plus 1filll
@@ -65,7 +65,7 @@ Calling a suffix command usually causes the transient to be
exited
but suffix commands can also be configured to not exit the transient.
@noindent
-This manual is for Transient version 0.2.0 (v0.2.0-38-ga3e53633+1).
+This manual is for Transient version 0.2.0 (v0.2.0-44-gf0f3e2b9+1).
@quotation
Copyright (C) 2018-2020 Jonas Bernoulli <jonas@@bernoul.li>
@@ -1969,11 +1969,21 @@ They are defined here anyway to allow sharing certain
methods.
@code{shortarg} The short argument, e.g. @code{-v}.
+@item
+@code{value} The value. Should not be accessed directly.
+
+
@item
@code{multi-value} For options, whether the option can have multiple
values. If non-nil, then default to use @code{completing-read-multiple}.
+@item
+@code{always-read} For options, whether to read a value on every invocation.
+If this is nil, then options that have a value are simply unset and
+have to be invoked a second time to set a new value.
+
+
@item
@code{allow-empty} For options, whether the empty string is a valid value.
- [elpa] externals/transient 5762bd9a06 341/366: transient-hide-during-minibuffer-read: New option, (continued)
- [elpa] externals/transient 5762bd9a06 341/366: transient-hide-during-minibuffer-read: New option, Jonas Bernoulli, 2022/01/25
- [elpa] externals/transient de5a325616 349/366: Re-align debug declarations, Jonas Bernoulli, 2022/01/25
- [elpa] externals/transient 6103f168aa 347/366: transient--describe-function: Deal with anonymous infix arguments, Jonas Bernoulli, 2022/01/25
- [elpa] externals/transient 4477555b17 366/366: transient--post-exit: Deal with unbound transient slot properly, Jonas Bernoulli, 2022/01/25
- [elpa] externals/transient ad7f255308 116/366: For popups set tab-line-format to nil, Jonas Bernoulli, 2022/01/25
- [elpa] externals/transient 0ad64ddc5d 010/366: transient-remove-suffix: Fix removal of last child of a group, Jonas Bernoulli, 2022/01/25
- [elpa] externals/transient f2ef69cfcc 176/366: transient--get-predicate-for: New function, Jonas Bernoulli, 2022/01/25
- [elpa] externals/transient f2252d53b6 188/366: Support delaying setup of suffixes until prefix invocation, Jonas Bernoulli, 2022/01/25
- [elpa] externals/transient a3e536333e 189/366: Support anonymous non-infix suffixes, Jonas Bernoulli, 2022/01/25
- [elpa] externals/transient aaac13bb9d 193/366: transient--make-transient-map: Don't explicitly take emergency exit, Jonas Bernoulli, 2022/01/25
- [elpa] externals/transient 313eee0f1c 196/366: manual: Document more infix slots,
Jonas Bernoulli <=
- [elpa] externals/transient 1b9929eca9 197/366: Add new `unsavable' infix slot, Jonas Bernoulli, 2022/01/25
- [elpa] externals/transient 8b22b52b83 211/366: Support defining a per-prefix fallback suffix description function, Jonas Bernoulli, 2022/01/25
- [elpa] externals/transient 7065e1ce86 229/366: manual: Various small improvements, Jonas Bernoulli, 2022/01/25
- [elpa] externals/transient 030d0fe56b 251/366: Rearrange library header, Jonas Bernoulli, 2022/01/25
- [elpa] externals/transient 779b847c20 252/366: make: Update path to ox-extra, Jonas Bernoulli, 2022/01/25
- [elpa] externals/transient eb28c513a8 253/366: Release version 0.3.3, Jonas Bernoulli, 2022/01/25
- [elpa] externals/transient 6e741ee2bd 260/366: Stop using oref-default to get default value of object-allocated slot, Jonas Bernoulli, 2022/01/25
- [elpa] externals/transient 90a0562200 265/366: transient-highlight-higher-levels: New option, Jonas Bernoulli, 2022/01/25
- [elpa] externals/transient 769219b5f5 272/366: Enable section movement, Jonas Bernoulli, 2022/01/25
- [elpa] externals/transient 626d105ecf 274/366: transient--read-number-N: Return empty string instead of nil, Jonas Bernoulli, 2022/01/25