From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: Emacs-23 release branch Date: Thu, 11 Mar 2010 00:25:25 +0100 Message-ID: References: <87zl2g24xy.fsf@stupidchicken.com> <4B972B99.7060607@gnu.org> <87ociwp5eu.fsf@stupidchicken.com> <873a07hivb.fsf@home.jasonrumney.net> 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 1268263632 15592 80.91.229.12 (10 Mar 2010 23:27:12 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 10 Mar 2010 23:27:12 +0000 (UTC) Cc: Chong Yidong , emacs-devel@gnu.org To: Jason Rumney Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 11 00:27:07 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 1NpVIX-00089H-GY for ged-emacs-devel@m.gmane.org; Thu, 11 Mar 2010 00:27:07 +0100 Original-Received: from localhost ([127.0.0.1]:38320 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NpVIP-0007tW-69 for ged-emacs-devel@m.gmane.org; Wed, 10 Mar 2010 18:26:33 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NpVIK-0007t8-FJ for emacs-devel@gnu.org; Wed, 10 Mar 2010 18:26:28 -0500 Original-Received: from [140.186.70.92] (port=55132 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NpVIF-0007se-NH for emacs-devel@gnu.org; Wed, 10 Mar 2010 18:26:27 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NpVHf-00050u-GV for emacs-devel@gnu.org; Wed, 10 Mar 2010 18:25:48 -0500 Original-Received: from mail-fx0-f215.google.com ([209.85.220.215]:49759) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NpVHf-00050n-7d; Wed, 10 Mar 2010 18:25:47 -0500 Original-Received: by fxm7 with SMTP id 7so1252355fxm.26 for ; Wed, 10 Mar 2010 15:25:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=QNIu0ZO5DZMcIwlXFbPh5oV+sc4heNqr7QjPl9qL2ro=; b=f89SwHQxhiLLkxSxWNTjU01wPPCRUNLdEWxk4dwQxSfHY0E1AbWh4ZucWER/nSBZIP 8iXSaKKNwJgNBfoRPF53I/v/9ZoBCZvoXFZ7p7Jl13DRvR06BFEmgpKvMaxwnWkmp//E o39q0md4Ht9o+l6KmjHWhAKTholSYvq7PPLAA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=A+Ex6Nf0NqA8/shVTCVETSsrmj6LYMjUutappttPBalB5sHxMmWXeCvfjlnyzaXpKi rf0DK2iMUbcvQiQYGZ7/QEOdoSQU7mkaCVyic5T0rNpDcEY0dWBQNzvlgwGlKU/gMEwq kgqnnzPxoZcqUNFf+yNLUZnMN33ctEp/Qdhyo= Original-Received: by 10.239.157.144 with SMTP id q16mr19550hbc.156.1268263545154; Wed, 10 Mar 2010 15:25:45 -0800 (PST) In-Reply-To: <873a07hivb.fsf@home.jasonrumney.net> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:121799 Archived-At: On Thu, Mar 11, 2010 at 12:11 AM, Jason Rumney wrote: > Chong Yidong writes: > >> Jason Rumney writes: >> >>> Sounds good, but currently our implementation of SVG is tied heavily >>> to GTK, which makes using it on other platforms difficult and bug >>> prone due to all the dependencies that get pulled in, not all of which >>> have been ported well. >> >> Could you elaborate? =C2=A0Is it possible to get Emacs+SVG working on (s= ay) >> Windows if you install enough libraries? =C2=A0From what I know, librsvg >> itself is supposed to work on all POSIX systems and on Windows. > > It's possible after installing most of GTK and some libraries from > Gnome. About 20 libraries in total. =C2=A0It then crashes if you open any= SVG > file that contains stretched or rotated text. Sounds bad. Is that a problem with the library "division" or is it Emacs use of them that is problematic?