From unknown Fri Aug 15 14:17:22 2025 X-Loop: help-debbugs@gnu.org Subject: bug#12043: 24.1.50; NS: y-or-n-p-with-timeout with GUI hangs Resent-From: YAMAMOTO Mitsuharu Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 25 Jul 2012 05:32:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 12043 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 12043@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.1343194319404 (code B ref -1); Wed, 25 Jul 2012 05:32:01 +0000 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 User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (=?UTF-8?Q?Shij=C5=8D?=) 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-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 unknown Fri Aug 15 14:17:22 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.428 (Entity 5.428) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: YAMAMOTO Mitsuharu Subject: bug#12043: closed (Re: bug#12043: 24.1.50; NS: y-or-n-p-with-timeout with GUI hangs) Message-ID: References: X-Gnu-PR-Message: they-closed 12043 X-Gnu-PR-Package: emacs Reply-To: 12043@debbugs.gnu.org Date: Wed, 25 Jul 2012 17:40:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1343238002-5768-1" This is a multi-part message in MIME format... ------------=_1343238002-5768-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #12043: 24.1.50; NS: y-or-n-p-with-timeout with GUI hangs which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 12043@debbugs.gnu.org. --=20 12043: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D12043 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1343238002-5768-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit 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. ------------=_1343238002-5768-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit 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 ------------=_1343238002-5768-1--