[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: master 8542f66 2/3: Automatically rotate images in image-mode based
From: |
Robert Pluim |
Subject: |
Re: master 8542f66 2/3: Automatically rotate images in image-mode based on Exif data |
Date: |
Wed, 30 Oct 2019 17:56:04 +0100 |
>>>>> On Wed, 30 Oct 2019 17:45:29 +0100, Lars Ingebrigtsen <address@hidden>
>>>>> said:
Lars> Robert Pluim <address@hidden> writes:
Lars> Uhm... try (setq major-mode 'image-mode) first or something?
>>
>> Uhm, yes, of course. Bit of a senior moment there :-)
>>
>> Debugger entered--Lisp error: (invalid-function (app1 (cdr (assq 65505
>> (exif--parse-jpeg)))))
>> (app1 (cdr (assq 65505 (exif--parse-jpeg))))()
>> exif-parse-buffer()
Lars> I think you may have a build error -- it sounds like exif.el was
Lars> compiled in an Emacs that didn't have when-let ;;;###autoloaded.
Lars> Try deleting exif.elc, or say "make bootstrap" and see whether the bug
Lars> goes away.
That was it. Compiling exif.el complained about when-let being
undefined, so I did 'make -C lisp autoloads', and now emacs displays
PNG fine. Sorry for the noise.
Robert