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: Drawing in images? Date: Fri, 18 Sep 2009 00:59:33 +0200 Message-ID: References: <87bpm028zk.fsf@stupidchicken.com> <4AB2BEB0.4090700@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1253228416 6948 80.91.229.12 (17 Sep 2009 23:00:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 17 Sep 2009 23:00:16 +0000 (UTC) Cc: MON KEY , joakim@verona.se, emacs-devel@gnu.org To: Jason Rumney Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 18 01:00:09 2009 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.50) id 1MoPxO-00068f-1W for ged-emacs-devel@m.gmane.org; Fri, 18 Sep 2009 01:00:06 +0200 Original-Received: from localhost ([127.0.0.1]:60789 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MoPxN-000498-J9 for ged-emacs-devel@m.gmane.org; Thu, 17 Sep 2009 19:00:05 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MoPxI-00047z-G0 for emacs-devel@gnu.org; Thu, 17 Sep 2009 19:00:00 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MoPxE-0003zi-KV for emacs-devel@gnu.org; Thu, 17 Sep 2009 19:00:00 -0400 Original-Received: from [199.232.76.173] (port=39673 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MoPxE-0003zK-FH for emacs-devel@gnu.org; Thu, 17 Sep 2009 18:59:56 -0400 Original-Received: from mail-yx0-f191.google.com ([209.85.210.191]:48316) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MoPxB-0007Hc-Mq; Thu, 17 Sep 2009 18:59:53 -0400 Original-Received: by yxe29 with SMTP id 29so634833yxe.14 for ; Thu, 17 Sep 2009 15:59:53 -0700 (PDT) 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=4CO71P/TsQsNioIj84rybqCMoWRFVN7q6b2BIVMJai0=; b=uEy7XWNW6xi1q7Jo+LLEMiKyv+v3kzhtE2Vb/rm/GTOaWVMNDT2nIZPoZom9QI7PxI l5tXp5+AufUpuC8y3nsF99zpCSgsLGcahEUNfT0Yemz4QNpE91Hrne5SczM/K0jUDDA5 UQMbddIlurf6WQAmMfJ/Rl+IQqKQzREWGFvkw= 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=eyRgthOD22zR4sDFJ1z5iSluABtShusV5fyAqjgpvMS3ikhQwhUht4mpqTSfYUp8rp fCHYqhajBOvhmr/uiI5FInQeo1qngllHn8qg2l++/2C6eHxe0aHLRGqCWisJhzrXrD1+ SIOYYNQ00liAZ67TOxbdH7zjSMpbS0fd7H5bM= Original-Received: by 10.101.162.10 with SMTP id p10mr756902ano.92.1253228393104; Thu, 17 Sep 2009 15:59:53 -0700 (PDT) In-Reply-To: <4AB2BEB0.4090700@gnu.org> X-detected-operating-system: by monty-python.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:115449 Archived-At: On Fri, Sep 18, 2009 at 12:56 AM, Jason Rumney wrote: > MON KEY wrote: >> >> Any advice as to what needs to be done to get supprot for `svg' on w32? >> > > You need to install the development packages for most of GTK, Freetype, a= nd > some other libraries as well as librsvg itself, then configure Emacs with > --with-svg. =C2=A0Then, with all the DLLs for the libraries you installed= in your > PATH, and no conflicting DLLs elsewhere in your PATH, you can view some S= VG > images, images with text that has been rotated or stretched usually cause= s a > crash deep within the Freetype library or its dependencies. That sounds very complex. Could you perhaps tell more in detail what needs to be done?