bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#45792: 28.0.50; regression in commit c7c154bb, minibuffer is not clo


From: martin rudalics
Subject: bug#45792: 28.0.50; regression in commit c7c154bb, minibuffer is not closed after opening a file
Date: Tue, 12 Jan 2021 10:06:57 +0100

> 1. init.el contents:
>
> (define-minor-mode dvorak-minor-mode "Use english-dvorak input method." 
:lighter nil
>    (if
>      (not (string= " *Minibuf-0*" (buffer-name (current-buffer))))
>      (if dvorak-minor-mode (activate-input-method "english-dvorak"))))

I understand that this may have worked for you over the past decades but
it's not really clean.  Why don't you just use "(minibufferp)" here?  If
the problem persists, we then can dig further.

Thanks, martin





reply via email to

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