From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Cursor doesn't go back to after close-paren Date: Thu, 03 Aug 2006 22:24:56 +0300 Message-ID: References: <87bqr2gc7m.fsf@stupidchicken.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1154633169 19344 80.91.229.2 (3 Aug 2006 19:26:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 3 Aug 2006 19:26:09 +0000 (UTC) Cc: lekktu@gmail.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 03 21:26:05 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1G8ioh-000094-M6 for ged-emacs-devel@m.gmane.org; Thu, 03 Aug 2006 21:25:12 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G8iog-0008Gd-Nt for ged-emacs-devel@m.gmane.org; Thu, 03 Aug 2006 15:25:10 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G8ioW-0008G5-3F for emacs-devel@gnu.org; Thu, 03 Aug 2006 15:25:00 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G8ioU-0008FQ-H0 for emacs-devel@gnu.org; Thu, 03 Aug 2006 15:24:59 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G8ioU-0008FN-DC for emacs-devel@gnu.org; Thu, 03 Aug 2006 15:24:58 -0400 Original-Received: from [192.114.186.20] (helo=nitzan.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G8irs-00005t-IW for emacs-devel@gnu.org; Thu, 03 Aug 2006 15:28:28 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-4-193.inter.net.il [80.230.4.193]) by nitzan.inter.net.il (MOS 3.7.3-GA) with ESMTP id EIK71840 (AUTH halo1); Thu, 3 Aug 2006 22:24:54 +0300 (IDT) Original-To: Chong Yidong In-reply-to: <87bqr2gc7m.fsf@stupidchicken.com> (message from Chong Yidong on Thu, 03 Aug 2006 09:50:37 -0400) 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 Xref: news.gmane.org gmane.emacs.devel:58064 Archived-At: > From: Chong Yidong > Date: Thu, 03 Aug 2006 09:50:37 -0400 > Cc: Emacs Devel > > "Juanma Barranquero" writes: > > > emacs -Q --no-site-file > > > > Type: () > > > > The blinking cursor remains over "(" until a key is pressed. > > > > Is this related to the `sit-for' changes? > > I can't reproduce this. I can. It's probably specific to MS-Windows. And it certainly looks like it's related to sit-for, since moving the mouse to the tool bar or the mode line (which generates a help-echo event) causes the cursor to get back to after the right paren. Damn that sit-for change! Now will have 6 months of debugging such subtle problems!