From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 12 01:19:18 2019 Received: (at submit) by debbugs.gnu.org; 12 Nov 2019 06:19:18 +0000 Received: from localhost ([127.0.0.1]:56274 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iUPWI-0005a9-54 for submit@debbugs.gnu.org; Tue, 12 Nov 2019 01:19:18 -0500 Received: from lists.gnu.org ([209.51.188.17]:36174) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iUPWG-0005a2-Bi for submit@debbugs.gnu.org; Tue, 12 Nov 2019 01:19:16 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:56355) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iUPWF-0007je-0w for bug-gnu-emacs@gnu.org; Tue, 12 Nov 2019 01:19:16 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.1 required=5.0 tests=BAYES_50,RCVD_IN_DNSWL_LOW, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iUPWD-0005sH-I4 for bug-gnu-emacs@gnu.org; Tue, 12 Nov 2019 01:19:14 -0500 Received: from relayout02.e.movistar.es ([86.109.101.202]:23681 helo=relayout02-redir.e.movistar.es) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iUPWD-0005qz-7N for bug-gnu-emacs@gnu.org; Tue, 12 Nov 2019 01:19:13 -0500 Received: from sky (233.red-79-151-7.dynamicip.rima-tde.net [79.151.7.233]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: 981711563@telefonica.net) by relayout02.e.movistar.es (Postfix) with ESMTPSA id 47ByHv353dzdbsJ for ; Tue, 12 Nov 2019 07:19:07 +0100 (CET) From: =?utf-8?Q?=C3=93scar_Fuentes?= To: bug-gnu-emacs@gnu.org Subject: 27.0.50; pdf-tools images do not display Date: Tue, 12 Nov 2019 07:19:06 +0100 Message-ID: <87h83939d1.fsf@telefonica.net> MIME-Version: 1.0 Content-Type: text/plain X-CTCH-Score: 0.000 X-CTCH-ScoreCust: 0.000 X-TnetOut-Country: IP: 79.151.7.233 | Country: ES X-TnetOut-Information: AntiSPAM and AntiVIRUS on relayout02 X-TnetOut-MsgID: 47ByHv353dzdbsJ.A880F X-TnetOut-SpamCheck: no es spam, Unknown X-TnetOut-From: ofv@wanadoo.es X-TnetOut-Watermark: 1574144349.34767@Mu57FbOu9u81bS+ionBtDw X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 86.109.101.202 X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) With pdf-tools installed (version 0.90 available on Melpa-stable), visit a multi-page PDF document. Press until the end of the first page is visible, press again. Normally the second page would be displayed, but the window shows an empty area. Press cursor arrow, the image of the second page turns visible. Press C-x 3 then C-x 1 and the image disappears. On my setup, after performing the steps described above, the vertical lines which pdf-tools surrounds the image with are drawn on the minibuffer window. Also, on one occasion, Emacs entered what seemed an unresponsive state with 100% cpu utilization. After attaching gdb the stack frame was: (gdb) bt #0 0x0000563f84a110b8 in add_row_entry (row=0x563f9b8200a0) at ../../emacs/src/dispnew.c:4268 #1 0x0000563f84a16910 in scrolling_window (tab_line_p=, w=0x5b9b) at ../../emacs/src/dispnew.c:4491 #2 0x0000563f84a16910 in update_window (w=w@entry=0x563f86c70b40, force_p=force_p@entry=true) at ../../emacs/src/dispnew.c:3573 #3 0x0000563f84a17301 in update_window_tree (w=w@entry=0x563f86c70b40, force_p=force_p@entry=true) at ../../emacs/src/dispnew.c:3330 #4 0x0000563f84a1754b in update_frame (f=f@entry=0x563f8b6a7700, force_p=, force_p@entry=false, inhibit_hairy_id_p=inhibit_hairy_id_p@entry=false) at ../../emacs/src/dispnew.c:3219 #5 0x0000563f84a4b485 in redisplay_internal () at ../../emacs/src/xdisp.c:15669 #6 0x0000563f84ae120f in read_char (commandflag=1, map=XIL(0x563f9475d8e3), prev_event=XIL(0), used_mouse_menu=0x7ffdbf70da1b, end_time=0x0) at ../../emacs/src/keyboard.c:2488 #7 0x0000563f84ae3b6a in read_key_sequence (keybuf=, prompt=XIL(0), dont_downcase_last=, can_return_switch_frame=true, fix_current_buffer=true, prevent_redisplay=) at ../../emacs/src/keyboard.c:9536 #8 0x0000563f84ae520c in command_loop_1 () at ../../emacs/src/lisp.h:1032 #9 0x0000563f84b4a377 in internal_condition_case (bfun=bfun@entry=0x563f84ae5030 , handlers=handlers@entry=XIL(0x90), hfun=hfun@entry=0x563f84adc2f0 ) at ../../emacs/src/eval.c:1355 #10 0x0000563f84ad7154 in command_loop_2 (ignore=ignore@entry=XIL(0)) at ../../emacs/src/lisp.h:1032 #11 0x0000563f84b4a2d1 in internal_catch (tag=tag@entry=XIL(0xcc30), func=func@entry=0x563f84ad7130 , arg=arg@entry=XIL(0)) at ../../emacs/src/eval.c:1116 #12 0x0000563f84ad70fb in command_loop () at ../../emacs/src/lisp.h:1032 #13 0x0000563f84adbf06 in recursive_edit_1 () at ../../emacs/src/keyboard.c:714 #14 0x0000563f84adc232 in Frecursive_edit () at ../../emacs/src/keyboard.c:786 #15 0x0000563f84a0e866 in main (argc=2, argv=) Lisp Backtrace: "redisplay_internal (C function)" (0x0) In GNU Emacs 27.0.50 (build 3, x86_64-pc-linux-gnu, X toolkit) of 2019-11-09 built on sky Repository revision: f8284f1e408b38e6a3c0e2a1d5a465fefac6800a Repository branch: master Windowing system distributor 'The X.Org Foundation', version 11.0.12004000 System Description: Debian GNU/Linux bullseye/sid From debbugs-submit-bounces@debbugs.gnu.org Thu Nov 14 00:48:40 2019 Received: (at 38176) by debbugs.gnu.org; 14 Nov 2019 05:48:40 +0000 Received: from localhost ([127.0.0.1]:60664 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iV7zj-0002KS-OP for submit@debbugs.gnu.org; Thu, 14 Nov 2019 00:48:39 -0500 Received: from quimby.gnus.org ([95.216.78.240]:49588) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iV7zh-0002KA-CD for 38176@debbugs.gnu.org; Thu, 14 Nov 2019 00:48:37 -0500 Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=marnie) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1iV7zY-0000mH-6O; Thu, 14 Nov 2019 06:48:30 +0100 From: Lars Ingebrigtsen To: =?utf-8?Q?=C3=93scar?= Fuentes Subject: Re: bug#38176: 27.0.50; pdf-tools images do not display References: <87h83939d1.fsf@telefonica.net> Date: Thu, 14 Nov 2019 06:48:27 +0100 In-Reply-To: <87h83939d1.fsf@telefonica.net> (=?utf-8?Q?=22=C3=93scar?= Fuentes"'s message of "Tue, 12 Nov 2019 07:19:06 +0100") Message-ID: <87lfsjqa8k.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Óscar Fuentes writes: > With pdf-tools installed (version 0.90 available on Melpa-stable), visit > a multi-page PDF document. Press until the end of the first page > is visible, press again. Normally the se [...] Content analysis details: (-1.0 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 URIBL_BLOCKED ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [URIs: ingebrigtsen.no] -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 38176 Cc: 38176@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) =C3=93scar Fuentes writes: > With pdf-tools installed (version 0.90 available on Melpa-stable), visit > a multi-page PDF document. Press until the end of the first page > is visible, press again. Normally the second page would be > displayed, but the window shows an empty area. Press cursor > arrow, the image of the second page turns visible. Press C-x 3 then C-x > 1 and the image disappears. Is this a problem with the pdf-tools package? If so, perhaps the bug report should go to the author of that package instead of the Emacs bug tracker? We only deal with in-tree and GNU ELPA bugs here... --=20 (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Thu Nov 14 01:02:13 2019 Received: (at 38176) by debbugs.gnu.org; 14 Nov 2019 06:02:13 +0000 Received: from localhost ([127.0.0.1]:60716 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iV8Cr-0004Tt-8Z for submit@debbugs.gnu.org; Thu, 14 Nov 2019 01:02:13 -0500 Received: from relayout01.e.movistar.es ([86.109.101.201]:39749 helo=relayout01-redir.e.movistar.es) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iV8Cq-0004N7-2d for 38176@debbugs.gnu.org; Thu, 14 Nov 2019 01:02:12 -0500 Received: from sky (233.red-79-151-7.dynamicip.rima-tde.net [79.151.7.233]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: 981711563@telefonica.net) by relayout01.e.movistar.es (Postfix) with ESMTPSA id 47D9qH4gJmzfZB5; Thu, 14 Nov 2019 07:02:03 +0100 (CET) From: =?utf-8?Q?=C3=93scar_Fuentes?= To: Lars Ingebrigtsen Subject: Re: bug#38176: 27.0.50; pdf-tools images do not display References: <87h83939d1.fsf@telefonica.net> <87lfsjqa8k.fsf@gnus.org> Date: Thu, 14 Nov 2019 07:02:02 +0100 In-Reply-To: <87lfsjqa8k.fsf@gnus.org> (Lars Ingebrigtsen's message of "Thu, 14 Nov 2019 06:48:27 +0100") Message-ID: <87ftir0zdx.fsf@telefonica.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-CTCH-Score: 0.000 X-CTCH-ScoreCust: 0.000 X-TnetOut-Country: IP: 79.151.7.233 | Country: ES X-TnetOut-Information: AntiSPAM and AntiVIRUS on relayout01 X-TnetOut-MsgID: 47D9qH4gJmzfZB5.A1BC9 X-TnetOut-SpamCheck: no es spam, Unknown X-TnetOut-From: ofv@wanadoo.es X-TnetOut-Watermark: 1574316124.60239@jN1RA8J5lI4gObOn2wZEzw X-Spam-Status: No X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 38176 Cc: 38176@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Lars Ingebrigtsen writes: > Is this a problem with the pdf-tools package? If so, perhaps the bug > report should go to the author of that package instead of the Emacs bug > tracker? We only deal with in-tree and GNU ELPA bugs here... The problem started after a change on Emacs on the last 10 weeks. The display is corrupted and occasionally Emacs enters an infinite (or at least very long) loop. I'm fairly sure this is a problem introduced by the recent changes on the redisplay engine. As soon as I have time I'll do a bisection, but don't hold your breath. From debbugs-submit-bounces@debbugs.gnu.org Thu Nov 14 01:29:02 2019 Received: (at 38176) by debbugs.gnu.org; 14 Nov 2019 06:29:02 +0000 Received: from localhost ([127.0.0.1]:60780 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iV8cn-0007TB-Dl for submit@debbugs.gnu.org; Thu, 14 Nov 2019 01:29:01 -0500 Received: from quimby.gnus.org ([95.216.78.240]:50264) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iV8cg-0007Sr-Tr for 38176@debbugs.gnu.org; Thu, 14 Nov 2019 01:28:58 -0500 Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=marnie) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1iV8cY-00014Y-Iz; Thu, 14 Nov 2019 07:28:48 +0100 From: Lars Ingebrigtsen To: =?utf-8?Q?=C3=93scar?= Fuentes Subject: Re: bug#38176: 27.0.50; pdf-tools images do not display References: <87h83939d1.fsf@telefonica.net> <87lfsjqa8k.fsf@gnus.org> <87ftir0zdx.fsf@telefonica.net> Date: Thu, 14 Nov 2019 07:28:45 +0100 In-Reply-To: <87ftir0zdx.fsf@telefonica.net> (=?utf-8?Q?=22=C3=93scar?= Fuentes"'s message of "Thu, 14 Nov 2019 07:02:02 +0100") Message-ID: <87v9rnnf8i.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Óscar Fuentes writes: > The problem started after a change on Emacs on the last 10 weeks. The > display is corrupted and occasionally Emacs enters an infinite (or at > least very long) loop. Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 URIBL_BLOCKED ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [URIs: ingebrigtsen.no] -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 38176 Cc: 38176@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) =C3=93scar Fuentes writes: > The problem started after a change on Emacs on the last 10 weeks. The > display is corrupted and occasionally Emacs enters an infinite (or at > least very long) loop. Ah, I see. --=20 (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Sun Nov 17 05:11:55 2019 Received: (at 38176) by debbugs.gnu.org; 17 Nov 2019 10:11:55 +0000 Received: from localhost ([127.0.0.1]:40377 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iWHX9-0003bZ-5E for submit@debbugs.gnu.org; Sun, 17 Nov 2019 05:11:55 -0500 Received: from quimby.gnus.org ([95.216.78.240]:45980) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iWHX7-0003bJ-Mt for 38176@debbugs.gnu.org; Sun, 17 Nov 2019 05:11:54 -0500 Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=marnie) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1iWHWy-0005fe-LZ; Sun, 17 Nov 2019 11:11:47 +0100 From: Lars Ingebrigtsen To: =?utf-8?Q?=C3=93scar?= Fuentes Subject: Re: bug#38176: 27.0.50; pdf-tools images do not display References: <87h83939d1.fsf@telefonica.net> <87lfsjqa8k.fsf@gnus.org> <87ftir0zdx.fsf@telefonica.net> <87v9rnnf8i.fsf@gnus.org> Date: Sun, 17 Nov 2019 11:11:43 +0100 In-Reply-To: <87v9rnnf8i.fsf@gnus.org> (Lars Ingebrigtsen's message of "Thu, 14 Nov 2019 07:28:45 +0100") Message-ID: <87tv727qxs.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Lars Ingebrigtsen writes: > Óscar Fuentes writes: > >> The problem started after a change on Emacs on the last 10 weeks. The >> display is corrupted and occasionally Emacs enters an infinite (or at >> least v [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 URIBL_BLOCKED ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [URIs: ingebrigtsen.no] -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 38176 Cc: 38176@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Lars Ingebrigtsen writes: > =C3=93scar Fuentes writes: > >> The problem started after a change on Emacs on the last 10 weeks. The >> display is corrupted and occasionally Emacs enters an infinite (or at >> least very long) loop. > > Ah, I see. I tried installing pdf-tools, but its requirements are... not obvious. Do you have a recipe to reproduce the bug without pdf-tools?=20=20 --=20 (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Sun Nov 17 12:17:50 2019 Received: (at 38176) by debbugs.gnu.org; 17 Nov 2019 17:17:50 +0000 Received: from localhost ([127.0.0.1]:42514 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iWOBI-0002iu-84 for submit@debbugs.gnu.org; Sun, 17 Nov 2019 12:17:48 -0500 Received: from relayout03-redir.e.movistar.es ([86.109.101.203]:18529) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iWOBA-0002g2-Lg for 38176@debbugs.gnu.org; Sun, 17 Nov 2019 12:17:47 -0500 Received: from sky (226.red-79-150-166.dynamicip.rima-tde.net [79.150.166.226]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: 981711563@telefonica.net) by relayout03.e.movistar.es (Postfix) with ESMTPSA id 47GJgJ37lczMlLY; Sun, 17 Nov 2019 18:17:32 +0100 (CET) From: =?utf-8?Q?=C3=93scar_Fuentes?= To: Lars Ingebrigtsen Subject: Re: bug#38176: 27.0.50; pdf-tools images do not display References: <87h83939d1.fsf@telefonica.net> <87lfsjqa8k.fsf@gnus.org> <87ftir0zdx.fsf@telefonica.net> <87v9rnnf8i.fsf@gnus.org> <87tv727qxs.fsf@gnus.org> Date: Sun, 17 Nov 2019 18:17:23 +0100 In-Reply-To: <87tv727qxs.fsf@gnus.org> (Lars Ingebrigtsen's message of "Sun, 17 Nov 2019 11:11:43 +0100") Message-ID: <87ftimzal8.fsf@telefonica.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-CTCH-Score: 0.000 X-CTCH-ScoreCust: 0.000 X-TnetOut-Country: IP: 79.150.166.226 | Country: ES X-TnetOut-Information: AntiSPAM and AntiVIRUS on relayout03 X-TnetOut-MsgID: 47GJgJ37lczMlLY.A1C36 X-TnetOut-SpamCheck: no es spam, Unknown X-TnetOut-From: ofv@wanadoo.es X-TnetOut-Watermark: 1574615853.08375@NeKimXNt46bjXPbYYyBVQg X-Spam-Status: No X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 38176 Cc: 38176@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Lars Ingebrigtsen writes: > I tried installing pdf-tools, but its requirements are... not obvious. > Do you have a recipe to reproduce the bug without pdf-tools? No, sorry. As for pdf-tools requirements, you need gcc + automake + autoconf + make and some extra libraries. This commands install the libraries in Debian and derivatives: $ sudo apt install libpng-dev zlib1g-dev $ sudo apt install libpoppler-glib-dev $ sudo apt install libpoppler-private-dev From debbugs-submit-bounces@debbugs.gnu.org Sun Nov 17 13:25:49 2019 Received: (at 38176) by debbugs.gnu.org; 17 Nov 2019 18:25:49 +0000 Received: from localhost ([127.0.0.1]:42577 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iWPF6-0004N4-Gc for submit@debbugs.gnu.org; Sun, 17 Nov 2019 13:25:49 -0500 Received: from quimby.gnus.org ([95.216.78.240]:51958) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iWPF2-0004Mh-9A for 38176@debbugs.gnu.org; Sun, 17 Nov 2019 13:25:44 -0500 Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=marnie) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1iWPEt-0000km-BW; Sun, 17 Nov 2019 19:25:37 +0100 From: Lars Ingebrigtsen To: =?utf-8?Q?=C3=93scar?= Fuentes Subject: Re: bug#38176: 27.0.50; pdf-tools images do not display References: <87h83939d1.fsf@telefonica.net> <87lfsjqa8k.fsf@gnus.org> <87ftir0zdx.fsf@telefonica.net> <87v9rnnf8i.fsf@gnus.org> <87tv727qxs.fsf@gnus.org> <87ftimzal8.fsf@telefonica.net> Date: Sun, 17 Nov 2019 19:25:34 +0100 In-Reply-To: <87ftimzal8.fsf@telefonica.net> (=?utf-8?Q?=22=C3=93scar?= Fuentes"'s message of "Sun, 17 Nov 2019 18:17:23 +0100") Message-ID: <87tv724axt.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Óscar Fuentes writes: > As for pdf-tools requirements, you need gcc + automake + autoconf + make > and some extra libraries. This commands install the libraries in Debian > and derivatives: > > $ sudo apt install libpng-de [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP 0.0 URIBL_BLOCKED ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [URIs: ingebrigtsen.no] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 38176 Cc: 38176@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) =C3=93scar Fuentes writes: > As for pdf-tools requirements, you need gcc + automake + autoconf + make > and some extra libraries. This commands install the libraries in Debian > and derivatives: > > $ sudo apt install libpng-dev zlib1g-dev > $ sudo apt install libpoppler-glib-dev > $ sudo apt install libpoppler-private-dev Thanks; I got it to work now. The bug is here: (defun pdf-view-scroll-up-or-next-page (&optional arg) [...] (when (or (=3D (window-vscroll) (image-scroll-up arg)) It's comparing the output of window-vscroll (which returns the position in number-of-lines, not pixels) with the return value of image-scroll-up, which returns a value in pixels. It's not documented at all what the latter function is supposed to return, so it looks like a bug to me that pdf-tools relies on it. (The function has changed a bit lately, but I didn't trace whether it's really changed its return value.) --=20 (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Sun Nov 17 13:29:14 2019 Received: (at 38176) by debbugs.gnu.org; 17 Nov 2019 18:29:15 +0000 Received: from localhost ([127.0.0.1]:42586 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iWPIQ-0004SK-NG for submit@debbugs.gnu.org; Sun, 17 Nov 2019 13:29:14 -0500 Received: from relayout01-redir.e.movistar.es ([86.109.101.201]:33017) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iWPIO-0004Rz-L7 for 38176@debbugs.gnu.org; Sun, 17 Nov 2019 13:29:13 -0500 Received: from sky (226.red-79-150-166.dynamicip.rima-tde.net [79.150.166.226]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: 981711563@telefonica.net) by relayout01.e.movistar.es (Postfix) with ESMTPSA id 47GLFr1Qbrzfb9j; Sun, 17 Nov 2019 19:29:03 +0100 (CET) From: =?utf-8?Q?=C3=93scar_Fuentes?= To: Lars Ingebrigtsen Subject: Re: bug#38176: 27.0.50; pdf-tools images do not display References: <87h83939d1.fsf@telefonica.net> <87lfsjqa8k.fsf@gnus.org> <87ftir0zdx.fsf@telefonica.net> <87v9rnnf8i.fsf@gnus.org> <87tv727qxs.fsf@gnus.org> <87ftimzal8.fsf@telefonica.net> <87tv724axt.fsf@gnus.org> Date: Sun, 17 Nov 2019 19:29:02 +0100 In-Reply-To: <87tv724axt.fsf@gnus.org> (Lars Ingebrigtsen's message of "Sun, 17 Nov 2019 19:25:34 +0100") Message-ID: <87tv72xspd.fsf@telefonica.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-CTCH-Score: 0.000 X-CTCH-ScoreCust: 0.000 X-TnetOut-Country: IP: 79.150.166.226 | Country: ES X-TnetOut-Information: AntiSPAM and AntiVIRUS on relayout01 X-TnetOut-MsgID: 47GLFr1Qbrzfb9j.A6E71 X-TnetOut-SpamCheck: no es spam, Unknown X-TnetOut-From: ofv@wanadoo.es X-TnetOut-Watermark: 1574620145.09654@97i/qOf/7d+nPZjYkAvnKA X-Spam-Status: No X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 38176 Cc: 38176@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Lars Ingebrigtsen writes: > Thanks; I got it to work now. > > The bug is here: Thank you very much, Lars. I'll forward this info to the pdf-tools developer. This bug report will remain open until I have a response from him. From debbugs-submit-bounces@debbugs.gnu.org Sun Nov 17 13:48:15 2019 Received: (at 38176) by debbugs.gnu.org; 17 Nov 2019 18:48:15 +0000 Received: from localhost ([127.0.0.1]:42624 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iWPap-0004wX-Aw for submit@debbugs.gnu.org; Sun, 17 Nov 2019 13:48:15 -0500 Received: from eggs.gnu.org ([209.51.188.92]:39678) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iWPan-0004wK-3M for 38176@debbugs.gnu.org; Sun, 17 Nov 2019 13:48:14 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:38670) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1iWPah-0007T4-Sy; Sun, 17 Nov 2019 13:48:07 -0500 Received: from [176.228.60.248] (port=1853 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1iWPag-0002hr-AV; Sun, 17 Nov 2019 13:48:07 -0500 Date: Sun, 17 Nov 2019 20:48:08 +0200 Message-Id: <83r22649w7.fsf@gnu.org> From: Eli Zaretskii To: Lars Ingebrigtsen In-reply-to: <87tv724axt.fsf@gnus.org> (message from Lars Ingebrigtsen on Sun, 17 Nov 2019 19:25:34 +0100) Subject: Re: bug#38176: 27.0.50; pdf-tools images do not display References: <87h83939d1.fsf@telefonica.net> <87lfsjqa8k.fsf@gnus.org> <87ftir0zdx.fsf@telefonica.net> <87v9rnnf8i.fsf@gnus.org> <87tv727qxs.fsf@gnus.org> <87ftimzal8.fsf@telefonica.net> <87tv724axt.fsf@gnus.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 38176 Cc: ofv@wanadoo.es, 38176@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) > From: Lars Ingebrigtsen > Date: Sun, 17 Nov 2019 19:25:34 +0100 > Cc: 38176@debbugs.gnu.org > > (when (or (= (window-vscroll) (image-scroll-up arg)) > > It's comparing the output of window-vscroll (which returns the position > in number-of-lines, not pixels) with the return value of > image-scroll-up, which returns a value in pixels. It's not documented > at all what the latter function is supposed to return, so it looks like > a bug to me that pdf-tools relies on it. This was supposed to be fixed already, see bug#37578. From debbugs-submit-bounces@debbugs.gnu.org Sun Nov 17 13:54:57 2019 Received: (at 38176) by debbugs.gnu.org; 17 Nov 2019 18:54:57 +0000 Received: from localhost ([127.0.0.1]:42633 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iWPhJ-00055k-4x for submit@debbugs.gnu.org; Sun, 17 Nov 2019 13:54:57 -0500 Received: from quimby.gnus.org ([95.216.78.240]:52350) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iWPhH-00055V-Pe for 38176@debbugs.gnu.org; Sun, 17 Nov 2019 13:54:56 -0500 Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=marnie) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1iWPh6-0000yI-Sr; Sun, 17 Nov 2019 19:54:47 +0100 From: Lars Ingebrigtsen To: Eli Zaretskii Subject: Re: bug#38176: 27.0.50; pdf-tools images do not display References: <87h83939d1.fsf@telefonica.net> <87lfsjqa8k.fsf@gnus.org> <87ftir0zdx.fsf@telefonica.net> <87v9rnnf8i.fsf@gnus.org> <87tv727qxs.fsf@gnus.org> <87ftimzal8.fsf@telefonica.net> <87tv724axt.fsf@gnus.org> <83r22649w7.fsf@gnu.org> Date: Sun, 17 Nov 2019 19:54:44 +0100 In-Reply-To: <83r22649w7.fsf@gnu.org> (Eli Zaretskii's message of "Sun, 17 Nov 2019 20:48:08 +0200") Message-ID: <87r226uydn.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Eli Zaretskii writes: >> From: Lars Ingebrigtsen >> Date: Sun, 17 Nov 2019 19:25:34 +0100 >> Cc: 38176@debbugs.gnu.org >> >> (when (or (= (window-vscroll) (image-scroll-up arg)) >> >> It's comparing the ou [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 URIBL_BLOCKED ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [URIs: gnu.org] -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 38176 Cc: ofv@wanadoo.es, 38176@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Eli Zaretskii writes: >> From: Lars Ingebrigtsen >> Date: Sun, 17 Nov 2019 19:25:34 +0100 >> Cc: 38176@debbugs.gnu.org >> >> (when (or (= (window-vscroll) (image-scroll-up arg)) >> >> It's comparing the output of window-vscroll (which returns the position >> in number-of-lines, not pixels) with the return value of >> image-scroll-up, which returns a value in pixels. It's not documented >> at all what the latter function is supposed to return, so it looks like >> a bug to me that pdf-tools relies on it. > > This was supposed to be fixed already, see bug#37578. Hm... That and the related bug#37874 fixes the problem in doc-view that the change in image-mode caused, if I read this correctly. But the problem here was with the out-of-tree pdf-tools package, which apparently needs the same fixes that doc-view got. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Sun Nov 17 14:00:17 2019 Received: (at 38176) by debbugs.gnu.org; 17 Nov 2019 19:00:17 +0000 Received: from localhost ([127.0.0.1]:42649 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iWPmS-0005G7-NG for submit@debbugs.gnu.org; Sun, 17 Nov 2019 14:00:16 -0500 Received: from eggs.gnu.org ([209.51.188.92]:41280) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iWPmR-0005Fr-9Z for 38176@debbugs.gnu.org; Sun, 17 Nov 2019 14:00:15 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:38945) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1iWPmL-0001nR-LN; Sun, 17 Nov 2019 14:00:09 -0500 Received: from [176.228.60.248] (port=2599 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1iWPmJ-00048v-Ca; Sun, 17 Nov 2019 14:00:08 -0500 Date: Sun, 17 Nov 2019 21:00:08 +0200 Message-Id: <83mucu49c7.fsf@gnu.org> From: Eli Zaretskii To: Lars Ingebrigtsen In-reply-to: <87r226uydn.fsf@gnus.org> (message from Lars Ingebrigtsen on Sun, 17 Nov 2019 19:54:44 +0100) Subject: Re: bug#38176: 27.0.50; pdf-tools images do not display References: <87h83939d1.fsf@telefonica.net> <87lfsjqa8k.fsf@gnus.org> <87ftir0zdx.fsf@telefonica.net> <87v9rnnf8i.fsf@gnus.org> <87tv727qxs.fsf@gnus.org> <87ftimzal8.fsf@telefonica.net> <87tv724axt.fsf@gnus.org> <83r22649w7.fsf@gnu.org> <87r226uydn.fsf@gnus.org> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 38176 Cc: ofv@wanadoo.es, 38176@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) > From: Lars Ingebrigtsen > Cc: ofv@wanadoo.es, 38176@debbugs.gnu.org > Date: Sun, 17 Nov 2019 19:54:44 +0100 > > >> It's comparing the output of window-vscroll (which returns the position > >> in number-of-lines, not pixels) with the return value of > >> image-scroll-up, which returns a value in pixels. It's not documented > >> at all what the latter function is supposed to return, so it looks like > >> a bug to me that pdf-tools relies on it. > > > > This was supposed to be fixed already, see bug#37578. > > Hm... That and the related bug#37874 fixes the problem in doc-view that > the change in image-mode caused, if I read this correctly. But the > problem here was with the out-of-tree pdf-tools package, which > apparently needs the same fixes that doc-view got. No, 37874 is about pdf-tools. The author says there the fix is on a branch, so maybe that's why Óscar doesn't have it yet. From debbugs-submit-bounces@debbugs.gnu.org Sun Nov 17 14:02:40 2019 Received: (at 38176-done) by debbugs.gnu.org; 17 Nov 2019 19:02:40 +0000 Received: from localhost ([127.0.0.1]:42661 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iWPom-0005KC-4B for submit@debbugs.gnu.org; Sun, 17 Nov 2019 14:02:40 -0500 Received: from relayout03-redir.e.movistar.es ([86.109.101.203]:36411) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iWPok-0005Jz-Ga for 38176-done@debbugs.gnu.org; Sun, 17 Nov 2019 14:02:39 -0500 Received: from sky (226.red-79-150-166.dynamicip.rima-tde.net [79.150.166.226]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: 981711563@telefonica.net) by relayout03.e.movistar.es (Postfix) with ESMTPSA id 47GM0P6xpmzMkrV; Sun, 17 Nov 2019 20:02:29 +0100 (CET) From: =?utf-8?Q?=C3=93scar_Fuentes?= To: Eli Zaretskii Subject: Re: bug#38176: 27.0.50; pdf-tools images do not display References: <87h83939d1.fsf@telefonica.net> <87lfsjqa8k.fsf@gnus.org> <87ftir0zdx.fsf@telefonica.net> <87v9rnnf8i.fsf@gnus.org> <87tv727qxs.fsf@gnus.org> <87ftimzal8.fsf@telefonica.net> <87tv724axt.fsf@gnus.org> <83r22649w7.fsf@gnu.org> Date: Sun, 17 Nov 2019 20:02:26 +0100 In-Reply-To: <83r22649w7.fsf@gnu.org> (Eli Zaretskii's message of "Sun, 17 Nov 2019 20:48:08 +0200") Message-ID: <87lfsexr5p.fsf@telefonica.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-CTCH-Score: 0.000 X-CTCH-ScoreCust: 0.000 X-TnetOut-Country: IP: 79.150.166.226 | Country: ES X-TnetOut-Information: AntiSPAM and AntiVIRUS on relayout03 X-TnetOut-MsgID: 47GM0P6xpmzMkrV.A95A3 X-TnetOut-SpamCheck: no es spam, Unknown X-TnetOut-From: ofv@wanadoo.es X-TnetOut-Watermark: 1574622152.08174@Qx+DK85aj+x6fJuKauFTXg X-Spam-Status: No X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 38176-done Cc: Lars Ingebrigtsen , 38176-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Eli Zaretskii writes: > This was supposed to be fixed already, see bug#37578. Indeed. While in the process of forwarding Lars' insights to pdf-tools, noticed that they implemented a fix (still unavailable from the distribution channels). The fact that the minibuffer window got corrupted and Emacs entered an infinite loop made me think that the problem was on Emacs alone. Closing. From unknown Wed Jun 25 00:24:57 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 16 Dec 2019 12:24:06 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator