From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Emacs aborts during byte-compilation from Dired Date: Sat, 24 Feb 2007 14:11:19 -0500 Message-ID: References: <877iuablng.fsf@pacem.orebokech.com> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1172344394 28292 80.91.229.12 (24 Feb 2007 19:13:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 24 Feb 2007 19:13:14 +0000 (UTC) Cc: romain@orebokech.com, emacs-devel@gnu.org, handa@m17n.org To: storm@cua.dk (Kim F. Storm) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 24 20:13:08 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 1HL2KR-0005zH-6w for ged-emacs-devel@m.gmane.org; Sat, 24 Feb 2007 20:13:07 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HL2KQ-0008Fg-2q for ged-emacs-devel@m.gmane.org; Sat, 24 Feb 2007 14:13:06 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HL2KE-0008Fa-Ly for emacs-devel@gnu.org; Sat, 24 Feb 2007 14:12:54 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HL2KD-0008FO-Mv for emacs-devel@gnu.org; Sat, 24 Feb 2007 14:12:54 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HL2KD-0008FL-J3 for emacs-devel@gnu.org; Sat, 24 Feb 2007 14:12:53 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HL2KD-0003QU-B3 for emacs-devel@gnu.org; Sat, 24 Feb 2007 14:12:53 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1HL2Ih-0006Ii-Qm; Sat, 24 Feb 2007 14:11:19 -0500 In-reply-to: (storm@cua.dk) 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:66752 Archived-At: I have installed a fix (resetting print_number_index if Vprint_number_table is nil even if print-continuous-numbering is non-nil. Thanks for fixing this.