From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Nicolas Petton Newsgroups: gmane.emacs.bugs Subject: bug#28518: Daemon mode only renders the first image file loaded Date: Mon, 16 Oct 2017 13:42:50 +0200 Message-ID: <87r2u3tj2d.fsf@petton.fr> References: <87mv4rxycd.fsf@cassou.me> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Trace: blaine.gmane.org 1508154194 16631 195.159.176.226 (16 Oct 2017 11:43:14 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 16 Oct 2017 11:43:14 +0000 (UTC) Cc: 28518@debbugs.gnu.org, Paul Eggert To: Damien Cassou , s brown Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Oct 16 13:43:10 2017 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e43nZ-0003bX-Ac for geb-bug-gnu-emacs@m.gmane.org; Mon, 16 Oct 2017 13:43:09 +0200 Original-Received: from localhost ([::1]:60590 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e43ng-00063d-FA for geb-bug-gnu-emacs@m.gmane.org; Mon, 16 Oct 2017 07:43:16 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54021) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e43nY-00062o-L8 for bug-gnu-emacs@gnu.org; Mon, 16 Oct 2017 07:43:09 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e43nS-0000cE-KS for bug-gnu-emacs@gnu.org; Mon, 16 Oct 2017 07:43:08 -0400 Original-Received: from debbugs.gnu.org ([208.118.235.43]:33889) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e43nS-0000be-DG for bug-gnu-emacs@gnu.org; Mon, 16 Oct 2017 07:43:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e43nS-0000pS-6S for bug-gnu-emacs@gnu.org; Mon, 16 Oct 2017 07:43:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Nicolas Petton Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 16 Oct 2017 11:43:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 28518 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: notabug Original-Received: via spool by 28518-submit@debbugs.gnu.org id=B28518.15081541803178 (code B ref 28518); Mon, 16 Oct 2017 11:43:02 +0000 Original-Received: (at 28518) by debbugs.gnu.org; 16 Oct 2017 11:43:00 +0000 Original-Received: from localhost ([127.0.0.1]:42570 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e43nQ-0000pA-G0 for submit@debbugs.gnu.org; Mon, 16 Oct 2017 07:43:00 -0400 Original-Received: from petton.fr ([89.234.186.68]:41012) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e43nO-0000ox-Co for 28518@debbugs.gnu.org; Mon, 16 Oct 2017 07:42:58 -0400 In-Reply-To: <87mv4rxycd.fsf@cassou.me> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=petton.fr; s=mail; t=1508154172; bh=CmCu5FF7hbbR3FNdQJX6/keGE2J+YQ1LfDMQofnBwPo=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID:MIME-Version:Content-Type; b=UmPw20LqyV2QbIk+sYg6BJCKWA6W5pKMrZFoOFK/LvRFXVJLcz19j+U0jZm8qvvNBnJJFcz391hzjUdT4w3INeCyS6zD/0j5bfmi6bXnsJp3OrmGec150khliIwgywZ4sUJRhbENVCA40rsbbkvVRstcBBmf5cAAGS7W0gwmSUw= X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.org gmane.emacs.bugs:138515 Archived-At: --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Damien Cassou writes: > I have a similar problem with a similar message I can reproduce the problem with `emacs -Q' on Fedora 26 with Emacs 25.3 from the official repository. However, with my .emacs.d loaded, the problem disappears. I'll investigate. Cheers, Nico --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEKNO+2FH986tX/vk8IzWHpHwgeRAFAlnkmzoACgkQIzWHpHwg eRDVEwgA0abnubwC8W1xvaiDmgpFfFbG+VuyUiWi9VcgJrXe64bmCxm/qMb5go5o 2u4HUbUfLYrxKodLRGa2S4ixvQBG6mPX57lwnl0TIBILQjWeUgyJkzlftq8CHrv6 64HM4gBgh0ZjvpBV0z2mWKI0CCx4KOYWvZYM8dHWlWs89VjS9T4eDHqBlAuR1LOx Tf3P3OXrYoOjAY9FXnhHjK1tP8GG2CjOqM2Jdnyoh8rssv7/S73JLc8J5Nbrf/4Y W2YJdlfuxsZKQES9Y9jEpqgjgO50ElcXdWwjM0kh9yZLX3T6mtmPFJnaTtOJCD5d XHVfCqUiwDicj9W1tfg/n+5ZLzB39Q== =WbQw -----END PGP SIGNATURE----- --=-=-=--