GNU bug report logs -
#45792
28.0.50; regression in commit c7c154bb, minibuffer is not closed after opening a file
Previous Next
Reported by: Platon Pronko <platon7pronko <at> gmail.com>
Date: Mon, 11 Jan 2021 16:11:01 UTC
Severity: normal
Found in version 28.0.50
Done: Alan Mackenzie <acm <at> muc.de>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Hi!
> No problem, but I don't think you did. There were real bugs connected
> with input methods, and I think your initial scenario highlighted one of
> these bugs.
I'm glad to hear that!
> It hasn't gone away for me.
This is quite strange. (minibufferp) guard was supposed to avoid running
any code whatsoever on minibuffer, so there shouldn't be any calls
to activate-input-method and associated bugs shouldn't be triggered.
Here's the code I'm talking about, just in case:
(define-minor-mode dvorak-minor-mode "Use english-dvorak input method." :lighter nil
(if (and dvorak-minor-mode (not (minibufferp)))
(activate-input-method "english-dvorak")))
(define-global-minor-mode global-dvorak-mode dvorak-minor-mode dvorak-minor-mode)
(global-dvorak-mode t)
Best regards,
Platon Pronko
This bug report was last modified 4 years and 139 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.