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 19:25:08 +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 1172255103 32027 80.91.229.12 (23 Feb 2007 18:25:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 23 Feb 2007 18:25:03 +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 19:24:55 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 1HKf6E-0003OK-Lw for ged-emacs-devel@m.gmane.org; Fri, 23 Feb 2007 19:24:54 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HKf6E-0004to-8s for ged-emacs-devel@m.gmane.org; Fri, 23 Feb 2007 13:24:54 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HKf5t-0004o5-1a for emacs-devel@gnu.org; Fri, 23 Feb 2007 13:24:33 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HKf5s-0004nk-92 for emacs-devel@gnu.org; Fri, 23 Feb 2007 13:24:32 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HKf5s-0004nc-37 for emacs-devel@gnu.org; Fri, 23 Feb 2007 13:24:32 -0500 Original-Received: from pfepa.post.tele.dk ([195.41.46.235]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HKf5r-0003No-Mc for emacs-devel@gnu.org; Fri, 23 Feb 2007 13:24:31 -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 18B34FAC066; Fri, 23 Feb 2007 19:24:23 +0100 (CET) In-Reply-To: (Kim F. Storm's message of "Fri\, 23 Feb 2007 14\:17\:33 +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:66692 Archived-At: Here's another file which will also destroy `t' on the way. If you change defconst to defvar the bug goes away!! (defconst ozdoc-mark-begin "XB") (defconst ozdoc-mark-end "XE") (defconst ozdoc-mark-text "XT") (defconst ozdoc-mark-open "XO") (defconst ozdoc-mark-close "XC") (defun ozdoc-next-mark () "leaves point in front of next MARK" (skip-chars-forward "X")) (defun ozdoc-parse-spec () t) ;;; Local Variables: *** ;;; mode: emacs-lisp *** ;;; byte-compile-dynamic-docstrings: nil *** ;;; byte-compile-compatibility: t *** ;;; End: *** -- Kim F. Storm http://www.cua.dk