From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Re: When is hourglass shown? Date: Thu, 10 Mar 2005 20:10:39 +0100 Message-ID: <42309BAF.5050909@swipnet.se> References: <42289C1F.7060709@swipnet.se> <01c52170$Blat.v2.4$97d80e60@zahav.net.il> <003001c5217b$28b6f4a0$0200a8c0@sedrcw11488> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1110482022 4970 80.91.229.2 (10 Mar 2005 19:13:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 10 Mar 2005 19:13:42 +0000 (UTC) Cc: lennart.borgman.073@student.lu.se, eliz@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 10 20:13:41 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D9T3y-0005eF-9M for ged-emacs-devel@m.gmane.org; Thu, 10 Mar 2005 20:11:14 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D9TIt-0003Ag-UV for ged-emacs-devel@m.gmane.org; Thu, 10 Mar 2005 14:26:39 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D9TIl-0003Ab-Oh for emacs-devel@gnu.org; Thu, 10 Mar 2005 14:26:31 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D9TIk-0003AP-9M for emacs-devel@gnu.org; Thu, 10 Mar 2005 14:26:31 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D9TIk-0003AM-3B for emacs-devel@gnu.org; Thu, 10 Mar 2005 14:26:30 -0500 Original-Received: from [195.54.107.70] (helo=mxfep01.bredband.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D9T3d-0006xK-Ah; Thu, 10 Mar 2005 14:10:53 -0500 Original-Received: from coolsville.localdomain ([83.226.180.210] [83.226.180.210]) by mxfep01.bredband.com with ESMTP id <20050310191052.ENUZ26135.mxfep01.bredband.com@coolsville.localdomain>; Thu, 10 Mar 2005 20:10:52 +0100 User-Agent: Mozilla Thunderbird 1.0 (X11/20041206) X-Accept-Language: en-us, en Original-To: rms@gnu.org In-Reply-To: X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: news.gmane.org gmane.emacs.devel:34430 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:34430 Richard Stallman wrote: > AFAIK it is a general M-x behaviour. Pressing return in the minibuffer > starts the hourglass, and then invokes minibuffer-complete-and-exit. > This function throws so the start_hourglass done after return is > canceled by an unwind-protect (in keyboard.c, command_loop_1(), around > line 1784). This may be a bug. > >I am sure it is a bug. >If you can fix it, please do. > I've checked in a fix. Note that this fix is only for X, I don't know if the other ports may need a similar fix. Jan D.