From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Loris Bennett" Subject: Stackoverflow in regexp matcher Date: Tue, 02 Feb 2016 14:56:35 +0100 Message-ID: <87oabzb4h8.fsf@hornfels.zedat.fu-berlin.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46963) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQbVV-0001Mk-GR for emacs-orgmode@gnu.org; Tue, 02 Feb 2016 09:00:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aQbVR-0001Z1-Gl for emacs-orgmode@gnu.org; Tue, 02 Feb 2016 09:00:37 -0500 Received: from plane.gmane.org ([80.91.229.3]:34068) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQbVR-0001Yi-9o for emacs-orgmode@gnu.org; Tue, 02 Feb 2016 09:00:33 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aQbTE-0008Rx-88 for emacs-orgmode@gnu.org; Tue, 02 Feb 2016 14:58:16 +0100 Received: from hornfels.zedat.fu-berlin.de ([160.45.11.110]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 02 Feb 2016 14:58:16 +0100 Received: from loris.bennett by hornfels.zedat.fu-berlin.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 02 Feb 2016 14:58:16 +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: emacs-orgmode@gnu.org Hi, On refreshing the #+TAGS via 'C-c C-c' I'm am getting the following error Stackoverflow in regexp matcher I have tried bisecting the file, but the problem does not seem to be caused by a specific part. Instead it just seems to occur at a fairly random point once the file becomes long enough. The file is a beamer presentation with 1375 lines. If I add * 0123456789 to the end of the file (or insert it at some other point), I can still refresh. If I add * 0123456789 0 I get "Stackoverflow in regexp matcher". Does anyone have any ideas how to proceed here? Cheers, Loris -- This signature is currently under construction.