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

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

continues loop


From: Della Bianca Giuseppe
Subject: continues loop
Date: Thu, 15 Aug 2002 00:27:45 +0200

Hi,
Excuse my bad english,
The version 21.2.1 of emacs introduces continues loop (view at end this
document), in very frequent
and very diffuse way and much, but  not constant, must execute several
and repeated attempts (make new frame, ediff, mouse over the toolbar,
...).

My clean feeling is that the function   face-set-after-frame-default
(view down this document)
is bad used or for an excess of contemporary calls or a bad sincronize
between the calls (seems the classic
problem of one management of the events (refresh, repaint....) not
synchronized and not still).

Not succeeding to visualize in useful way the stack of the calls lisp of
emacs, they are not in a position
to being preciser.

Hi,
    Dbg

--------------------------------------------------------------
(defun face-set-after-frame-default (frame)
  "Set frame-local faces of FRAME from face specs and resources.
Initialize colors of certain faces from frame parameters."
  (dolist (face (face-list))
    (face-spec-set face (face-user-default-spec face) frame)
                  ^^^^ This call is the problem (I think) ^^^^^
<--------------------------

--------------------------------------------------------------
RedHat7.3 with KDE3.0.1

In GNU Emacs 21.2.1 (i386-redhat-linux-gnu, X toolkit, Xaw3d scroll
bars)
of 2002-04-09 on porky.devel.redhat.com
configured using `configure

i386-redhat-linux --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --s
bindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/us
r/include --libdir=/usr/lib --libexecdir=/usr/libexec --localstatedir=/v
ar --sharedstatedir=/usr/com --mandir=/usr/share/man --infodir=/usr/shar
e/info --with-gcc --with-pop --with-sound'
Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: it_IT
  value of $LC_CTYPE: it_IT
  value of $LC_MESSAGES: it_IT
  value of $LC_MONETARY: it_IT
  value of $LC_NUMERIC: it_IT
  value of $LC_TIME: it_IT
  value of $LANG: it_IT
  locale-coding-system: iso-latin-1
  default-enable-multibyte-characters: t

--------------------------------------------------------------
Finished loading /usr/share/emacs/site-lisp/egg/leim-list.el
   and load others...
(emacs)
Loading disp-table...done
Loading tool-bar...done
Loading image...done
Loading tooltip...done


An error has occurred while loading `/root/.emacs':

error: "Variable binding depth exceeds max-specpdl-size"
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

To ensure normal operation, you should investigate the cause
of the error in your initialization file and remove it.  Start
Emacs with the `--debug-init' option to view a complete error
backtrace
face-spec-choose: Variable binding depth exceeds max-specpdl-size
Error while displaying tooltip: (error Variable binding depth exceeds
max-specpdl-size)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Read a directory, operate on its files
Error while displaying tooltip: (error Variable binding depth exceeds
max-specpdl-size)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Write current buffer to another file
Loading ange-ftp...done








reply via email to

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