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: Wed, 29 Dec 2010 12:59:29 +0100 Message-ID: <4D1B22A1.6080202@swipnet.se> References: <87tyic1uzh.fsf@stupidchicken.com> <87vd2dyzfj.fsf@stupidchicken.com> 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 1293623990 31103 80.91.229.12 (29 Dec 2010 11:59:50 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 29 Dec 2010 11:59:50 +0000 (UTC) Cc: 7517@debbugs.gnu.org, emacs user , emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 29 12:59:45 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 1PXugz-0004Od-L3 for ged-emacs-devel@m.gmane.org; Wed, 29 Dec 2010 12:59:45 +0100 Original-Received: from localhost ([127.0.0.1]:55749 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PXugz-00074R-6I for ged-emacs-devel@m.gmane.org; Wed, 29 Dec 2010 06:59:45 -0500 Original-Received: from [140.186.70.92] (port=35894 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PXugq-00074J-AL for emacs-devel@gnu.org; Wed, 29 Dec 2010 06:59:39 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PXugo-0004tm-Vt for emacs-devel@gnu.org; Wed, 29 Dec 2010 06:59:36 -0500 Original-Received: from smtprelay-b11.telenor.se ([62.127.194.20]:46829) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PXugo-0004ss-Qp for emacs-devel@gnu.org; Wed, 29 Dec 2010 06:59:34 -0500 Original-Received: from ipb1.telenor.se (ipb1.telenor.se [195.54.127.164]) by smtprelay-b11.telenor.se (Postfix) with ESMTP id 31A3DC05E for ; Wed, 29 Dec 2010 12:59:30 +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: AgE4AK6wGk1V4S1kPGdsb2JhbACIPZt6DAEBAQE1L75nhUoEjiGCdQ X-IronPort-AV: E=Sophos;i="4.60,244,1291590000"; d="scan'208";a="162597651" Original-Received: from c-642de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.100]) by ipb1.telenor.se with ESMTP; 29 Dec 2010 12:59:29 +0100 Original-Received: from [172.20.199.13] (zeplin [172.20.199.13]) by coolsville.localdomain (Postfix) with ESMTPSA id 3E3A37FA05A; Wed, 29 Dec 2010 12:59:29 +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: <87vd2dyzfj.fsf@stupidchicken.com> 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:134029 Archived-At: We need to know the locale used. \362 \351 \370 doesn't say anything as we don't know the character set. FWIW, I have no problem with frame titles that contain non-ascii characters. However, the NS port doesn't update the frame parameter title properly, but it doesn't crash. Is it possible that vm can try to put non-UTF8 characters in to the title? Jan D. Chong Yidong skrev 2010-12-29 05.29: > In Bug#7517, it appears that the NS port is not setting the frame title > correctly under some circumstances. Could anyone on Mac OS take a look? > Probably there's a mistake in string conversion in the argument to > setTitle somewhere in src/nsterm.m. > > > emacs user writes: > >> one more piece of information which may be relevant: It seems that >> emacs is trying to set the frame title to reflect the text, subject >> and sender of the vm message which I am attempting to edit. the text >> of the header contains characters such as \362 \351 \370 etc. Does >> this help?