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: Emacs, QT and Cairo Was: Re: Efforts to attract more users? Date: Tue, 13 Jul 2010 22:48:32 +0200 Message-ID: <4C3CD120.4040905@swipnet.se> References: 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 1279054661 22271 80.91.229.12 (13 Jul 2010 20:57:41 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 13 Jul 2010 20:57:41 +0000 (UTC) Cc: fplemma@gmail.com, rms@gnu.org, lennart.borgman@gmail.com, joakim@verona.se, emacs-devel@gnu.org, Bernardo Barros , acm@muc.de, "Stephen J. Turnbull" , John Yates , eliz@gnu.org, miles@gnu.org To: Stephen Eilert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 13 22:57:35 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 1OYmXk-0003Bi-Nw for ged-emacs-devel@m.gmane.org; Tue, 13 Jul 2010 22:57:33 +0200 Original-Received: from localhost ([127.0.0.1]:42946 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OYmPK-0005iM-98 for ged-emacs-devel@m.gmane.org; Tue, 13 Jul 2010 16:48:50 -0400 Original-Received: from [140.186.70.92] (port=39953 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OYmP9-0005dn-M5 for emacs-devel@gnu.org; Tue, 13 Jul 2010 16:48:44 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OYmP8-0005K6-Bj for emacs-devel@gnu.org; Tue, 13 Jul 2010 16:48:39 -0400 Original-Received: from smtprelay-h32.telenor.se ([213.150.131.5]:42386) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OYmP6-0005JA-5x; Tue, 13 Jul 2010 16:48:36 -0400 Original-Received: from ipb2.telenor.se (ipb2.telenor.se [195.54.127.165]) by smtprelay-h32.telenor.se (Postfix) with ESMTP id 35181EA0E2; Tue, 13 Jul 2010 22:48:34 +0200 (CEST) X-SENDER-IP: [85.225.45.35] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AsQyAKJtPExV4S0jPGdsb2JhbACDHoRSl3QMAQEBATUtrymRHYEpgwxyBA X-IronPort-AV: E=Sophos;i="4.55,197,1278280800"; d="scan'208";a="103822482" Original-Received: from c-232de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.35]) by ipb2.telenor.se with ESMTP; 13 Jul 2010 22:48:33 +0200 Original-Received: from [172.20.199.13] (zeplin [172.20.199.13]) by coolsville.localdomain (Postfix) with ESMTPSA id D59397FA05A; Tue, 13 Jul 2010 22:48:32 +0200 (CEST) User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; sv-SE; rv:1.9.2.4) Gecko/20100608 Thunderbird/3.1 In-Reply-To: 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:127212 Archived-At: Stephen Eilert skrev 2010-07-13 21.02: > > What about exposing Cairo bindings (GTK already uses it, so it is not > exactly a new dependency, only the headers) to elisp so that we can > actually draw a prettier user interface? You would have to have a proper Cairo implementation of Emacs redisplay before that can be useful. There was a patch for it here once. Jan D.