From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: eldoc vs minibuffer-auto-raise Date: Sat, 19 Jan 2019 21:24:15 +0200 Message-ID: <83bm4cbgdc.fsf@gnu.org> References: <5C42EEA3.70808@gmx.at> <5C437123.2010504@gmx.at> NNTP-Posting-Host: ciao.gmane.org X-Trace: ciao.gmane.org 1547925882 156946 195.159.176.228 (19 Jan 2019 19:24:42 GMT) X-Complaints-To: usenet@ciao.gmane.org NNTP-Posting-Date: Sat, 19 Jan 2019 19:24:42 +0000 (UTC) Cc: drew.adams@oracle.com, emacs-devel@gnu.org To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 19 20:24:40 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1gkwER-000emS-FY for ged-emacs-devel@m.gmane.org; Sat, 19 Jan 2019 20:24:39 +0100 Original-Received: from localhost ([127.0.0.1]:59038 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gkwEa-0001Pi-94 for ged-emacs-devel@m.gmane.org; Sat, 19 Jan 2019 14:24:48 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:41003) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gkwEU-0001Ox-91 for emacs-devel@gnu.org; Sat, 19 Jan 2019 14:24:43 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:37261) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gkwET-0002F8-MS; Sat, 19 Jan 2019 14:24:41 -0500 Original-Received: from [176.228.60.248] (port=2409 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1gkwES-0007j0-7t; Sat, 19 Jan 2019 14:24:41 -0500 In-reply-to: <5C437123.2010504@gmx.at> (message from martin rudalics on Sat, 19 Jan 2019 19:49:07 +0100) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:232496 Archived-At: > Date: Sat, 19 Jan 2019 19:49:07 +0100 > From: martin rudalics > > > I'm using MS Windows. Perhaps the window mgr is involved > > here, switching the focus to the minibuffer frame in your > > case? > > No. I suppose you have set 'w32-grab-focus-on-raise' to nil so you > won't see this behavior. FWIW, I didn't customize 'w32-grab-focus-on-raise', and I, like Drew, don't see the problem you describe.