From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vasilij Schneidermann Subject: Re: Bug: Regexp matcher stack overflow in org-indent initialization [8.2.10 (release_8.2.10 @ /usr/share/emacs/25.1/lisp/org/)] Date: Sun, 18 Dec 2016 23:05:21 +0100 Message-ID: <20161218220521.GA614@odonien.localdomain> References: <87d1gr4khp.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40335) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cIjaD-0001ok-DT for emacs-orgmode@gnu.org; Sun, 18 Dec 2016 17:05:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cIjaA-0003AY-AJ for emacs-orgmode@gnu.org; Sun, 18 Dec 2016 17:05:29 -0500 Received: from mail-wm0-x241.google.com ([2a00:1450:400c:c09::241]:35899) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cIjaA-00038y-3E for emacs-orgmode@gnu.org; Sun, 18 Dec 2016 17:05:26 -0500 Received: by mail-wm0-x241.google.com with SMTP id m203so15494422wma.3 for ; Sun, 18 Dec 2016 14:05:24 -0800 (PST) Received: from localhost (dslb-092-073-107-025.092.073.pools.vodafone-ip.de. [92.73.107.25]) by smtp.gmail.com with ESMTPSA id c187sm14291841wmd.13.2016.12.18.14.05.22 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sun, 18 Dec 2016 14:05:22 -0800 (PST) Content-Disposition: inline In-Reply-To: <87d1gr4khp.fsf@nicolasgoaziou.fr> 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: emacs-orgmode@gnu.org > I slightly simplified the regexp. Does it solve the issue? This looks good, unfortunately it's hard to prove the issue won't ever happen again, so I'll just leave it at that. Thanks for your efforts!