branch: elpa-release/hyperdrive
commit 544c33a3ed91db38173327c97e38f3151d39facb
Author: Joseph Turner <[email protected]>
Commit: Joseph Turner <[email protected]>
Comment: Add FIXME
---
hyperdrive.el | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/hyperdrive.el b/hyperdrive.el
index 7019c4f9b1..987863dc37 100644
--- a/hyperdrive.el
+++ b/hyperdrive.el
@@ -202,6 +202,10 @@ Interactively, prompt for hyperdrive and action."
(_ :quit))))
(list hyperdrive mark-safe-p)))
(pcase safep
+ ;; FIXME: If "explain" is selected from within a transient, Emacs signals
+ ;; "Error in post-command-hook (transient--post-command):
(wrong-type-argument ewoc nil)"
+ ;; since the transient refreshes after the current buffer is the Info
+ ;; manual, which has no ewoc. The transient menu should instead close.
(:explain (info "(hyperdrive) Mark a hyperdrive as safe"))
(:quit nil)
(_ (setf (map-elt (h/etc hyperdrive) 'safep) safep)