From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Kastrup Newsgroups: gmane.emacs.devel Subject: Re: SVG support(again) ? Date: Thu, 09 Aug 2007 23:36:08 +0200 Message-ID: <858x8ko0fr.fsf@lola.goethe.zz> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1186695381 2836 80.91.229.12 (9 Aug 2007 21:36:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 9 Aug 2007 21:36:21 +0000 (UTC) Cc: emacs-devel To: joakim@verona.se Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 09 23:36:18 2007 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 1IJFg2-0004Bc-G9 for ged-emacs-devel@m.gmane.org; Thu, 09 Aug 2007 23:36:18 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IJFg1-00032C-VO for ged-emacs-devel@m.gmane.org; Thu, 09 Aug 2007 17:36:17 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IJFfy-000327-8o for emacs-devel@gnu.org; Thu, 09 Aug 2007 17:36:14 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IJFfw-00031n-5l for emacs-devel@gnu.org; Thu, 09 Aug 2007 17:36:13 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IJFfv-00031k-VO for emacs-devel@gnu.org; Thu, 09 Aug 2007 17:36:12 -0400 Original-Received: from mail-in-06.arcor-online.net ([151.189.21.46]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IJFfv-0003Zk-J3 for emacs-devel@gnu.org; Thu, 09 Aug 2007 17:36:11 -0400 Original-Received: from mail-in-03-z2.arcor-online.net (mail-in-03-z2.arcor-online.net [151.189.8.15]) by mail-in-06.arcor-online.net (Postfix) with ESMTP id 2951031E786; Thu, 9 Aug 2007 23:36:10 +0200 (CEST) Original-Received: from mail-in-05.arcor-online.net (mail-in-05.arcor-online.net [151.189.21.45]) by mail-in-03-z2.arcor-online.net (Postfix) with ESMTP id 1BF642D3B30; Thu, 9 Aug 2007 23:36:10 +0200 (CEST) Original-Received: from lola.goethe.zz (dslb-084-061-015-192.pools.arcor-ip.net [84.61.15.192]) by mail-in-05.arcor-online.net (Postfix) with ESMTP id EC9122BAA4F; Thu, 9 Aug 2007 23:36:09 +0200 (CEST) Original-Received: by lola.goethe.zz (Postfix, from userid 1002) id 155E61C3C79D; Thu, 9 Aug 2007 23:36:08 +0200 (CEST) In-Reply-To: (joakim@verona.se's message of "Thu\, 09 Aug 2007 23\:17\:09 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux) X-Virus-Scanned: ClamAV 0.91.1/3907/Thu Aug 9 22:17:20 2007 on mail-in-05.arcor-online.net X-Virus-Status: Clean X-Detected-Kernel: Linux 2.4-2.6 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:76281 Archived-At: joakim@verona.se writes: > joakim@verona.se writes: > >> There was a patch for SVG support in Emacs in 2004. >> This patch seems to no longer apply. > > I've adapted the SVG patch by Paul Pogonyshev for current emacs CVS. > All I did was find the right place to insert the hunks, since the > emacs source has changed a lot since the original patch. > > I tried it briefly on a Fedora 7 box. It seems to work nicely. > > What must be done in order for this patch to be applied? > > The only odd thing I can see is three lines like: > > #if 1 || defined (HAVE_RSVG) > > that ought to be the same as: > > #if defined (HAVE_RSVG) No, it is the same as #if 1 period. -- David Kastrup, Kriemhildstr. 15, 44793 Bochum