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: bug#7517: 24.0.50; repeated crash under Mac OS X Date: Sun, 02 Jan 2011 06:03:22 +0200 Message-ID: <83y674ne9h.fsf@gnu.org> References: <87vd2dyzfj.fsf@stupidchicken.com> <4D1B22A1.6080202@swipnet.se> <4D1B27AF.7010701@swipnet.se> <4D1C6E7D.2040300@swipnet.se> <4D1D0172.8080404@swipnet.se> <4D1DB555.5080002@swipnet.se> <4D1DBD4A.6010303@swipnet.se> <83d3oiaysj.fsf@gnu.org> <4D1DD655.1040809@swipnet.se> <83aajmaxme.fsf@gnu.org> <4D1E5987.2000502@swipnet.se> <83mxnkq1ej.fsf@gnu.org> <8362u8pkg6.fsf__47242.3368752517$1293906238$gmane$org@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1293940928 16093 80.91.229.12 (2 Jan 2011 04:02:08 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 2 Jan 2011 04:02:08 +0000 (UTC) Cc: user.emacs@gmail.com, emacs-devel@gnu.org To: Uday S Reddy Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 02 05:02:04 2011 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 1PZF8u-0007nl-2d for ged-emacs-devel@m.gmane.org; Sun, 02 Jan 2011 05:02:04 +0100 Original-Received: from localhost ([127.0.0.1]:44431 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PZF8t-0000Iy-G8 for ged-emacs-devel@m.gmane.org; Sat, 01 Jan 2011 23:02:03 -0500 Original-Received: from [140.186.70.92] (port=47577 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PZF8o-0000Ii-Ip for emacs-devel@gnu.org; Sat, 01 Jan 2011 23:01:59 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PZF8n-0007Gp-3p for emacs-devel@gnu.org; Sat, 01 Jan 2011 23:01:58 -0500 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:59287) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PZF8m-0007Gi-TX for emacs-devel@gnu.org; Sat, 01 Jan 2011 23:01:57 -0500 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0LED00400N4G2W00@a-mtaout22.012.net.il> for emacs-devel@gnu.org; Sun, 02 Jan 2011 06:01:13 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.127.127.157]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LED0035PN603EP0@a-mtaout22.012.net.il>; Sun, 02 Jan 2011 06:01:13 +0200 (IST) In-reply-to: <4D1FAE16.60102@cs.bham.ac.uk> X-012-Sender: halo1@inter.net.il Sun-Java-System-SMTP-Warning: Lines longer than SMTP allows found and truncated. 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:134149 Archived-At: > Date: Sat, 01 Jan 2011 22:43:34 +0000 > From: Uday S Reddy > CC: user.emacs@gmail.com, emacs-devel@gnu.org > > It turns out that the header wasn't processed correctly because Emacs > doesn't show any coding system with the mime-charset property of > "iso-8859-8-i". There is in fact a coding system with an identical > name. But its mime-charset property is given as "iso-8859-8". > > Is there something subtle here that I don't understand? The only subtlety here is that iso-8859-8-i is a coding-system-alias of iso-8859-8. Does that help to resolve the issue?