summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2023-03-26 23:53:03 +0200
committerJonas Bernoulli <jonas@bernoul.li>2023-03-26 23:53:03 +0200
commit0337131bfa194856234ddfe70ee38b3165d66289 (patch)
tree96e9b218a0ab7a05c1757f1d2cb70d6d69cfd314 /doc
parenta8c23677d3939b8af1bcddb63244fe7b5bb384a4 (diff)
downloademacs-0337131bfa194856234ddfe70ee38b3165d66289.tar.gz
Update to Transient v0.3.7-218-g3dbb22a
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/transient.texi14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/misc/transient.texi b/doc/misc/transient.texi
index 850930a290f..33d689cc01b 100644
--- a/doc/misc/transient.texi
+++ b/doc/misc/transient.texi
@@ -2566,6 +2566,20 @@ currently exist.
Yes, see @code{transient-display-buffer-action} in @ref{Configuration}.
+@anchor{How can I copy text from the popup buffer?}
+@appendixsec How can I copy text from the popup buffer?
+
+To be able to mark text in any transient popup buffer using the mouse,
+you have to add the following binding. Note that the region won't be
+visualized, while doing so. After you have quit the transient popup,
+you will be able to yank it another buffer.
+
+@lisp
+(keymap-set transient-predicate-map
+ "<mouse-set-region>"
+ #'transient--do-stay)
+@end lisp
+
@anchor{Why did some of the key bindings change?}
@appendixsec Why did some of the key bindings change?