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: Thu, 17 Sep 2009 23:04:37 +0200 Message-ID: References: <87bpm028zk.fsf@stupidchicken.com> 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 1253221525 20619 80.91.229.12 (17 Sep 2009 21:05:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 17 Sep 2009 21:05:25 +0000 (UTC) Cc: joakim@verona.se, emacs-devel@gnu.org To: MON KEY Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 17 23:05:18 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 1MoOAH-00017N-Fx for ged-emacs-devel@m.gmane.org; Thu, 17 Sep 2009 23:05:17 +0200 Original-Received: from localhost ([127.0.0.1]:32788 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MoOAG-0004bF-Me for ged-emacs-devel@m.gmane.org; Thu, 17 Sep 2009 17:05:16 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MoOA3-0004Mx-R8 for emacs-devel@gnu.org; Thu, 17 Sep 2009 17:05:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MoO9z-0004Dk-2b for emacs-devel@gnu.org; Thu, 17 Sep 2009 17:05:03 -0400 Original-Received: from [199.232.76.173] (port=55773 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MoO9y-0004D6-MD for emacs-devel@gnu.org; Thu, 17 Sep 2009 17:04:58 -0400 Original-Received: from mail-yw0-f177.google.com ([209.85.211.177]:41644) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MoO9y-0003lV-86 for emacs-devel@gnu.org; Thu, 17 Sep 2009 17:04:58 -0400 Original-Received: by ywh7 with SMTP id 7so554869ywh.24 for ; Thu, 17 Sep 2009 14:04:57 -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=wQVRTUCawTs01Vuj/1eM6AnFbGSL5f2llCcJIFS6OZs=; b=T5Br+3qmnuidRd3VYatvxLFVLqmbc617OAN8RUPiEn+cWPERaHnsGBcsiZXgIO3ZVw nM/NtKH6Ufn8g0Dy96no1hBbVoABQHQeGQeHPXPcx2dKJdWwqsQmPXOKISDG70swT7gJ F6EOcZsStbi12ecaX+EO/i/z2wi/VbidWH838= 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=CrOFx41aSZmljSSg2Aypha4LXIBnio9sJpAfiO8nDwfTxnWU54NN7vbe4/ONzhGLXg MiZ/Z/jtFEtm3EC/rQU+SAAPsgjP0sX9dDtfmGEYIPjQ57mTcDZdkSMtIdfwN3wFN0z5 OFzsW1VYajhfxBIhPI5BH6rn4NK9+a7Sk5krQ= Original-Received: by 10.100.52.2 with SMTP id z2mr599086anz.136.1253221497535; Thu, 17 Sep 2009 14:04:57 -0700 (PDT) In-Reply-To: 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:115435 Archived-At: On Thu, Sep 17, 2009 at 9:13 PM, MON KEY wrote: > > Joakim thanks for taking a shot at this. =C2=A0This is very exciting. > Unfortunately I can't evaluate. After invoking the `dragbox-start' > comman with both .png and .jpg image-file types the =C2=A0*dragbox* buffe= r > returns some svg data and a message: > > =3D> "Invalid image type `svg'" > > Not sure if the local w32 builds are compiled with libsvg support out > of the box. > I've not been able to get svg functionality to evaluate on the > following w32 systems. > > - 23.1.50.1 (i386-mingw-nt5.1.2600) of 2009-06-30 on LENNART-69DE564 (pat= ched); > - 23.0.91.1 (i386-mingw-nt5.1.2600) of 2009-02-26 on SOFT-MJASON; > - 23.1.1 (i386-mingw-nt5.1.2600) of 2009-07-30 on SOFT-MJASON; > > Can these functions be evaluated successfully on a non CVS emacs? > Likewise, if so, can these functions be evaluated on a non CVS emacs on w= 32? I ship some image libraries with Emacs+EmacsW32, but I do not know what to ship for svg. The news file says *** Emacs now supports the SVG image format through librsvg2. I do not know where to get this for w32. Can anyone tell me?