From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Alan Third Newsgroups: gmane.emacs.devel Subject: Re: Loading svg from memory using custom filename for base_uri Date: Sat, 12 Dec 2020 12:50:06 +0000 Message-ID: References: <953508BA-5721-4BFF-AF28-54DF93DC7AD2@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="18087"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Eli Zaretskii , emacs-devel To: Evgeny Zajcev Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Dec 12 21:12:42 2020 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1koBFy-0004bx-4B for ged-emacs-devel@m.gmane-mx.org; Sat, 12 Dec 2020 21:12:42 +0100 Original-Received: from localhost ([::1]:42138 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1koBFx-0007wA-1T for ged-emacs-devel@m.gmane-mx.org; Sat, 12 Dec 2020 15:12:41 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:44750) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ko9xu-0003Ph-Cz for emacs-devel@gnu.org; Sat, 12 Dec 2020 13:49:58 -0500 Original-Received: from outbound.soverin.net ([116.202.65.218]:40617) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ko9xr-00056H-Aq; Sat, 12 Dec 2020 13:49:58 -0500 Original-Received: from smtp.soverin.net (unknown [10.10.3.28]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by outbound.soverin.net (Postfix) with ESMTPS id DF4976013A; Sat, 12 Dec 2020 12:50:09 +0000 (UTC) Original-Received: from smtp.soverin.net (smtp.soverin.net [159.69.232.142]) by soverin.net DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=idiocy.org; s=soverin; t=1607777409; bh=0Ko9Am/GI5xjU9EaPdWnk1AfmRe8SlWL80D+deXUjBo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ThZNCcDeQZog5r1hPB/TaA/2BPJ9UXyM55nKg9MfSNrbxlD6KMKZzSBCF+UzkLuPm VkrYgHlOTihkIfu5YCJkMPWlQjPiZ9JBoKST87LbSP3bkwiN0xgtS9V4UFRT3E4WKs vErnUdvyLHuCC4Nzkpb40t0YpMYa6Nayop37BQNbV5sx0GLuwgyK6rg54qBTf6Brdi C2EKTRd85VOURC+RvEYMCmQ6BQgGAMByQYtbyBeWEGUxbJQP8+Rxb9OgHjwqrNbaM4 Eh37IhxKgV4Qo3isTxNkke7JgUVluwp4U4LTSiRuMz9e5qj1y+YeSoc/XB3+KdnbRp S6ixCGHOswMLg== Original-Received: by breton.holly.idiocy.org (Postfix, from userid 501) id B286F202878743; Sat, 12 Dec 2020 12:50:06 +0000 (GMT) Mail-Followup-To: Alan Third , Evgeny Zajcev , emacs-devel , Eli Zaretskii Content-Disposition: inline In-Reply-To: Received-SPF: pass client-ip=116.202.65.218; envelope-from=alan@idiocy.org; helo=outbound.soverin.net X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:260724 Archived-At: On Sat, Dec 12, 2020 at 02:52:16PM +0300, Evgeny Zajcev wrote: > сб, 12 дек. 2020 г. в 13:45, Alan Third : > > Thanks. I've pushed it to the master branch. > > > > Just interested, why not the latest patch with `svg-embed-base-uri-image` > function implemented and documentation written? > > That latest patch, also adds :base-uri to svg_format spec Apologies, that was my mistake. I pushed the wrong one. I've reverted it and pushed the new one. -- Alan Third