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: X atoms rework Date: Fri, 12 Nov 2010 10:32:08 +0100 Message-ID: <4CDD0998.8050107@swipnet.se> References: <1289396996-26774-1-git-send-email-julien@danjou.info> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1289554347 26750 80.91.229.12 (12 Nov 2010 09:32:27 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 12 Nov 2010 09:32:27 +0000 (UTC) Cc: emacs-devel@gnu.org To: Julien Danjou Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 12 10:32:23 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 1PGpzZ-0002gw-B4 for ged-emacs-devel@m.gmane.org; Fri, 12 Nov 2010 10:32:21 +0100 Original-Received: from localhost ([127.0.0.1]:38488 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PGpzY-0001Ac-Gq for ged-emacs-devel@m.gmane.org; Fri, 12 Nov 2010 04:32:20 -0500 Original-Received: from [140.186.70.92] (port=33320 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PGpzR-000195-80 for emacs-devel@gnu.org; Fri, 12 Nov 2010 04:32:14 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PGpzP-00065h-9G for emacs-devel@gnu.org; Fri, 12 Nov 2010 04:32:12 -0500 Original-Received: from smtprelay-h31.telenor.se ([213.150.131.4]:48702) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PGpzP-00064t-3e for emacs-devel@gnu.org; Fri, 12 Nov 2010 04:32:11 -0500 Original-Received: from ipb2.telenor.se (ipb2.telenor.se [195.54.127.165]) by smtprelay-h31.telenor.se (Postfix) with ESMTP id 35B31E98B7 for ; Fri, 12 Nov 2010 10:32:09 +0100 (CET) X-SENDER-IP: [85.225.45.100] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ArcwACOY3ExV4S1kPGdsb2JhbACDPIRSmj8MAQEBATUtrR+QcYEigzVzBI1j X-IronPort-AV: E=Sophos;i="4.59,186,1288566000"; d="scan'208";a="149732317" Original-Received: from c-642de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.100]) by ipb2.telenor.se with ESMTP; 12 Nov 2010 10:32:08 +0100 Original-Received: from [172.20.199.2] (gaffa [172.20.199.2]) by coolsville.localdomain (Postfix) with ESMTP id 58D8E7FA05A; Fri, 12 Nov 2010 10:32:08 +0100 (CET) User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6 In-Reply-To: <1289396996-26774-1-git-send-email-julien@danjou.info> 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:132563 Archived-At: 2010-11-10 14:49, Julien Danjou skrev: > I've been hacking in xterm.c this days, and saw some things I did not > like that much about the handling of X atoms. > > Therefore, I rewrote this part, and here's a set of patch that enhance > things a bit. It should make X initialization faster over the > network, at least, and stop requesting atoms that Emacs should already > have locally. > Applied to trunk. Thanks, Jan D.