From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Uday S Reddy Newsgroups: gmane.emacs.devel Subject: Re: bug#7517: 24.0.50; repeated crash under Mac OS X Date: Mon, 3 Jan 2011 04:59:05 +0000 Message-ID: <19745.22425.653000.819952@gargle.gargle.HOWL> 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> <83 y674ne9h.fsf@gnu.org> <19744.58213.935000.469856@gargle.gargle.HOWL> <5773C707-20AB-4A90-B33C-EF0D13A8DAA1@swipnet.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1294030766 22745 80.91.229.12 (3 Jan 2011 04:59:26 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 3 Jan 2011 04:59:26 +0000 (UTC) Cc: Uday S Reddy , Eli Zaretskii , "user.emacs@gmail.com" , "emacs-devel@gnu.org" To: Jan =?iso-8859-1?Q?Dj=E4rv?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 03 05:59:19 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 1PZcVq-0000JT-Bf for ged-emacs-devel@m.gmane.org; Mon, 03 Jan 2011 05:59:18 +0100 Original-Received: from localhost ([127.0.0.1]:34295 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PZcVp-0003aO-PK for ged-emacs-devel@m.gmane.org; Sun, 02 Jan 2011 23:59:17 -0500 Original-Received: from [140.186.70.92] (port=38507 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PZcVl-0003aJ-BO for emacs-devel@gnu.org; Sun, 02 Jan 2011 23:59:14 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PZcVk-0001YC-4G for emacs-devel@gnu.org; Sun, 02 Jan 2011 23:59:13 -0500 Original-Received: from sun60.bham.ac.uk ([147.188.128.137]:58475) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PZcVj-0001Y6-U8; Sun, 02 Jan 2011 23:59:12 -0500 Original-Received: from [147.188.128.127] (helo=bham.ac.uk) by sun60.bham.ac.uk with esmtp (Exim 4.72) (envelope-from ) id 1PZcVi-00071M-OX; Mon, 03 Jan 2011 04:59:10 +0000 Original-Received: from mx1.cs.bham.ac.uk ([147.188.192.53]) by bham.ac.uk with esmtp (Exim 4.72) (envelope-from ) id 1PZcVi-0003LW-Ee; Mon, 03 Jan 2011 04:59:10 +0000 Original-Received: from gromit.cs.bham.ac.uk ([147.188.193.16] helo=MARUTI.cs.bham.ac.uk) by mx1.cs.bham.ac.uk with esmtp (Exim 4.51) id 1PZcVi-0005xc-DD; Mon, 03 Jan 2011 04:59:10 +0000 In-Reply-To: <5773C707-20AB-4A90-B33C-EF0D13A8DAA1@swipnet.se> X-Mailer: VM 8.1.93a under 23.2.1 (i386-mingw-nt5.1.2600) 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:134190 Archived-At: Jan Dj=C3=A4rv writes: > Exactly how do you show the buffer name within Emacs=3F=20 You mean how do we show it in the frame title=3F We don't do anything special. Emacs seems to put the buffer name in the frame title automatically. =20 If you do (generate-new-buffer "=D7=A9=D7=95=D7=9C=D7=97 =D7=93=D7=95=D7=90=D7=A8= =D7=90=D7=9C=D7=A7=D7=98=D7=A8=D7=95=D7=A0=D7=99") and switch to that buffer inside Emacs, you will probably find that the buffer name shows correctly in the mode line, but it doesn't show correctly in the fram etitle. > Does the buffername have any coding that isn't UTF-8=3F I don't know what that means! There is no coding now. The buffer name is just an Emacs multibyte string. Cheers, Uday