emacs-devel
[Top][All Lists]
Advanced

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

address@hidden: max-specpdl-size and default font setting via Custom]


From: Richard Stallman
Subject: address@hidden: max-specpdl-size and default font setting via Custom]
Date: Thu, 1 Nov 2001 11:55:37 -0700 (MST)

Can anyone reproduce this?  It does not fail for me, but I have the
latest versions from CVS and not the release itself.

------- Start of forwarded message -------
To: address@hidden
From: address@hidden (Mikko Huhtala)
Newsgroups: gnu.emacs.bug
Subject: max-specpdl-size and default font setting via Custom
Organization: http://groups.google.com/
Sender: address@hidden
Date: 30 Oct 2001 00:51:09 -0800

Posted the following on gnu.emacs.help and the kind people who replied
suspected that it may be a real bug.


> I installed Emacs 21.1 on a Mandrake Linux 8.0 system (i586). I get
> the "Variable binding depth exceeds max-specpdl-size" problem when I
> set the default font to "monotype.com" using the interactive Custom
> and evaluate the generated .emacs. The same of course happens at
> startup. I can increase max-specpdl-size to 2000, and this will get
> rid of the error in other lisp packages, such as vm, but the font
> setting fails with "Lisp nesting exceeds max-lisp-eval-depth". If I
> increase both max-specpdl-size and max-lisp-eval-depth to 9000, emacs
> crashes trying to evaluate the font setting expression.
> 
> The lisp in .emacs written by Custom is as follows
> 
> (custom-set-faces
> ;; custom-set-faces was added by Custom -- don't edit or cut/paste
> it!
> ;; Your init file should contain only one such instance.
> '(default ((t (:stipple nil :background "white" :foreground "black"
> :inverse-video nil :box nil :strike-through nil :overline nil
> :underline nil :slant normal :weight normal :height 90 :width normal
> :family "monotype.com")))))
> 
> "monotype.com" is a TrueType font. It usually does get set as the
> default font despite the error.
> 
> Is there an infinite loop somewhere in Custom or the font handling
> code?

Mikko

_______________________________________________
Bug-gnu-emacs mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/bug-gnu-emacs
------- End of forwarded message -------



reply via email to

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