From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#47205: 27.1.91; [bug] unexpected input event interrupted expand-file Date: Thu, 18 Mar 2021 12:21:23 +0200 Message-ID: <83y2ekbw4c.fsf@gnu.org> References: <60522405.1c69fb81.dac4f.907b@mx.google.com> <877dm5d6eo.fsf@gmx.de> <83a6r0dg8b.fsf@gnu.org> <8735wsdbbo.fsf@gmx.de> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="8936"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 47205@debbugs.gnu.org, lin.sun@zoom.us To: Michael Albinus Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Thu Mar 18 11:22:28 2021 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lMpnQ-0002Ax-4o for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 18 Mar 2021 11:22:28 +0100 Original-Received: from localhost ([::1]:34578 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lMpnP-0001Rb-45 for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 18 Mar 2021 06:22:27 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:54532) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lMpn1-0001Ok-1s for bug-gnu-emacs@gnu.org; Thu, 18 Mar 2021 06:22:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:33616) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lMpmz-0000Gx-Vh for bug-gnu-emacs@gnu.org; Thu, 18 Mar 2021 06:22:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lMpmz-00057I-S5 for bug-gnu-emacs@gnu.org; Thu, 18 Mar 2021 06:22:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 18 Mar 2021 10:22:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 47205 X-GNU-PR-Package: emacs Original-Received: via spool by 47205-submit@debbugs.gnu.org id=B47205.161606289619616 (code B ref 47205); Thu, 18 Mar 2021 10:22:01 +0000 Original-Received: (at 47205) by debbugs.gnu.org; 18 Mar 2021 10:21:36 +0000 Original-Received: from localhost ([127.0.0.1]:45157 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lMpma-00056K-6y for submit@debbugs.gnu.org; Thu, 18 Mar 2021 06:21:36 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:33064) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lMpmX-000565-EW for 47205@debbugs.gnu.org; Thu, 18 Mar 2021 06:21:34 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:52247) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lMpmR-0008La-VP; Thu, 18 Mar 2021 06:21:27 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:3444 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1lMpmP-0003M1-IA; Thu, 18 Mar 2021 06:21:27 -0400 In-Reply-To: <8735wsdbbo.fsf@gmx.de> (message from Michael Albinus on Thu, 18 Mar 2021 11:07:39 +0100) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:202586 Archived-At: > From: Michael Albinus > Cc: LinSun , 47205@debbugs.gnu.org > Date: Thu, 18 Mar 2021 11:07:39 +0100 > > > Is this because helm uses while-no-input or throw-on-input? If so, > > does it help to bind while-no-input-ignore-events to a list that > > includes this kind of dbus events? > > This doesn't help (yet), because dbus-event isn't handled via > while-no-input-ignore-events. The appended patch extends this for > dbus-event and file-notify. The following adapted test works then: That patch is fine by me, thanks.