emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Loading svg from memory using custom filename for base_uri


From: lg . zevlg
Subject: Re: Loading svg from memory using custom filename for base_uri
Date: Thu, 3 Dec 2020 19:25:10 +0300

> 3 дек. 2020 г., в 19:17, Alan Third <alan@idiocy.org> написал(а):
> 
> On Thu, Dec 03, 2020 at 06:47:37PM +0300, Evgeny Zajcev wrote:
>> diff --git a/src/xdisp.c b/src/xdisp.c
>> index 76ef420a36..51735b269d 100644
>> --- a/src/xdisp.c
>> +++ b/src/xdisp.c
>> @@ -34631,6 +34631,7 @@ syms_of_xdisp (void)
>>   DEFSYM (QCeval, ":eval");
>>   DEFSYM (QCpropertize, ":propertize");
>>   DEFSYM (QCfile, ":file");
>> +  DEFSYM (QCbase_uri, ":base-uri");
>>   DEFSYM (Qfontified, "fontified");
>>   DEFSYM (Qfontification_functions, "fontification-functions");
> 
> Hi Evgeny, is there any reason this couldn't go in image.c? I think we
> only need it when librsvg is compiled in too.

You are right, this is svg only thing, I’ll fix

—
lg


reply via email to

[Prev in Thread] Current Thread [Next in Thread]