all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Christophe de Dinechin <christophe@dinechin.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: 61063@debbugs.gnu.org, stefankangas@gmail.com
Subject: bug#61063: 30.0.50; ement triggers repeated 'svg' error messages "Invalid message type 'svg'
Date: Mon, 30 Jan 2023 16:35:50 +0100	[thread overview]
Message-ID: <C5177F7E-C5BD-4A0A-B60C-BC6C2184CE65@dinechin.com> (raw)
In-Reply-To: <83edrifkra.fsf@gnu.org>


> On 25 Jan 2023, at 20:59, Eli Zaretskii <eliz@gnu.org> wrote:
> 
>> Cc: stefankangas@gmail.com
>> From: Christophe de Dinechin <christophe@dinechin.com>
>> Date: Wed, 25 Jan 2023 18:53:48 +0100
>> 
>> 
>> Running Emacs on macOS Ventura 13.1 (no problem on Linux).
>> Tested with 29.2 and a daily build.
>> Typing `ement-connect` and entering credentials.
>> Repeated messages:
>> 
>> Ement: Reading JSON took 0.00 seconds
>> Ement: Reading events...
>> Ement: Sync request sent, waiting for response...
>> error in process sentinel: image-type: Invalid image type ‘svg’
>> error in process sentinel: Invalid image type ‘svg’
>> Ement: Response arrived after 0.17 seconds.  Reading 1.2k JSON response...
>> Ement: Reading JSON took 0.00 seconds
>> Ement: Reading events...
>> Ement: Sync request sent, waiting for response...
>> error in process sentinel: image-type: Invalid image type ‘svg’
>> error in process sentinel: Invalid image type ‘svg’
> 
> Looks like this package requires SVG support and your build of Emacs
> doesn't have it?


If you look at the other issue I linked to, specifically https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59081#11, I believe that it’s really a problem with changes in the image APIs on macOS Ventura, which causes some parts of Emacs to believe SVG is present (thanks to the OS), but the display part is not working:

> The problem is Mac OS native image APIs gained the ability to display
> SVG images in version 13, but the code to use them in Emacs was never
> finished.
> 
> So if you built without librsvg, SVG images will not work (from the POV
> of create-image), but the splash screen code will think they are
> supported.
> 

However, that specific issue was supposed to be fixed, and the fix does not seem to work for that specific library.

> This has already been fixed in Emacs 29. If you cherry-pick
> 5f8c655a44a0e7ad1fe6f8b23acb4e6c93dc72a6 and the immediately subsequent
> commit, it should start working again in Emacs 28.





      reply	other threads:[~2023-01-30 15:35 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-25 17:53 bug#61063: 30.0.50; ement triggers repeated 'svg' error messages "Invalid message type 'svg' Christophe de Dinechin
2023-01-25 19:59 ` Eli Zaretskii
2023-01-30 15:35   ` Christophe de Dinechin [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=C5177F7E-C5BD-4A0A-B60C-BC6C2184CE65@dinechin.com \
    --to=christophe@dinechin.com \
    --cc=61063@debbugs.gnu.org \
    --cc=eliz@gnu.org \
    --cc=stefankangas@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.