From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: storm@cua.dk (Kim F. Storm) Newsgroups: gmane.emacs.devel Subject: Re: Emacs aborts during byte-compilation from Dired Date: Fri, 23 Feb 2007 14:17:33 +0100 Message-ID: References: <877iuablng.fsf@pacem.orebokech.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1172236645 17374 80.91.229.12 (23 Feb 2007 13:17:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 23 Feb 2007 13:17:25 +0000 (UTC) Cc: romain@orebokech.com, emacs-devel@gnu.org To: Kenichi Handa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 23 14:17:10 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HKaIP-0005Mt-LN for ged-emacs-devel@m.gmane.org; Fri, 23 Feb 2007 14:17:09 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HKaIP-0005jP-3H for ged-emacs-devel@m.gmane.org; Fri, 23 Feb 2007 08:17:09 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HKaIF-0005jJ-MW for emacs-devel@gnu.org; Fri, 23 Feb 2007 08:16:59 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HKaIE-0005j6-6Q for emacs-devel@gnu.org; Fri, 23 Feb 2007 08:16:58 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HKaIE-0005j3-1L for emacs-devel@gnu.org; Fri, 23 Feb 2007 08:16:58 -0500 Original-Received: from pfepa.post.tele.dk ([195.41.46.235]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HKaID-00069n-MB for emacs-devel@gnu.org; Fri, 23 Feb 2007 08:16:57 -0500 Original-Received: from kfs-l.imdomain.dk.cua.dk (0x503e2644.bynxx19.adsl-dhcp.tele.dk [80.62.38.68]) by pfepa.post.tele.dk (Postfix) with SMTP id E435AFAC019; Fri, 23 Feb 2007 14:16:46 +0100 (CET) In-Reply-To: (Kim F. Storm's message of "Fri\, 23 Feb 2007 12\:53\:45 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.93 (gnu/linux) X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) 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:66665 Archived-At: If you M-x byte-compile-file this reduced version, Emacs will loop while byte-compiling the defun. ;;;-------------------------- (defconst ozdoc-mark-begin "\004B") (defun ozdoc-next-mark () "leaves point in front of next " (skip-chars-forward "^\004")) (defun ozdoc-parse-spec () t) ;;; Local Variables: *** ;;; mode: emacs-lisp *** ;;; byte-compile-dynamic-docstrings: nil *** ;;; byte-compile-compatibility: t *** ;;; End: *** ;;;-------------------------- Again, Qt looks bogus: (gdb) p Qt $5 = 137819681 (gdb) xtype Lisp_Symbol (gdb) xsymbol $6 = (struct Lisp_Symbol *) 0x836f620 0 (gdb) Removing this line seems to cure the problem: ;;; byte-compile-compatibility: t *** -- Kim F. Storm http://www.cua.dk