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

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

[elpa] externals/transient b52c9652fa 077/366: Update manual


From: Jonas Bernoulli
Subject: [elpa] externals/transient b52c9652fa 077/366: Update manual
Date: Tue, 25 Jan 2022 18:54:28 -0500 (EST)

branch: externals/transient
commit b52c9652fa90370f5d1506b37e54da4e05064de8
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    Update manual
---
 docs/transient.org  | 20 ++++++++++++++++++--
 docs/transient.texi | 28 ++++++++++++++++++++++++++--
 2 files changed, 44 insertions(+), 4 deletions(-)

diff --git a/docs/transient.org b/docs/transient.org
index 591e88fceb..6c475cce77 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.1.0 (v0.1.0-65-gafdf1f0+1)
+#+SUBTITLE: for version 0.1.0 (v0.1.0-75-ge7a16d2+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.1.0 (v0.1.0-65-gafdf1f0+1).
+This manual is for Transient version 0.1.0 (v0.1.0-75-ge7a16d2+1).
 
 #+BEGIN_QUOTE
 Copyright (C) 2018-2019 Jonas Bernoulli <jonas@bernoul.li>
@@ -496,6 +496,22 @@ window, and the key bindings are the same as for 
~scroll-up-command~ and
     then the popup is shown after that many seconds of inactivity
     (using the absolute value).
 
+- User Option: transient-enable-popup-navigation
+
+  This option controls whether navigation commands are enabled in the
+  transient popup.
+
+  While a transient is active the transient popup buffer is not the
+  current buffer, making it necesary to use dedicated commands to act
+  on that buffer itself.  This is disabled by default.  If this option
+  is non-nil, then the following features are available:
+
+  - ~<up>~ moves the cursor to the previous suffix.
+    ~<down>~ moves the cursor to the next suffix.
+    ~RET~ invokes the suffix the cursor is on.
+  - ~<mouse-1>~ invokes the clicked on suffix.
+  - ~C-s~ and ~C-r~ start isearch in the popup buffer.
+
 - User Option: transient-display-buffer-action
 
   This option specifies the action used to display the transient popup
diff --git a/docs/transient.texi b/docs/transient.texi
index daa5ddc25d..c715e02051 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.1.0 (v0.1.0-65-gafdf1f0+1)
+@subtitle for version 0.1.0 (v0.1.0-75-ge7a16d2+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.1.0 (v0.1.0-65-gafdf1f0+1).
+This manual is for Transient version 0.1.0 (v0.1.0-75-ge7a16d2+1).
 
 @quotation
 Copyright (C) 2018-2019 Jonas Bernoulli <jonas@@bernoul.li>
@@ -674,6 +674,30 @@ then the popup is shown after that many seconds of 
inactivity
 @end itemize
 @end defopt
 
+@defopt transient-enable-popup-navigation
+
+This option controls whether navigation commands are enabled in the
+transient popup.
+
+While a transient is active the transient popup buffer is not the
+current buffer, making it necesary to use dedicated commands to act
+on that buffer itself.  This is disabled by default.  If this option
+is non-nil, then the following features are available:
+
+@itemize
+@item
+@code{<up>} moves the cursor to the previous suffix.
+@code{<down>} moves the cursor to the next suffix.
+@code{RET} invokes the suffix the cursor is on.
+
+@item
+@code{<mouse-1>} invokes the clicked on suffix.
+
+@item
+@code{C-s} and @code{C-r} start isearch in the popup buffer.
+@end itemize
+@end defopt
+
 @defopt transient-display-buffer-action
 
 This option specifies the action used to display the transient popup



reply via email to

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