From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: can't press ret without error Date: Sun, 17 Jul 2016 22:09:14 +0200 Message-ID: <87bn1wgh79.fsf@saiph.selenimh> References: <87shv8h9fg.fsf@saiph.selenimh> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37786) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bOsNO-00045v-CH for emacs-orgmode@gnu.org; Sun, 17 Jul 2016 16:09:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bOsNK-00067z-40 for emacs-orgmode@gnu.org; Sun, 17 Jul 2016 16:09:21 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:53066) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bOsNJ-00067n-Sc for emacs-orgmode@gnu.org; Sun, 17 Jul 2016 16:09:18 -0400 In-Reply-To: (Samuel Wales's message of "Sun, 17 Jul 2016 12:24:38 -0700") 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" To: Samuel Wales Cc: emacs-orgmode@gnu.org Samuel Wales writes: > thanks for your reply. next time i will check for long lines. > > On 7/17/16, Nicolas Goaziou wrote: >> It seems you are using very long lines. >> >> In particular one of them is ambiguous and the parser has to match too >> much (hence the stack overflow) to decide what is that line. Thinking about it, trying to evaluate (re-search-forward org-element-paragraph-separate nil t) in various places may give you a clue about the problematic line. Regards,