Description of Problem: In Emacs 21.1 recursive-load-depth-limit defaults to 10, but this actually causes problems for some packages. Eg wl loads more than that many packages at startup. In cvs the value has already been increased to 50 (shortly after the release ;-). Version-Release number of selected component (if applicable): 21.1 How Reproducible: always Steps to Reproduce: 1. emacs 2. C-h v recursive-load-depth-limit RET optional 3. M-x wl RET or 4. emacs -f wl Actual Results: 10 "Recursive load suspected: ...." Expected Results: no error Additional Information: Could the default be made 50 like it is in cvs now. Assuming another release isn't made very soon.
Changed in emacs-21.1-3