all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* continues loop
@ 2002-08-14 22:27 Della Bianca Giuseppe
  0 siblings, 0 replies; only message in thread
From: Della Bianca Giuseppe @ 2002-08-14 22:27 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-08-14 22:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-08-14 22:27 continues loop Della Bianca Giuseppe

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.