GNU bug report logs - #51742
29.0.50; user-error: Cannot invoke transient emoji--command-Emoji while minibuffer is active

Previous Next

Package: emacs;

Reported by: Jean Louis <bugs <at> gnu.support>

Date: Wed, 10 Nov 2021 04:42:02 UTC

Severity: minor

Found in version 29.0.50

Fixed in version 29.1

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


Message #8 received at 51742 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Jean Louis <bugs <at> gnu.support>
Cc: Jonas Bernoulli <jonas <at> bernoul.li>, 51742 <at> debbugs.gnu.org
Subject: Re: bug#51742: 29.0.50; user-error: Cannot invoke transient
 emoji--command-Emoji while minibuffer is active
Date: Wed, 10 Nov 2021 05:47:05 +0100
Jean Louis <bugs <at> gnu.support> writes:

> I am editing entries in minibuffer and then if I wish to add emoji,
> there is this problem:
>
> user-error: Cannot invoke transient emoji--command-Emoji while
> minibuffer is active
>
> This brings me that I need to write emoji somewhere, kill and yank it
> into minibuffer, instead of directly inserting it in the minibuffer.

This is because of:

(defun transient-setup (&optional name layout edit &rest params)

[...]

  (when (> (minibuffer-depth) 0)
    (user-error "Cannot invoke transient %s while minibuffer is active" name))

Jonas, is there any reason for this check?  Things seem to work just
fine if I remove it.  (Or perhaps the check should be removed if
enable-recursive-minibuffers is non-nil?)

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




This bug report was last modified 2 years and 303 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.