all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Gene <gene.sullivan@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: error in process filter: Stack overflow in regexp matcher
Date: Fri, 28 Dec 2018 08:02:59 -0800 (PST)	[thread overview]
Message-ID: <b69648e7-4d5b-46bf-bb88-d4aa3923c63f@googlegroups.com> (raw)
In-Reply-To: <4bf1c428-308a-4ce9-9ca7-abe1495271e6@googlegroups.com>

On Monday, December 24, 2018 at 4:17:44 PM UTC-5, nenadmi...@gmail.com wrote:
> 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.

At first the `str' -- not being `concat' -- led me to beleive that your sexp might be autolisp or visual lisp.
Further research leads me to believe it may be clojure.
If so, you can place your code in an org-mode file and wrap

#+begin_src clojure
(rest 
 (file-seq 
  (file 
   (str "corpus/" "ham")
)))
#+end_src

;;^-- note may not be accurate, but was presented as a gist representation of 
;;    the form

There is at least one clojure REPL available for use in emacs as well.

Best of luck in your debugging attempts.

Gene


      parent reply	other threads:[~2018-12-28 16:02 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-24 21:17 error in process filter: Stack overflow in regexp matcher nenadmitrovic04
2018-12-25 11:08 ` tomas
2018-12-26 17:53 ` Stefan Monnier
2018-12-26 18:18   ` John Shahid
2018-12-26 18:29   ` Kevin J. McCarthy
2018-12-28 16:02 ` Gene [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b69648e7-4d5b-46bf-bb88-d4aa3923c63f@googlegroups.com \
    --to=gene.sullivan@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.