unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* After updating Emacs, images no longer fit the window
@ 2017-12-12 14:35 Marcin Borkowski
  2017-12-12 16:37 ` Glenn Morris
  0 siblings, 1 reply; 6+ messages in thread
From: Marcin Borkowski @ 2017-12-12 14:35 UTC (permalink / raw)
  To: Help Gnu Emacs mailing list

Hi all,

I compiled Emacs from master today, and I noticed that when I open an
image file (png or jpg), it is no longer scaled to fit the window.  How
do I enable such autoscaling again?  Or should I report a bug?

GNU Emacs 27.0.50 (build 3, x86_64-pc-linux-gnu, GTK+ Version 3.22.26)
of 2017-12-12

commit 8c5be9c

Best,

-- 
Marcin Borkowski



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: After updating Emacs, images no longer fit the window
       [not found] <mailman.5595.1513089410.27995.help-gnu-emacs@gnu.org>
@ 2017-12-12 15:52 ` Lars Magne Ingebrigtsen
  2017-12-12 17:17   ` Marcin Borkowski
  0 siblings, 1 reply; 6+ messages in thread
From: Lars Magne Ingebrigtsen @ 2017-12-12 15:52 UTC (permalink / raw)
  To: Marcin Borkowski; +Cc: Help Gnu Emacs mailing list

Marcin Borkowski <mbork@mbork.pl> writes:

> I compiled Emacs from master today, and I noticed that when I open an
> image file (png or jpg), it is no longer scaled to fit the window.  How
> do I enable such autoscaling again?  Or should I report a bug?

I would guess that that means that your Emacs isn't compiled with
ImageMagick support.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: After updating Emacs, images no longer fit the window
  2017-12-12 14:35 Marcin Borkowski
@ 2017-12-12 16:37 ` Glenn Morris
  2017-12-12 17:14   ` Marcin Borkowski
  0 siblings, 1 reply; 6+ messages in thread
From: Glenn Morris @ 2017-12-12 16:37 UTC (permalink / raw)
  To: Marcin Borkowski; +Cc: Help Gnu Emacs mailing list

Marcin Borkowski wrote:

> I compiled Emacs from master today, and I noticed that when I open an
> image file (png or jpg), it is no longer scaled to fit the window.  How
> do I enable such autoscaling again? 

Crystal ball (no warranty) says:

Your system updated to ImageMagick 7, which Emacs does not support.

https://debbugs.gnu.org/25967



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: After updating Emacs, images no longer fit the window
  2017-12-12 16:37 ` Glenn Morris
@ 2017-12-12 17:14   ` Marcin Borkowski
  0 siblings, 0 replies; 6+ messages in thread
From: Marcin Borkowski @ 2017-12-12 17:14 UTC (permalink / raw)
  To: Glenn Morris; +Cc: Help Gnu Emacs mailing list


On 2017-12-12, at 17:37, Glenn Morris <rgm@gnu.org> wrote:

> Marcin Borkowski wrote:
>
>> I compiled Emacs from master today, and I noticed that when I open an
>> image file (png or jpg), it is no longer scaled to fit the window.  How
>> do I enable such autoscaling again? 
>
> Crystal ball (no warranty) says:
>
> Your system updated to ImageMagick 7, which Emacs does not support.
>
> https://debbugs.gnu.org/25967

You're right, thanks!

-- 
Marcin Borkowski



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: After updating Emacs, images no longer fit the window
  2017-12-12 15:52 ` After updating Emacs, images no longer fit the window Lars Magne Ingebrigtsen
@ 2017-12-12 17:17   ` Marcin Borkowski
  2017-12-20  5:30     ` stardiviner
  0 siblings, 1 reply; 6+ messages in thread
From: Marcin Borkowski @ 2017-12-12 17:17 UTC (permalink / raw)
  To: Lars Magne Ingebrigtsen; +Cc: Help Gnu Emacs mailing list


On 2017-12-12, at 16:52, Lars Magne Ingebrigtsen <lmi@gnus.org> wrote:

> Marcin Borkowski <mbork@mbork.pl> writes:
>
>> I compiled Emacs from master today, and I noticed that when I open an
>> image file (png or jpg), it is no longer scaled to fit the window.  How
>> do I enable such autoscaling again?  Or should I report a bug?
>
> I would guess that that means that your Emacs isn't compiled with
> ImageMagick support.

Seems so.  Upgrade of IM to v7 is the culprit.  Thanks!

-- 
Marcin Borkowski



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: After updating Emacs, images no longer fit the window
  2017-12-12 17:17   ` Marcin Borkowski
@ 2017-12-20  5:30     ` stardiviner
  0 siblings, 0 replies; 6+ messages in thread
From: stardiviner @ 2017-12-20  5:30 UTC (permalink / raw)
  To: help-gnu-emacs

Me too, seems Org-mode specify fixed size of image does not work now.


On 12/13/2017 01:17 AM, Marcin Borkowski wrote:
> On 2017-12-12, at 16:52, Lars Magne Ingebrigtsen <lmi@gnus.org> wrote:
>
>> Marcin Borkowski <mbork@mbork.pl> writes:
>>
>>> I compiled Emacs from master today, and I noticed that when I open an
>>> image file (png or jpg), it is no longer scaled to fit the window.  How
>>> do I enable such autoscaling again?  Or should I report a bug?
>> I would guess that that means that your Emacs isn't compiled with
>> ImageMagick support.
> Seems so.  Upgrade of IM to v7 is the culprit.  Thanks!
>




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-12-20  5:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.5595.1513089410.27995.help-gnu-emacs@gnu.org>
2017-12-12 15:52 ` After updating Emacs, images no longer fit the window Lars Magne Ingebrigtsen
2017-12-12 17:17   ` Marcin Borkowski
2017-12-20  5:30     ` stardiviner
2017-12-12 14:35 Marcin Borkowski
2017-12-12 16:37 ` Glenn Morris
2017-12-12 17:14   ` Marcin Borkowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).