From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Richard Subject: bug#16265: 24.3.50; re-search-forward (error "Invalid search bound (wrong side of point)") Date: Tue, 31 Dec 2013 15:16:40 +0100 Message-ID: <87fvp93y2f.fsf@yahoo.fr> References: <52C2B37C.6060107@yahoo.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47605) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vy076-0007s7-Rq for emacs-orgmode@gnu.org; Tue, 31 Dec 2013 09:16:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vy071-0002q8-2G for emacs-orgmode@gnu.org; Tue, 31 Dec 2013 09:16:08 -0500 Received: from debbugs.gnu.org ([140.186.70.43]:40258) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vy070-0002q4-UJ for emacs-orgmode@gnu.org; Tue, 31 Dec 2013 09:16:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1Vy070-00029i-9c for emacs-orgmode@gnu.org; Tue, 31 Dec 2013 09:16:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <52C2B37C.6060107@yahoo.fr> (Nicolas Richard's message of "Tue, 31 Dec 2013 13:07:24 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Keith David Bershatsky Cc: 16265@debbugs.gnu.org Nicolas Richard writes: > I'll bisect this (I tested 24.3, it works there) and post the result bisection is done. # first bad commit: [f56f1e3993fd79240e03666cf8390f489b4a2435] Switch cache-long-scans to t by default. and indeed, running emacs -Q --batch --eval '(setq-default cache-long-scans nil)' -l filenamehere worked for me. Keith, can you test if it fixes the problems your are seeing as well ? (If it doesn't then I guess we'll need another bug report.) If it does, the next step is to understand why things break when the caching mechanism is enabled -- I give up there. -- Nico.