summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2019-05-04 13:10:00 +0200
committerJonas Bernoulli <jonas@bernoul.li>2019-05-04 13:10:00 +0200
commitb52c9652fa90370f5d1506b37e54da4e05064de8 (patch)
tree82768ca9ac01df92caf874313b22e82c8a2ae8ef
parente7a16d200608b0811f65413c158e930b47ab21e5 (diff)
Update manual
-rw-r--r--docs/transient.org20
-rw-r--r--docs/transient.texi28
2 files changed, 44 insertions, 4 deletions
diff --git a/docs/transient.org b/docs/transient.org
index 591e88f..6c475cc 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 daa5ddc..c715e02 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