From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Idle timers with the active minibuffer Date: Thu, 08 Nov 2007 12:40:22 -0500 Message-ID: References: <87k5otd3jx.fsf@jurta.org> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1194545094 18910 80.91.229.12 (8 Nov 2007 18:04:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 8 Nov 2007 18:04:54 +0000 (UTC) Cc: emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 08 19:04:58 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IqBk8-0004Aw-KP for ged-emacs-devel@m.gmane.org; Thu, 08 Nov 2007 19:04:40 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IqBjx-0007Ac-Fu for ged-emacs-devel@m.gmane.org; Thu, 08 Nov 2007 13:04:29 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IqBju-0007AD-7c for emacs-devel@gnu.org; Thu, 08 Nov 2007 13:04:26 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IqBjs-00079m-AJ for emacs-devel@gnu.org; Thu, 08 Nov 2007 13:04:25 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IqBjs-00079g-27 for emacs-devel@gnu.org; Thu, 08 Nov 2007 13:04:24 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IqBMe-0002J1-Bp for emacs-devel@gnu.org; Thu, 08 Nov 2007 12:40:24 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1IqBMc-0005NG-Ou; Thu, 08 Nov 2007 12:40:22 -0500 In-reply-to: <87k5otd3jx.fsf@jurta.org> (message from Juri Linkov on Thu, 08 Nov 2007 02:42:02 +0200) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:82815 Archived-At: I discovered this behavior when tried using isearch in the original buffer after switching to it from the minibuffer without exiting it. The idle timer for lazy-highlighting doesn't run. Steps to reproduce: It is a bug. I can't see anything in the source that would cause it. Would someone please debug why read_char fails to call timer_start_idle in this case? 1. activate the minibuffer by e.g. `M-:' 2. switch back to the original buffer by `C-x o' 3. start isearch C-s and search for a string that have multiple occurrences in the original buffer. Other occurrences are not highlighted by lazy-highlight face.