bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#10578: 24.0.92; No png images on OpenSUSE 12.1


From: Lars Ingebrigtsen
Subject: bug#10578: 24.0.92; No png images on OpenSUSE 12.1
Date: Tue, 09 Feb 2016 11:13:34 +1100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

Eli Zaretskii <eliz@gnu.org> writes:

>> From: Lars Ingebrigtsen <larsi@gnus.org>
>> Cc: Eli Zaretskii <eliz@gnu.org>,  10578@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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]