|
From: Alex O. <al...@gm...> - 2015-10-04 11:46:18
|
I got this email from Sean Chen who found the workaround for bug on OpenSuse.. ---------- Forwarded message ---------- From: Sean Chen <sea...@gm...> Date: Sun, Oct 4, 2015 at 3:51 AM Subject: ECB "Variable binding depth exceeds max-specpdl-size" ERROR To: al...@gm... Dear Alex I am a user of emacs, while recently when I want to add ecb to my IDE, I keep got following error: *(error-type: error, error-data: (\"Variable binding depth exceeds max-specpdl-size\"))")* I searched and found you have already know this issue, it seems only happened on SUSE(Open Suse 13.2), and your recently github ecb version remain this error. After I added following code into my .emacs file, the problem solved, I am a fresh man for emacs and I don't know why, while I thought may be it can helps you to find why it only happened on Suse. *;;; unique: unique buffer name(guard duplication of buffer name);; usage: auto(if (not (require 'uniquify nil t)) (message "[warn] feature 'uniquify' not found!") (setq uniquify-buffer-name-style 'forward)) ;; unique* B.R Sean Chen -- With best wishes, Alex Ott http://alexott.net/ Twitter: alexott_en (English), alexott (Russian) Skype: alex.ott |