GNU bug report logs - #10578
warning about mismatch between compile and run-time PNG libraries

Previous Next

Package: emacs;

Reported by: Lars Ingebrigtsen <larsi <at> gnus.org>

Date: Sun, 22 Jan 2012 16:08:02 UTC

Severity: minor

Tags: patch

Found in version 24.0.92

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


Message #90 received at 10578 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: lekktu <at> gmail.com, 10578 <at> debbugs.gnu.org
Subject: Re: bug#10578: 24.0.92; No png images on OpenSUSE 12.1
Date: Tue, 09 Feb 2016 11:13:34 +1100
Eli Zaretskii <eliz <at> gnu.org> writes:

>> From: Lars Ingebrigtsen <larsi <at> gnus.org>
>> Cc: Eli Zaretskii <eliz <at> gnu.org>,  10578 <at> debbugs.gnu.org
>> Date: Mon, 08 Feb 2016 17:18:14 +1100
>> 
>> I think this looks like a good approach.  Any reason it wasn't applied?
>
> The usual ones, sigh.
>
> Please commit to emacs-25.  We should probably add something to the
> docs and NEWS.
>
> Thanks.

The patch no longer applies.  In particular, this:

Where is this supposed to go?  The only place where we have text that
vaguely resembles this is in vadd_to_log, and that has to be the wrong
place...

=== modified file 'src/xdisp.c'
--- src/xdisp.c	2012-01-19 07:21:25 +0000
+++ src/xdisp.c	2012-01-26 16:42:45 +0000
@@ -9069,6 +9069,12 @@
   message_dolog (buffer, len - 1, 1, 0);
   SAFE_FREE ();

+  args[0] = Qdisplay;
+  args[1] = msg;
+  args[2] = Qerror;
+  Vdelayed_warnings_list = Fcons (Flist (3, args),
+                                  Vdelayed_warnings_list);
+
   UNGCPRO;
 }


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




This bug report was last modified 9 years and 103 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.