From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: GNU Emacs CVS HEAD: Date: Sat, 21 Jan 2006 00:48:08 +0100 Message-ID: References: <6d66855c0601182207t76b8bd41qb3cc4eba0ad5c8ed@mail.gmail.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1137804818 19633 80.91.229.2 (21 Jan 2006 00:53:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 21 Jan 2006 00:53:38 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 21 01:53:36 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F070T-0004en-QE for ged-emacs-devel@m.gmane.org; Sat, 21 Jan 2006 01:53:30 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F072N-0000oq-42 for ged-emacs-devel@m.gmane.org; Fri, 20 Jan 2006 19:55:27 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F061s-0005BM-4e for emacs-devel@gnu.org; Fri, 20 Jan 2006 18:50:52 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F061m-000597-Nu for emacs-devel@gnu.org; Fri, 20 Jan 2006 18:50:50 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F061m-00058u-DW for emacs-devel@gnu.org; Fri, 20 Jan 2006 18:50:46 -0500 Original-Received: from [66.249.92.201] (helo=uproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1F0664-0000ih-9q for emacs-devel@gnu.org; Fri, 20 Jan 2006 18:55:12 -0500 Original-Received: by uproxy.gmail.com with SMTP id u2so162449uge for ; Fri, 20 Jan 2006 15:48:08 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=jOGJvp2VoIxcRyJylYo9s5byqDl7nS935XALH9E1o3qAUhfcNTPhuIV5YP6FGLcF14JMvdF/dq/nPSV5ttbymJzYOEPuu3nE+3yW1cYZoFJAXVilkbFG7xvc25Fm0IsPhDfnsQsbSGUEyjH8grtHqeQWqE1YyXi9hKQ/r3n13EY= Original-Received: by 10.48.211.16 with SMTP id j16mr190024nfg; Fri, 20 Jan 2006 15:48:08 -0800 (PST) Original-Received: by 10.48.255.15 with HTTP; Fri, 20 Jan 2006 15:48:08 -0800 (PST) Original-To: Eli Zaretskii In-Reply-To: Content-Disposition: inline X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:49342 Archived-At: On 1/20/06, Eli Zaretskii wrote: > I have some idea. What I see in the debugger is that, when loadup > comes to load cyrillic.el, the file just before indian.el, it > repeatedly calls `openp' to load code-pages.el, but never closes the > resulting handle. The reason it doesn't close it is that, after > `openp' returns, Fload checks if we are in recursive load cycle, and > finds that we are! (After the loop which looks at Vloads_in_progress, > `count's value is 4.) It then calls Fsignal to signal this error, but > since we are in a protected form, Fsignal just unwinds there, and the > load continues (or so it seems). FWIW, even after your patches, *Messages* contains: Error during redisplay: (error Recursive `require' for feature `code-pages') [126 times] -- /L/e/k/t/u