From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?B?SmFuIERqw6Rydg==?= Newsgroups: gmane.emacs.devel Subject: Re: Frame title problem Date: Sat, 06 Nov 2010 21:14:56 +0100 Message-ID: <4CD5B740.2080205@swipnet.se> References: <87zktn6cs2.fsf@escher.home> <87lj575pyp.fsf@escher.home> <87eiayeiur.fsf@escher.home> <4CD58AD2.3020202@swipnet.se> <878w16dyp2.fsf@escher.home> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1289074513 18536 80.91.229.12 (6 Nov 2010 20:15:13 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 6 Nov 2010 20:15:13 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stephen Berman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Nov 06 21:15:09 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 1PEpAK-0006dy-Sz for ged-emacs-devel@m.gmane.org; Sat, 06 Nov 2010 21:15:09 +0100 Original-Received: from localhost ([127.0.0.1]:59189 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PEpAK-0007rj-4T for ged-emacs-devel@m.gmane.org; Sat, 06 Nov 2010 16:15:08 -0400 Original-Received: from [140.186.70.92] (port=40865 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PEpAF-0007rT-5p for emacs-devel@gnu.org; Sat, 06 Nov 2010 16:15:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PEpAE-0004Ib-5U for emacs-devel@gnu.org; Sat, 06 Nov 2010 16:15:03 -0400 Original-Received: from smtprelay-h22.telenor.se ([195.54.99.197]:45573) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PEpAD-0004HZ-Vn for emacs-devel@gnu.org; Sat, 06 Nov 2010 16:15:02 -0400 Original-Received: from ipb2.telenor.se (ipb2.telenor.se [195.54.127.165]) by smtprelay-h22.telenor.se (Postfix) with ESMTP id C62BDE8A3B for ; Sat, 6 Nov 2010 21:14:57 +0100 (CET) X-SENDER-IP: [85.225.45.100] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AoQ0AF5U1UxV4S1kPGdsb2JhbACDMYRSmgUMAQEBATUtq26QOYEigzNzBI1f X-IronPort-AV: E=Sophos;i="4.58,308,1286143200"; d="scan'208";a="147490153" Original-Received: from c-642de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.100]) by ipb2.telenor.se with ESMTP; 06 Nov 2010 21:14:57 +0100 Original-Received: from [172.20.199.13] (zeplin [172.20.199.13]) by coolsville.localdomain (Postfix) with ESMTPSA id CBA2E7FA05A; Sat, 6 Nov 2010 21:14:56 +0100 (CET) User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; sv-SE; rv:1.9.2.11) Gecko/20101004 Thunderbird/3.1.5 In-Reply-To: <878w16dyp2.fsf@escher.home> 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:132423 Archived-At: They probably just use hostname, but Emacs goes through the motions (i.e.= =20 gethostbyname) to get the fqdn and that ends up in system-name. Jan D. Stephen Berman skrev 2010-11-06 20.44: > On Sat, 06 Nov 2010 18:05:22 +0100 Jan Dj=C3=A4rv = wrote: > >> The 23 branch does not set WM_CLIENT_MACHINE, but trunk does set it to >> system-name. See bug 5828 (_NET_WM_PID is useless without WM_CLIENT_M= ACHINE). > > Thanks for the explanation and the pointer. > >> KWin should be able to figure out that escher and escher.home is the s= ame >> machine, IMHO. > > I suppose so, though it seems odd that either no other application (at > least that I've been using) sets WM_CLIENT_MACHINE or they do it in a > way that kwin doesn't think they're remote... > > Steve Berman >