From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: nenadmitrovic04@gmail.com Newsgroups: gmane.emacs.help Subject: error in process filter: Stack overflow in regexp matcher Date: Mon, 24 Dec 2018 13:17:42 -0800 (PST) Message-ID: <4bf1c428-308a-4ce9-9ca7-abe1495271e6@googlegroups.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-Trace: blaine.gmane.org 1545686305 18058 195.159.176.226 (24 Dec 2018 21:18:25 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 24 Dec 2018 21:18:25 +0000 (UTC) Injection-Date: Mon, 24 Dec 2018 21:17:43 +0000 User-Agent: G2/1.0 To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Dec 24 22:18:21 2018 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gbXcC-0004c8-Rs for geh-help-gnu-emacs@m.gmane.org; Mon, 24 Dec 2018 22:18:20 +0100 Original-Received: from localhost ([127.0.0.1]:38886 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gbXeJ-0004kK-IN for geh-help-gnu-emacs@m.gmane.org; Mon, 24 Dec 2018 16:20:31 -0500 X-Received: by 2002:a37:d448:: with SMTP id l69mr10491460qki.21.1545686263272; Mon, 24 Dec 2018 13:17:43 -0800 (PST) X-Received: by 2002:a37:77c5:: with SMTP id s188mr206961qkc.0.1545686263134; Mon, 24 Dec 2018 13:17:43 -0800 (PST) Original-Path: usenet.stanford.edu!v55no7644354qtk.0!news-out.google.com!h3ni3639qtk.1!nntp.google.com!v55no7644344qtk.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Complaints-To: groups-abuse@google.com Original-Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=89.216.173.251; posting-account=CaPFmgoAAAANvAdDBCNpJzmO4zwqJpVq Original-NNTP-Posting-Host: 89.216.173.251 Original-Xref: usenet.stanford.edu gnu.emacs.help:224909 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:119038 Archived-At: I am trying to execute this piece of code: (rest (file-seq (file (str "corpus/" "ham"))). When I execute I get this error: "error in process filter: Stack overflow in regexp matcher". I have 1400 files in corpus/ham folder. But when I execute only three file it works.