From unknown Fri Aug 15 14:50:22 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#12043 <12043@debbugs.gnu.org> To: bug#12043 <12043@debbugs.gnu.org> Subject: Status: 24.1.50; NS: y-or-n-p-with-timeout with GUI hangs Reply-To: bug#12043 <12043@debbugs.gnu.org> Date: Fri, 15 Aug 2025 21:50:22 +0000 retitle 12043 24.1.50; NS: y-or-n-p-with-timeout with GUI hangs reassign 12043 emacs submitter 12043 YAMAMOTO Mitsuharu severity 12043 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Jul 25 01:31:59 2012 Received: (at submit) by debbugs.gnu.org; 25 Jul 2012 05:31:59 +0000 Received: from localhost ([127.0.0.1]:38011 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1StuCU-00006S-PW for submit@debbugs.gnu.org; Wed, 25 Jul 2012 01:31:59 -0400 Received: from eggs.gnu.org ([208.118.235.92]:55388) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1StuCR-00006L-Qm for submit@debbugs.gnu.org; Wed, 25 Jul 2012 01:31:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Stu5v-0002b5-NL for submit@debbugs.gnu.org; Wed, 25 Jul 2012 01:25:12 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:49805) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Stu5v-0002b1-Jf for submit@debbugs.gnu.org; Wed, 25 Jul 2012 01:25:11 -0400 Received: from eggs.gnu.org ([208.118.235.92]:40280) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Stu5u-0007uJ-JM for bug-gnu-emacs@gnu.org; Wed, 25 Jul 2012 01:25:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Stu5t-0002aO-6Y for bug-gnu-emacs@gnu.org; Wed, 25 Jul 2012 01:25:10 -0400 Received: from mathmail.math.s.chiba-u.ac.jp ([133.82.132.2]:50888) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Stu5s-0002UE-Tq for bug-gnu-emacs@gnu.org; Wed, 25 Jul 2012 01:25:09 -0400 Received: from church.math.s.chiba-u.ac.jp (church [133.82.132.36]) by mathmail.math.s.chiba-u.ac.jp (Postfix) with ESMTP id 51926C055D for ; Wed, 25 Jul 2012 14:25:03 +0900 (JST) Date: Wed, 25 Jul 2012 14:25:03 +0900 Message-ID: From: YAMAMOTO Mitsuharu To: bug-gnu-emacs@gnu.org Subject: 24.1.50; NS: y-or-n-p-with-timeout with GUI hangs User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (=?ISO-8859-4?Q?Shij=F2?=) APEL/10.6 Emacs/22.3 (sparc-sun-solaris2.8) MULE/5.0 (SAKAKI) Organization: Faculty of Science, Chiba University MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-detected-operating-system: by eggs.gnu.org: NetBSD 3.0 (DF) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.118.235.17 X-Spam-Score: -6.9 (------) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.9 (------) Steps to reproduce: 1. $ Emacs.app/Contents/MacOS/Emacs -Q 2. (let (last-nonmenu-event) (y-or-n-p-with-timeout "foo" 3 'bar)) C-j 3. Wait 3 seconds. 4. Repeat Step 2 and 3 if the dialog is popped down without hanging. Result: It hangs within a few trials. Neither pushing buttons in the dialog nor C-g pops it down. YAMAMOTO Mitsuharu mituharu@math.s.chiba-u.ac.jp In GNU Emacs 24.1.50.1 (x86_64-apple-darwin11.4.0, NS apple-appkit-1138.47) of 2012-07-25 on yamamoto-no-iMac.local Bzr revision: 109200 yamaoka@jpl.org-20120725032225-t89a214q5zgzlm5y Windowing system distributor `Apple', version 10.3.1138 Configured using: `configure '--with-ns'' Important settings: value of $LANG: ja_JP.UTF-8 locale-coding-system: utf-8-unix default enable-multibyte-characters: t Major mode: Lisp Interaction Minor modes in effect: tooltip-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t From debbugs-submit-bounces@debbugs.gnu.org Wed Jul 25 13:39:51 2012 Received: (at 12043-done) by debbugs.gnu.org; 25 Jul 2012 17:39:51 +0000 Received: from localhost ([127.0.0.1]:39387 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Su5Ys-0001Uc-TV for submit@debbugs.gnu.org; Wed, 25 Jul 2012 13:39:51 -0400 Received: from mailout.melmac.se ([62.20.26.67]:48234) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Su5Yq-0001UT-9b for 12043-done@debbugs.gnu.org; Wed, 25 Jul 2012 13:39:49 -0400 Received: from mail01.melmac.se (mail01.melmac.se [62.20.26.80]) by mailout.melmac.se (Postfix) with ESMTP id A8AFE9EBA for <12043-done@debbugs.gnu.org>; Wed, 25 Jul 2012 19:32:59 +0200 (CEST) Received: (qmail 11214 invoked by uid 89); 25 Jul 2012 17:32:51 -0000 Received: from h-46-59-42-18.na.cust.bahnhof.se (HELO coolsville.localdomain) (boel.djarv@bdtv.se@46.59.42.18) by mail01.melmac.se with ESMTPA; 25 Jul 2012 17:32:51 -0000 Received: from [172.20.199.13] (zeplin [172.20.199.13]) by coolsville.localdomain (Postfix) with ESMTPSA id 2EAED7FA06C; Wed, 25 Jul 2012 19:32:59 +0200 (CEST) Subject: Re: bug#12043: 24.1.50; NS: y-or-n-p-with-timeout with GUI hangs Mime-Version: 1.0 (Apple Message framework v1278) Content-Type: text/plain; charset=us-ascii From: =?iso-8859-1?Q?Jan_Dj=E4rv?= In-Reply-To: Date: Wed, 25 Jul 2012 19:32:58 +0200 Content-Transfer-Encoding: 7bit Message-Id: References: To: YAMAMOTO Mitsuharu X-Mailer: Apple Mail (2.1278) X-Spam-Score: -1.2 (-) X-Debbugs-Envelope-To: 12043-done Cc: 12043-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.2 (-) Hello. 25 jul 2012 kl. 07:25 skrev YAMAMOTO Mitsuharu: > Steps to reproduce: > 1. $ Emacs.app/Contents/MacOS/Emacs -Q > 2. (let (last-nonmenu-event) (y-or-n-p-with-timeout "foo" 3 'bar)) C-j > 3. Wait 3 seconds. > 4. Repeat Step 2 and 3 if the dialog is popped down without hanging. > > Result: > It hangs within a few trials. > Neither pushing buttons in the dialog nor C-g pops it down. > I have checked in a fix in trunk. Jan D. From unknown Fri Aug 15 14:50:22 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 23 Aug 2012 11:24:03 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator