From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Della Bianca Giuseppe" Newsgroups: gmane.emacs.bugs Subject: continues loop Date: Thu, 15 Aug 2002 00:27:45 +0200 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <000701c243e1$d188c7e0$e3641997@bepiilibero.it> Reply-To: "Della Bianca Giuseppe" NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1029364044 27185 127.0.0.1 (14 Aug 2002 22:27:24 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 14 Aug 2002 22:27:24 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17f6bq-00074K-00 for ; Thu, 15 Aug 2002 00:27:22 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17f6cn-0004xM-00; Wed, 14 Aug 2002 18:28:21 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17f6bX-0004ew-00 for bug-gnu-emacs@gnu.org; Wed, 14 Aug 2002 18:27:03 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17f6bU-0004eT-00 for bug-gnu-emacs@gnu.org; Wed, 14 Aug 2002 18:27:01 -0400 Original-Received: from smtp1.libero.it ([193.70.192.51]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17f6bT-0004eG-00 for bug-gnu-emacs@gnu.org; Wed, 14 Aug 2002 18:27:00 -0400 Original-Received: from bepiilibero (151.25.100.227) by smtp1.libero.it (6.5.028) id 3D4E45CE002BCB21 for bug-gnu-emacs@gnu.org; Thu, 15 Aug 2002 00:26:58 +0200 Original-To: X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:3220 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:3220 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