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

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

Variable binding depth exceeds max-specpdl-size


From: Todd Wells
Subject: Variable binding depth exceeds max-specpdl-size
Date: Tue, 2 Jan 2001 15:10:41 -0800

I'm running GNU Emacs 20.4.1 (sparc-sun-solaris2.7, X toolkit) and when I
attempt to save my meager .emacs file, I'm getting "Variable binding depth
exceeds max-specpdl-size".  

What's going on here?  This is the extent of my .emacs:

(global-font-lock-mode 1)
(require 'paren)
(show-paren-mode 1)

;;custom keys
(global-set-key "\C-x\C-g" 'goto-line)
;(setq max-specpdl-size 600)
;(setq resize-minibuffer-mode 1)
;(setq resize-minibuffer-frame 2)
;(setq resize-minibuffer-window-max-height 4)
;(setq resize-minibuffer-window-exactly 2)
;(setq resize-minibuffer-frame-exactly 2)

(put 'narrow-to-region 'disabled nil)



reply via email to

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