From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: bug#7517: 24.0.50; repeated crash under Mac OS X Date: Wed, 29 Dec 2010 12:29:20 +0800 Message-ID: <87vd2dyzfj.fsf@stupidchicken.com> References: <87tyic1uzh.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1293596984 478 80.91.229.12 (29 Dec 2010 04:29:44 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 29 Dec 2010 04:29:44 +0000 (UTC) Cc: 7517@debbugs.gnu.org, emacs user To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 29 05:29:39 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 1PXnfO-0004T5-Jb for ged-emacs-devel@m.gmane.org; Wed, 29 Dec 2010 05:29:38 +0100 Original-Received: from localhost ([127.0.0.1]:44078 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PXnfM-0005TF-UD for ged-emacs-devel@m.gmane.org; Tue, 28 Dec 2010 23:29:36 -0500 Original-Received: from [140.186.70.92] (port=50133 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PXnfJ-0005SN-0s for emacs-devel@gnu.org; Tue, 28 Dec 2010 23:29:33 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PXnfI-0003UI-0q for emacs-devel@gnu.org; Tue, 28 Dec 2010 23:29:32 -0500 Original-Received: from vm-emlprdomr-05.its.yale.edu ([130.132.50.146]:55979) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PXnfH-0003UE-RP for emacs-devel@gnu.org; Tue, 28 Dec 2010 23:29:31 -0500 Original-Received: from furball (bb220-255-229-62.singnet.com.sg [220.255.229.62]) (authenticated bits=0) by vm-emlprdomr-05.its.yale.edu (8.14.4/8.14.4) with ESMTP id oBT4TLBG018342 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 28 Dec 2010 23:29:24 -0500 Original-Received: by furball (Postfix, from userid 1000) id 47C2F160AB5; Wed, 29 Dec 2010 12:29:20 +0800 (SGT) In-Reply-To: (emacs user's message of "Sun, 26 Dec 2010 20:43:17 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Scanned-By: MIMEDefang 2.71 on 130.132.50.146 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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:134023 Archived-At: 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?