bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#55396: 29.0.50; project-find-file don't work on a project with many


From: Dmitry Gutov
Subject: bug#55396: 29.0.50; project-find-file don't work on a project with many submodules
Date: Sun, 15 May 2022 04:48:00 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.1

On 13.05.2022 15:56, Eason Huang wrote:
I try to use `M-x project-find-file` in my `.emacs.d` config project. It
takes a long time(about 1 minutes), and finally get a error as bellow:

```
process-file: Variable binding depth exceeds max-specpdl-size
```

The .emacs.d project include 95 submudules of Git, is this too huge for
project.el?

Hi! That's a lot, but the above error indicates excess recursion. Do the submodules in your repo in turn have checked out submodules inside, and so on?

As a workaround, you can set project-vc-merge-submodules to nil (at least temporarily, until we get a better fix).





reply via email to

[Prev in Thread] Current Thread [Next in Thread]