all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: martin rudalics <rudalics@gmx.at>
To: Platon Pronko <platon7pronko@gmail.com>, 45792@debbugs.gnu.org
Cc: Alan Mackenzie <acm@muc.de>
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	[thread overview]
Message-ID: <0f37c263-a361-7360-666a-4c7054ecf329@gmx.at> (raw)
In-Reply-To: <75aca8c3-6c8f-2a66-399e-7116d99c91d3@gmail.com>

 > 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	other threads:[~2021-01-12  9:06 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-11 16:09 bug#45792: 28.0.50; regression in commit c7c154bb, minibuffer is not closed after opening a file Platon Pronko
2021-01-12  9:06 ` martin rudalics [this message]
2021-01-12 10:29   ` Platon Pronko
2021-01-12 19:00 ` Alan Mackenzie
2021-01-16 16:36 ` Alan Mackenzie
2021-01-17  7:50   ` Platon Pronko
2021-01-30 18:35     ` Alan Mackenzie
2021-01-31  8:54       ` Platon Pronko
2021-01-31 11:50         ` Alan Mackenzie
2021-01-31 12:11           ` Platon Pronko
2021-01-31 17:01             ` Alan Mackenzie
2021-01-31 19:37               ` Platon Pronko
2021-01-31 20:06                 ` Alan Mackenzie

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=0f37c263-a361-7360-666a-4c7054ecf329@gmx.at \
    --to=rudalics@gmx.at \
    --cc=45792@debbugs.gnu.org \
    --cc=acm@muc.de \
    --cc=platon7pronko@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.