Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build with SVG support? #37

Open
joelmccracken opened this issue Dec 14, 2014 · 14 comments
Open

Build with SVG support? #37

joelmccracken opened this issue Dec 14, 2014 · 14 comments

Comments

@joelmccracken
Copy link

I was just trying to edit and preview a svg file, and it didn't
work. I did a little digging, and it seems like this version of emacs
is compiled without SVG.

  • Is this true, or am I misunderstanding something?
  • Could we compile with SVG?
@zbeekman
Copy link

zbeekman commented Feb 4, 2015

👍

1 similar comment
@skuro
Copy link

skuro commented Sep 21, 2015

👍

@marcbowes
Copy link

👍

@nloveladyallen
Copy link
Contributor

This issue appears to be fixed, at least for me. Emacs 25.1, macOS 10.12.0.

@futurist
Copy link

Not fixed on my side: macOS 10.9.5, Emacs 25.1.1

After brew install librsvg, the problem still there.

So I think it's the building problem.

@nloveladyallen
Copy link
Contributor

@futurist Do you have ImageMagick installed? And did you download from the site, or build yourself?

@futurist
Copy link

@nloveladyallen
Don't have ImageMagick installed
download from the site

@nloveladyallen
Copy link
Contributor

@futurist It should work by just building from source after installing librsvg. ImageMagick adds support for lots of additional image types, if you care about anything other than the most common ones, but shouldn't be required for SVG support.

@caldwell
Copy link
Owner

@nloveladyallen, this bug is for building the Emacs binaries on https://emacsformacos.com with SVG support, not just Emacs in general. SVG is not included there quite yet.

@wyuenho
Copy link

wyuenho commented May 22, 2018

This would be nice.

@mikehenry-io
Copy link

Yes, out-of-the-box SVG support in Emacs would certainly enhance the user experience.
Even MacPorts provides this.. ;-)

@stardiviner
Copy link

I'm using M1 Mac Mini, macOS 11.3

Emacs for macOS version: GNU Emacs 27.2 (build 1, arm-apple-darwin20.3.0, NS appkit-2022.30 Version 11.2.3 (Build 20D91)) of 2021-03-28

I found the new company-mode added built-in icons support for candidates with svg. But this Emacs version does not support svg image type.

I installed libsvg, librsvg, and imagemagick too. Don't work still.

@stardiviner
Copy link

I checked the README, can't understand the build from source code steps. So I have to wait for maintainer to add support for SVG. That's hard for impatient me.

@hmelman
Copy link

hmelman commented May 10, 2022

Yes, please add librsvg to the release builds on https://emacsformacosx.com/. At least the Emacs-28.1-3-universal.dmg does not seem to support them, though I think a previous Emacs 28 build did?

HeroInNoMan pushed a commit to HeroInNoMan/.emacs.d that referenced this issue Jun 3, 2024
TODO: nécessite de compiler emacs avec le support SVG (cf.
caldwell/build-emacs#37)
HeroInNoMan pushed a commit to HeroInNoMan/.emacs.d that referenced this issue Jun 5, 2024
TODO: nécessite de compiler emacs avec le support SVG (cf.
caldwell/build-emacs#37)
HeroInNoMan pushed a commit to HeroInNoMan/.emacs.d that referenced this issue Jun 9, 2024
TODO: nécessite de compiler emacs avec le support SVG (cf.
caldwell/build-emacs#37)
HeroInNoMan pushed a commit to HeroInNoMan/.emacs.d that referenced this issue Jun 9, 2024
TODO: nécessite de compiler emacs avec le support SVG (cf.
caldwell/build-emacs#37)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests