This isn't a clojure issue.

A reference to "process filter" indicates this is an emacs problem. Its
regex syntax matcher tends to blow up on long lines.

On Mon, Dec 24, 2018, 14:57 Andy Fingerhut <andy.finger...@gmail.com> wrote:

> I would recommend trying to temporarily rename ~/.lein/profiles.clj to a
> different name, so that there is no such file with that name any more, and
> try your file-seq expression again to see if it behaves any differently.
>
> Andy
>
> On Mon, Dec 24, 2018 at 1:38 PM nenad mitrovic <nenadmitrovi...@gmail.com>
> wrote:
>
>> Sorry, here is profiles.clj
>>
>> {:user
>>   {
>>   :java-cmd "C:\\Program Files\\Java\\jdk1.8.0_111\\bin\\java.exe"
>>   :plugins [
>>
>> [cider/cider-nrepl "0.8.1"]
>> [luminus/lein-template "2.9.9.2"]
>>
>>     ]
>>    }
>>  }
>>
>> On Monday, December 24, 2018 at 10:12:04 PM UTC+1, nenad mitrovic 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.
>>>
>> --
>> You received this message because you are subscribed to the Google
>> Groups "Clojure" group.
>> To post to this group, send email to clojure@googlegroups.com
>> Note that posts from new members are moderated - please be patient with
>> your first post.
>> To unsubscribe from this group, send email to
>> clojure+unsubscr...@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/clojure?hl=en
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "Clojure" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to clojure+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
>>
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with
> your first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
> ---
> You received this message because you are subscribed to the Google Groups
> "Clojure" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to clojure+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to