From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: bug#7517: 24.0.50; repeated crash under Mac OS X Date: Thu, 30 Dec 2010 12:35:25 +0100 Message-ID: <4D1C6E7D.2040300@swipnet.se> References: <87tyic1uzh.fsf@stupidchicken.com> <87vd2dyzfj.fsf@stupidchicken.com> <4D1B22A1.6080202@swipnet.se> <4D1B27AF.7010701@swipnet.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1293709073 7511 80.91.229.12 (30 Dec 2010 11:37:53 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 30 Dec 2010 11:37:53 +0000 (UTC) Cc: 7517@debbugs.gnu.org, Chong Yidong , Stefan Monnier , emacs-devel@gnu.org To: emacs user Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 30 12:37: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 1PYGpH-0004JV-Co for ged-emacs-devel@m.gmane.org; Thu, 30 Dec 2010 12:37:47 +0100 Original-Received: from localhost ([127.0.0.1]:52573 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PYGpG-0002CS-Sf for ged-emacs-devel@m.gmane.org; Thu, 30 Dec 2010 06:37:46 -0500 Original-Received: from [140.186.70.92] (port=40145 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PYGp8-0001aF-3T for emacs-devel@gnu.org; Thu, 30 Dec 2010 06:37:41 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PYGn3-0001tu-Bn for emacs-devel@gnu.org; Thu, 30 Dec 2010 06:35:30 -0500 Original-Received: from smtprelay-h31.telenor.se ([213.150.131.4]:48290) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PYGn3-0001th-6S for emacs-devel@gnu.org; Thu, 30 Dec 2010 06:35:29 -0500 Original-Received: from ipb4.telenor.se (ipb4.telenor.se [195.54.127.167]) by smtprelay-h31.telenor.se (Postfix) with ESMTP id 831F2E8ABE for ; Thu, 30 Dec 2010 12:35:27 +0100 (CET) X-SENDER-IP: [85.225.45.100] X-LISTENER: [smtp.bredband.net] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ar86AKr9G01V4S1kPGdsb2JhbACIPJt9DAEBAQE1L78phUoEjiE X-IronPort-AV: E=Sophos;i="4.60,249,1291590000"; d="scan'208";a="1703011476" Original-Received: from c-642de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.100]) by ipb4.telenor.se with ESMTP; 30 Dec 2010 12:35:26 +0100 Original-Received: from [172.20.199.13] (zeplin [172.20.199.13]) by coolsville.localdomain (Postfix) with ESMTPSA id 5E4547FA05A; Thu, 30 Dec 2010 12:35:26 +0100 (CET) User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; sv-SE; rv:1.9.2.13) Gecko/20101129 Thunderbird/3.1.7 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. 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:134043 Archived-At: emacs user skrev 2010-12-29 17.06: > regarding the locale, I am not sure what that means exactly, but these > were originally hebrew characters that were somehow not correctly > stored by vm/emacs and turned into the characters I mentioned. I hope > to be able to produce a detailed bug report on that problem as well... > hope this helps Locale in this context means the character set and language environment you are using. > > On Wed, Dec 29, 2010 at 5:41 PM, Stefan Monnier > wrote: >>> What I see is that the X code does ENCODE_UTF_8, and W32 does ENCODE_SYSTEM >>> before passing the string to the platform title setting function. NS does >>> nothing. Can this be the problem? >> >> Possibly. Maybe ENCODE_UTF_8 would fix the problem. >> Ok, I added ENCODE_UTF_8. Can you tru the latest trunk and see if this fixes it? Thanks, Jan D.