Olaf Meeuwissen <olaf.meeuwis...@avasys.jp> writes: > Since upgrading from 24.3+1-5+b2 on 2014-11-10, c-indent-line-or-region > and other indentation attempts (e.g. trying to indent a region in email > with C-X C-i) no longer indent anything and show > > Variable binding depth exceeds max-specpdl-size > > in the mini-buffer. > > This happens even when starting emacs with the --no-init-file option. I > have bisected my system's emacs/site-start.d/ and the problem goes away > when I remove 50develock-el.el. > I'm using develock-el 0.39-1 since 2014-03-28.
Looks like the latest version of develock might be 0.45. Would it be easy for you to test that? I'm wondering if this might be a develock issue that's been fixed upstream. Since it's just one file, I suspect you could probably just put it at the front of your load-path: (push "/wherever/you/save/the/new/develock" load-path) (require 'develock) And I suppose you might also need to temporarily remove the Debian develock-el package. -- Rob Browning rlb @defaultvalue.org and @debian.org GPG as of 2011-07-10 E6A9 DA3C C9FD 1FF8 C676 D2C4 C0F0 39E9 ED1B 597A GPG as of 2002-11-03 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org