From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Emacs 23.1.93 pretest Date: Sat, 27 Feb 2010 21:03:42 +0200 Message-ID: <83hbp2cxgx.fsf@gnu.org> References: <87pr3rny7e.fsf@stupidchicken.com> <83fx4n122q.fsf@gnu.org> <833a0ndlo0.fsf@gnu.org> <83vddidh73.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1267297432 31921 80.91.229.12 (27 Feb 2010 19:03:52 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 27 Feb 2010 19:03:52 +0000 (UTC) To: cyd@stupidchicken.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 27 20:03:48 2010 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.69) (envelope-from ) id 1NlRx6-0001Yj-BI for ged-emacs-devel@m.gmane.org; Sat, 27 Feb 2010 20:03:48 +0100 Original-Received: from localhost ([127.0.0.1]:43173 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NlRx5-00075r-MO for ged-emacs-devel@m.gmane.org; Sat, 27 Feb 2010 14:03:47 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NlRx0-00074e-Sx for emacs-devel@gnu.org; Sat, 27 Feb 2010 14:03:42 -0500 Original-Received: from [140.186.70.92] (port=51554 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NlRx0-00074F-7z for emacs-devel@gnu.org; Sat, 27 Feb 2010 14:03:42 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NlRwz-0004uA-B4 for emacs-devel@gnu.org; Sat, 27 Feb 2010 14:03:42 -0500 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:48018) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NlRwz-0004u0-2O for emacs-devel@gnu.org; Sat, 27 Feb 2010 14:03:41 -0500 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0KYI00000KUAGE00@a-mtaout22.012.net.il> for emacs-devel@gnu.org; Sat, 27 Feb 2010 21:03:39 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.126.163.172]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KYI00KNPKXZKA80@a-mtaout22.012.net.il>; Sat, 27 Feb 2010 21:03:35 +0200 (IST) In-reply-to: <83vddidh73.fsf@gnu.org> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) 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:121451 Archived-At: > Date: Sat, 27 Feb 2010 13:57:36 +0200 > From: Eli Zaretskii > Cc: > > > Date: Sat, 27 Feb 2010 12:21:03 +0200 > > From: Eli Zaretskii > > Cc: > > > > > Date: Sat, 27 Feb 2010 11:05:01 +0200 > > > From: Eli Zaretskii > > > Cc: emacs-devel@gnu.org > > > > > For example, visiting the offending desktop file with the Latin-2 > > character in place causes many characters following this Latin-2 > > character to disappear from display, as if they didn't exist in the > > file. > > In the MS-DOS port, it actually displays 15450 null characters instead > of the real characters in the file. "bzr bisect" points to this change as the reason for this bug: 2010-02-05 Chong Yidong * charset.c (load_charset_map_from_file): Allocate large charset_map_entries structure on the heap rather than the stack. (Bug#5526). The revisions before this change works correctly; all revisions after it fail as described above. Any ideas?