From unknown Tue Aug 19 12:50:07 2025 X-Loop: help-debbugs@gnu.org Subject: bug#12876: 24.3.50; DocView problem with cached files Resent-From: Stephen Berman Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 13 Nov 2012 11:14:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 12876 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 12876@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.13528052276562 (code B ref -1); Tue, 13 Nov 2012 11:14:02 +0000 Received: (at submit) by debbugs.gnu.org; 13 Nov 2012 11:13:47 +0000 Received: from localhost ([127.0.0.1]:37614 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TYER6-0001hj-0b for submit@debbugs.gnu.org; Tue, 13 Nov 2012 06:13:47 -0500 Received: from eggs.gnu.org ([208.118.235.92]:43510) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TYER0-0001hY-IP for submit@debbugs.gnu.org; Tue, 13 Nov 2012 06:13:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TYEQU-0004Js-81 for submit@debbugs.gnu.org; Tue, 13 Nov 2012 06:13:09 -0500 Received: from lists.gnu.org ([208.118.235.17]:44050) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TYEQU-0004Jo-4k for submit@debbugs.gnu.org; Tue, 13 Nov 2012 06:13:06 -0500 Received: from eggs.gnu.org ([208.118.235.92]:42782) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TYEQQ-0007wP-Up for bug-gnu-emacs@gnu.org; Tue, 13 Nov 2012 06:13:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TYEQN-0004IM-SB for bug-gnu-emacs@gnu.org; Tue, 13 Nov 2012 06:13:02 -0500 Received: from mailout-de.gmx.net ([213.165.64.23]:36091) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1TYEQN-0004He-Ix for bug-gnu-emacs@gnu.org; Tue, 13 Nov 2012 06:12:59 -0500 Received: (qmail invoked by alias); 13 Nov 2012 11:12:45 -0000 Received: from i59F54C6E.versanet.de (EHLO rosalinde.fritz.box) [89.245.76.110] by mail.gmx.net (mp033) with SMTP; 13 Nov 2012 12:12:45 +0100 X-Authenticated: #20778731 X-Provags-ID: V01U2FsdGVkX19aSiMAsLpaVsybAqvQrdqcZIW4mWf3XyCx/6VFxD fINlQNEckS3K6g From: Stephen Berman Date: Tue, 13 Nov 2012 12:12:42 +0100 Message-ID: <87ip99g3it.fsf@rosalinde.fritz.box> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 208.118.235.17 X-Spam-Score: -4.2 (----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -4.2 (----) When I revisit a PDF file that DocView has cached (also when starting with -Q, with the cache /tmp/docview1000), trying to scroll past the bottom or top of the page fails with the error "doc-view-scroll-up-or-next-page: Wrong type argument: number-or-marker-p, nil" or "doc-view-scroll-down-or-previous-page: Wrong type argument: number-or-marker-p, nil" and in either case also with "Error during redisplay: (eval (number-to-string (doc-view-current-page))) signaled (wrong-type-argument numberp nil)". In addition, the page number indication in the mode line looks odd: e.g. for a one page document it shows "P/1", for a five page document it shows "P/5" (only the first page is displayed). This problem vanishes if I type `C-c C-c' to view the PDF source and then type it again to redisplay the image: now scrolling works and the mode line displays "P1/1" or "P1/5". If I kill the buffer and revisit the cached file, the problem reoccurs. Instead of `C-c C-c', typing `W' or `H' also redisplays the image, and now scrolling works but the size is unaltered; repeating `W' or `H' correctly displays the changed size. Finally, if I delete the cache and then revisit the file, there is no problem (but there is as soon as I revisit a cached file). The problem does not seem to happen with large PDF that have many pages; maybe these are not cached. It also does not happen with PS files, but those are initially visited in ps-mode and I have to type `C-c C-c' to view the image, so this may circumvent the problem I see with PDF files (I currently cannot view ODF or DOCX files with DocView). I think this problem started some time between trunk revisions 110689 and 110748 (it happened with my build from the latter but not with my build from the former revision); I haven't had time to bisect. It also happens with the emacs-24 branch, revno 110854; it does not happen with the openSUSE build of 24.2 from 2012-10-10. In GNU Emacs 24.3.50.1 (x86_64-suse-linux-gnu, GTK+ Version 3.4.4) of 2012-11-12 on rosalinde Bzr revision: 110874 monnier@iro.umontreal.ca-20121112204343-9y1tr86dl71iztk7 Windowing system distributor `The X.Org Foundation', version 11.0.11203000 System Description: openSUSE 12.2 (x86_64) Configured using: `configure '--without-toolkit-scroll-bars' 'CFLAGS=-g3 -O0'' Recent messages: Error during redisplay: (eval (number-to-string (doc-view-current-page))) signaled (wrong-type-argument numberp nil) [7 times] DocView: using cached files! Type C-c C-c to toggle between editing or viewing the document. Error during redisplay: (eval (number-to-string (doc-view-current-page))) signaled (wrong-type-argument numberp nil) Quit Opening nntp server on news.gmane.org... gnutls.c: [1] Note that the security level of the Diffie-Hellman key exchange has been lowered to 256 bits and this may allow decryption of the session data From unknown Tue Aug 19 12:50:07 2025 X-Loop: help-debbugs@gnu.org Subject: bug#12876: 24.3.50; DocView problem with cached files Resent-From: Tassilo Horn Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 13 Nov 2012 13:13:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 12876 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Stephen Berman Cc: 12876@debbugs.gnu.org Received: via spool by 12876-submit@debbugs.gnu.org id=B12876.135281235720569 (code B ref 12876); Tue, 13 Nov 2012 13:13:02 +0000 Received: (at 12876) by debbugs.gnu.org; 13 Nov 2012 13:12:37 +0000 Received: from localhost ([127.0.0.1]:37910 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TYGI8-0005Lh-E5 for submit@debbugs.gnu.org; Tue, 13 Nov 2012 08:12:37 -0500 Received: from deliver.uni-koblenz.de ([141.26.64.15]:34930) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TYGI5-0005LY-SN for 12876@debbugs.gnu.org; Tue, 13 Nov 2012 08:12:35 -0500 Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id 64B87D2464; Tue, 13 Nov 2012 14:12:03 +0100 (CET) X-Virus-Scanned: amavisd-new at uni-koblenz.de Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id J_-CPG305HLd; Tue, 13 Nov 2012 14:12:02 +0100 (CET) X-CHKRCPT: Envelopesender noch tsdh@gnu.org Received: from thinkpad.tsdh.de (tsdh.uni-koblenz.de [141.26.67.142]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by deliver.uni-koblenz.de (Postfix) with ESMTPSA id DDD60D2460; Tue, 13 Nov 2012 14:12:02 +0100 (CET) From: Tassilo Horn References: <87ip99g3it.fsf@rosalinde.fritz.box> Date: Tue, 13 Nov 2012 14:12:00 +0100 In-Reply-To: <87ip99g3it.fsf@rosalinde.fritz.box> (Stephen Berman's message of "Tue, 13 Nov 2012 12:12:42 +0100") Message-ID: <87pq3h1wbj.fsf@thinkpad.tsdh.de> User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.8 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -0.8 (/) Stephen Berman writes: > When I revisit a PDF file that DocView has cached (also when starting > with -Q, with the cache /tmp/docview1000), trying to scroll past the > bottom or top of the page fails with the error > "doc-view-scroll-up-or-next-page: Wrong type argument: > number-or-marker-p, nil" or "doc-view-scroll-down-or-previous-page: > Wrong type argument: number-or-marker-p, nil" and in either case also > with "Error during redisplay: (eval (number-to-string > (doc-view-current-page))) signaled (wrong-type-argument numberp nil)". > In addition, the page number indication in the mode line looks odd: > e.g. for a one page document it shows "P/1", for a five page document > it shows "P/5" (only the first page is displayed). I can confirm the issue. The problem is that (doc-view-current-page) and returns nil, although that's setf-ed in `doc-view-initiate-display'. But I think at this time, the window going to hold the images isn't there already. As a workaround, do `M-g M-g 1 RET'. I'll look into this issue later today. Bye, Tassilo From unknown Tue Aug 19 12:50:07 2025 X-Loop: help-debbugs@gnu.org Subject: bug#12876: 24.3.50; DocView problem with cached files Resent-From: Tassilo Horn Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 13 Nov 2012 20:30:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 12876 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Stephen Berman Cc: 12876@debbugs.gnu.org, Stefan Monnier Received: via spool by 12876-submit@debbugs.gnu.org id=B12876.13528385611803 (code B ref 12876); Tue, 13 Nov 2012 20:30:02 +0000 Received: (at 12876) by debbugs.gnu.org; 13 Nov 2012 20:29:21 +0000 Received: from localhost ([127.0.0.1]:39353 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TYN6m-0000T1-UQ for submit@debbugs.gnu.org; Tue, 13 Nov 2012 15:29:21 -0500 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:52524) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TYN6k-0000St-B2 for 12876@debbugs.gnu.org; Tue, 13 Nov 2012 15:29:19 -0500 Received: from compute6.internal (compute6.nyi.mail.srv.osa [10.202.2.46]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 2E3AF20847; Tue, 13 Nov 2012 15:28:46 -0500 (EST) Received: from frontend1.nyi.mail.srv.osa ([10.202.2.160]) by compute6.internal (MEProxy); Tue, 13 Nov 2012 15:28:46 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=from:to:cc:subject:references:date :in-reply-to:message-id:mime-version:content-type; s=smtpout; bh=wGvt7LM2dYD3BsGhIRrypHl5xuM=; b=H+ljSQkLKhkpr6URZHMSWR/I2fgX l1s6iRg9Nc8bPRO52LPTa5eOYU+Yi2GUfISlQG8aCz/rreru+obYDf+WpgeqLbOt 7iHln6v+zHZetwS/LQ9EZnVObcZj1OdD1PlvquVT8YV94YMS0mrrm//Q/O4Er1Ko VNLz5fkx+XJnijU= X-Sasl-enc: XrsGUXf+wQrRhjm4K1GtwKTODva2MAijaVPRBZ/Iv+ry 1352838525 Received: from thinkpad.tsdh.de (unknown [91.67.10.84]) by mail.messagingengine.com (Postfix) with ESMTPA id 7A2508E04CE; Tue, 13 Nov 2012 15:28:45 -0500 (EST) From: Tassilo Horn References: <87ip99g3it.fsf@rosalinde.fritz.box> Date: Tue, 13 Nov 2012 21:28:44 +0100 In-Reply-To: <87ip99g3it.fsf@rosalinde.fritz.box> (Stephen Berman's message of "Tue, 13 Nov 2012 12:12:42 +0100") Message-ID: <87k3tpi6wz.fsf@thinkpad.tsdh.de> User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.8 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.9 (-) Hi Stephen & Stefan, the following patch fixes the issue for me, but I'm not sure if it's the right thing to do. Stefan, could you please check? Basically, the difference between finding a not yet converted doc and a doc that's already cached is that in the former case `doc-view-goto-page' runs with the selected window displaying the doc's buffer. AFAIKS, that's a must for the image-mode winprops stuff to work, so in the latter case, the patch defers running `doc-view-goto-page' a bit into the future when the window showing the doc buffer is hopefully there. --8<---------------cut here---------------start------------->8--- === modified file 'lisp/doc-view.el' --- lisp/doc-view.el 2012-09-28 10:05:46 +0000 +++ lisp/doc-view.el 2012-11-13 20:25:53 +0000 @@ -419,57 +419,63 @@ (defun doc-view-goto-page (page) "View the page given by PAGE." (interactive "nPage: ") - (let ((len (doc-view-last-page-number)) - (hscroll (window-hscroll))) - (if (< page 1) - (setq page 1) - (when (and (> page len) - ;; As long as the converter is running, we don't know - ;; how many pages will be available. - (null doc-view-current-converter-processes)) - (setq page len))) - (setf (doc-view-current-page) page - (doc-view-current-info) - (concat - (propertize - (format "Page %d of %d." page len) 'face 'bold) - ;; Tell user if converting isn't finished yet - (if doc-view-current-converter-processes - " (still converting...)\n" - "\n") - ;; Display context infos if this page matches the last search - (when (and doc-view-current-search-matches - (assq page doc-view-current-search-matches)) - (concat (propertize "Search matches:\n" 'face 'bold) - (let ((contexts "")) - (dolist (m (cdr (assq page - doc-view-current-search-matches))) - (setq contexts (concat contexts " - \"" m "\"\n"))) - contexts))))) - ;; Update the buffer - ;; We used to find the file name from doc-view-current-files but - ;; that's not right if the pages are not generated sequentially - ;; or if the page isn't in doc-view-current-files yet. - (let ((file (expand-file-name (format "page-%d.png" page) - (doc-view-current-cache-dir)))) - (doc-view-insert-image file :pointer 'arrow) - (set-window-hscroll (selected-window) hscroll) - (when (and (not (file-exists-p file)) - doc-view-current-converter-processes) - ;; The PNG file hasn't been generated yet. - (doc-view-pdf->png-1 doc-view-buffer-file-name file page - (let ((win (selected-window))) - (lambda () - (and (eq (current-buffer) (window-buffer win)) - ;; If we changed page in the mean - ;; time, don't mess things up. - (eq (doc-view-current-page win) page) - ;; Make sure we don't infloop. - (file-readable-p file) - (with-selected-window win - (doc-view-goto-page page)))))))) - (overlay-put (doc-view-current-overlay) - 'help-echo (doc-view-current-info)))) + (if (null (get-buffer-window)) + ;; The document buffer isn't displayed in any window yet. This + ;; happens when using cached PNG files. The buffer will be + ;; displayed after `doc-view-mode' has returned, so try again a + ;; bit later. + (run-with-timer 0.1 nil #'doc-view-goto-page page) + (let ((len (doc-view-last-page-number)) + (hscroll (window-hscroll))) + (if (< page 1) + (setq page 1) + (when (and (> page len) + ;; As long as the converter is running, we don't know + ;; how many pages will be available. + (null doc-view-current-converter-processes)) + (setq page len))) + (setf (doc-view-current-page) page + (doc-view-current-info) + (concat + (propertize + (format "Page %d of %d." page len) 'face 'bold) + ;; Tell user if converting isn't finished yet + (if doc-view-current-converter-processes + " (still converting...)\n" + "\n") + ;; Display context infos if this page matches the last search + (when (and doc-view-current-search-matches + (assq page doc-view-current-search-matches)) + (concat (propertize "Search matches:\n" 'face 'bold) + (let ((contexts "")) + (dolist (m (cdr (assq page + doc-view-current-search-matches))) + (setq contexts (concat contexts " - \"" m "\"\n"))) + contexts))))) + ;; Update the buffer + ;; We used to find the file name from doc-view-current-files but + ;; that's not right if the pages are not generated sequentially + ;; or if the page isn't in doc-view-current-files yet. + (let ((file (expand-file-name (format "page-%d.png" page) + (doc-view-current-cache-dir)))) + (doc-view-insert-image file :pointer 'arrow) + (set-window-hscroll (selected-window) hscroll) + (when (and (not (file-exists-p file)) + doc-view-current-converter-processes) + ;; The PNG file hasn't been generated yet. + (doc-view-pdf->png-1 doc-view-buffer-file-name file page + (let ((win (selected-window))) + (lambda () + (and (eq (current-buffer) (window-buffer win)) + ;; If we changed page in the mean + ;; time, don't mess things up. + (eq (doc-view-current-page win) page) + ;; Make sure we don't infloop. + (file-readable-p file) + (with-selected-window win + (doc-view-goto-page page)))))))) + (overlay-put (doc-view-current-overlay) + 'help-echo (doc-view-current-info))))) (defun doc-view-next-page (&optional arg) "Browse ARG pages forward." --8<---------------cut here---------------end--------------->8--- Bye, Tassilo From unknown Tue Aug 19 12:50:07 2025 X-Loop: help-debbugs@gnu.org Subject: bug#12876: 24.3.50; DocView problem with cached files Resent-From: Stephen Berman Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 13 Nov 2012 21:10:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 12876 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Tassilo Horn Cc: 12876@debbugs.gnu.org Received: via spool by 12876-submit@debbugs.gnu.org id=B12876.13528409878770 (code B ref 12876); Tue, 13 Nov 2012 21:10:02 +0000 Received: (at 12876) by debbugs.gnu.org; 13 Nov 2012 21:09:47 +0000 Received: from localhost ([127.0.0.1]:39462 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TYNjv-0002HO-3V for submit@debbugs.gnu.org; Tue, 13 Nov 2012 16:09:47 -0500 Received: from mailout-de.gmx.net ([213.165.64.23]:33519) by debbugs.gnu.org with smtp (Exim 4.72) (envelope-from ) id 1TYNjs-0002HH-Iy for 12876@debbugs.gnu.org; Tue, 13 Nov 2012 16:09:45 -0500 Received: (qmail invoked by alias); 13 Nov 2012 21:09:10 -0000 Received: from i59F54C6E.versanet.de (EHLO rosalinde.fritz.box) [89.245.76.110] by mail.gmx.net (mp027) with SMTP; 13 Nov 2012 22:09:10 +0100 X-Authenticated: #20778731 X-Provags-ID: V01U2FsdGVkX1+KVrEUzSuKfrngeZDnLNvVOkMRscAca//aGhmmQV HW1QtnPrNhncqD From: Stephen Berman References: <87ip99g3it.fsf@rosalinde.fritz.box> <87k3tpi6wz.fsf@thinkpad.tsdh.de> Date: Tue, 13 Nov 2012 22:09:08 +0100 In-Reply-To: <87k3tpi6wz.fsf@thinkpad.tsdh.de> (Tassilo Horn's message of "Tue, 13 Nov 2012 21:28:44 +0100") Message-ID: <87ehjxfbwr.fsf@rosalinde.fritz.box> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Y-GMX-Trusted: 0 X-Spam-Score: 0.6 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -0.2 (/) On Tue, 13 Nov 2012 21:28:44 +0100 Tassilo Horn wrote: > Hi Stephen & Stefan, > > the following patch fixes the issue for me, but I'm not sure if it's the > right thing to do. Stefan, could you please check? > > Basically, the difference between finding a not yet converted doc and a > doc that's already cached is that in the former case > `doc-view-goto-page' runs with the selected window displaying the doc's > buffer. AFAIKS, that's a must for the image-mode winprops stuff to > work, so in the latter case, the patch defers running > `doc-view-goto-page' a bit into the future when the window showing the > doc buffer is hopefully there. The patch fixes the problem for me, too; thanks. However, the delay of 0.1 seconds results in the unconverted file being noticeable before the image is displayed. I tried it with a 0.01 second delay and this makes the image appear practically instantly to me, i.e., I didn't see the unconverted source, and the paging still worked. I don't know if this short a delay is always guaranteed to succeed. Steve Berman From unknown Tue Aug 19 12:50:07 2025 X-Loop: help-debbugs@gnu.org Subject: bug#12876: 24.3.50; DocView problem with cached files Resent-From: Tassilo Horn Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 14 Nov 2012 10:07:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 12876 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Stephen Berman Cc: 12876@debbugs.gnu.org Received: via spool by 12876-submit@debbugs.gnu.org id=B12876.135288760016143 (code B ref 12876); Wed, 14 Nov 2012 10:07:01 +0000 Received: (at 12876) by debbugs.gnu.org; 14 Nov 2012 10:06:40 +0000 Received: from localhost ([127.0.0.1]:40762 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TYZrk-0004CK-B4 for submit@debbugs.gnu.org; Wed, 14 Nov 2012 05:06:40 -0500 Received: from deliver.uni-koblenz.de ([141.26.64.15]:33926) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TYZrh-0004CC-IO for 12876@debbugs.gnu.org; Wed, 14 Nov 2012 05:06:39 -0500 Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id CA0E5D2237; Wed, 14 Nov 2012 11:06:00 +0100 (CET) X-Virus-Scanned: amavisd-new at uni-koblenz.de Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id X81Gvb1LcSKN; Wed, 14 Nov 2012 11:06:00 +0100 (CET) X-CHKRCPT: Envelopesender noch tsdh@gnu.org Received: from thinkpad.tsdh.de (tsdh.uni-koblenz.de [141.26.67.142]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by deliver.uni-koblenz.de (Postfix) with ESMTPSA id 22EF3D2232; Wed, 14 Nov 2012 11:05:59 +0100 (CET) From: Tassilo Horn References: <87ip99g3it.fsf@rosalinde.fritz.box> <87k3tpi6wz.fsf@thinkpad.tsdh.de> <87ehjxfbwr.fsf@rosalinde.fritz.box> Date: Wed, 14 Nov 2012 11:05:53 +0100 In-Reply-To: <87ehjxfbwr.fsf@rosalinde.fritz.box> (Stephen Berman's message of "Tue, 13 Nov 2012 22:09:08 +0100") Message-ID: <87ip988poe.fsf@thinkpad.tsdh.de> User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.8 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -0.8 (/) Stephen Berman writes: >> the following patch fixes the issue for me, but I'm not sure if it's >> the right thing to do. Stefan, could you please check? >> >> Basically, the difference between finding a not yet converted doc and >> a doc that's already cached is that in the former case >> `doc-view-goto-page' runs with the selected window displaying the >> doc's buffer. AFAIKS, that's a must for the image-mode winprops >> stuff to work, so in the latter case, the patch defers running >> `doc-view-goto-page' a bit into the future when the window showing >> the doc buffer is hopefully there. > > The patch fixes the problem for me, too; thanks. However, the delay > of 0.1 seconds results in the unconverted file being noticeable before > the image is displayed. Yes, but that's no big deal IMHO. You'll see the raw source for a short time also when the doc isn't cached already. > I tried it with a 0.01 second delay and this makes the image appear > practically instantly to me, i.e., I didn't see the unconverted > source, and the paging still worked. I don't know if this short a > delay is always guaranteed to succeed. It'll also work, but chances increase that the page-setting is deferred another fraction again. I tried to set the value so that it's not inconvenient but at the same time shouldn't need to delay again on slower systems. Bye, Tassilo From unknown Tue Aug 19 12:50:07 2025 X-Loop: help-debbugs@gnu.org Subject: bug#12876: 24.3.50; DocView problem with cached files Resent-From: Stephen Berman Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 14 Nov 2012 10:27:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 12876 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Tassilo Horn Cc: 12876@debbugs.gnu.org Received: via spool by 12876-submit@debbugs.gnu.org id=B12876.135288879017812 (code B ref 12876); Wed, 14 Nov 2012 10:27:02 +0000 Received: (at 12876) by debbugs.gnu.org; 14 Nov 2012 10:26:30 +0000 Received: from localhost ([127.0.0.1]:40781 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TYaAw-0004dF-I3 for submit@debbugs.gnu.org; Wed, 14 Nov 2012 05:26:30 -0500 Received: from mailout-de.gmx.net ([213.165.64.22]:52074) by debbugs.gnu.org with smtp (Exim 4.72) (envelope-from ) id 1TYaAt-0004d7-Uh for 12876@debbugs.gnu.org; Wed, 14 Nov 2012 05:26:29 -0500 Received: (qmail invoked by alias); 14 Nov 2012 10:25:52 -0000 Received: from i59F5607D.versanet.de (EHLO rosalinde.fritz.box) [89.245.96.125] by mail.gmx.net (mp040) with SMTP; 14 Nov 2012 11:25:52 +0100 X-Authenticated: #20778731 X-Provags-ID: V01U2FsdGVkX18ApboFT8kANamLjCwBwkz07R+miNfi0XaGcitTlV pLxkgWyeeIVtwW From: Stephen Berman References: <87ip99g3it.fsf@rosalinde.fritz.box> <87k3tpi6wz.fsf@thinkpad.tsdh.de> <87ehjxfbwr.fsf@rosalinde.fritz.box> <87ip988poe.fsf@thinkpad.tsdh.de> Date: Wed, 14 Nov 2012 11:25:50 +0100 In-Reply-To: <87ip988poe.fsf@thinkpad.tsdh.de> (Tassilo Horn's message of "Wed, 14 Nov 2012 11:05:53 +0100") Message-ID: <87fw4ciiq9.fsf@rosalinde.fritz.box> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Y-GMX-Trusted: 0 X-Spam-Score: 0.6 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -0.7 (/) On Wed, 14 Nov 2012 11:05:53 +0100 Tassilo Horn wrote: > Stephen Berman writes: > >>> the following patch fixes the issue for me, but I'm not sure if it's >>> the right thing to do. Stefan, could you please check? >>> >>> Basically, the difference between finding a not yet converted doc and >>> a doc that's already cached is that in the former case >>> `doc-view-goto-page' runs with the selected window displaying the >>> doc's buffer. AFAIKS, that's a must for the image-mode winprops >>> stuff to work, so in the latter case, the patch defers running >>> `doc-view-goto-page' a bit into the future when the window showing >>> the doc buffer is hopefully there. >> >> The patch fixes the problem for me, too; thanks. However, the delay >> of 0.1 seconds results in the unconverted file being noticeable before >> the image is displayed. > > Yes, but that's no big deal IMHO. You'll see the raw source for a short > time also when the doc isn't cached already. > >> I tried it with a 0.01 second delay and this makes the image appear >> practically instantly to me, i.e., I didn't see the unconverted >> source, and the paging still worked. I don't know if this short a >> delay is always guaranteed to succeed. > > It'll also work, but chances increase that the page-setting is deferred > another fraction again. I tried to set the value so that it's not > inconvenient but at the same time shouldn't need to delay again on > slower systems. How about making it customizable? Steve Berman From unknown Tue Aug 19 12:50:07 2025 X-Loop: help-debbugs@gnu.org Subject: bug#12876: 24.3.50; DocView problem with cached files Resent-From: Tassilo Horn Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 14 Nov 2012 10:47:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 12876 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Stephen Berman Cc: 12876@debbugs.gnu.org Received: via spool by 12876-submit@debbugs.gnu.org id=B12876.135288999519612 (code B ref 12876); Wed, 14 Nov 2012 10:47:01 +0000 Received: (at 12876) by debbugs.gnu.org; 14 Nov 2012 10:46:35 +0000 Received: from localhost ([127.0.0.1]:40824 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TYaUN-00056H-D0 for submit@debbugs.gnu.org; Wed, 14 Nov 2012 05:46:35 -0500 Received: from deliver.uni-koblenz.de ([141.26.64.15]:40203) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TYaUL-00056A-Aw for 12876@debbugs.gnu.org; Wed, 14 Nov 2012 05:46:34 -0500 Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id 43AB7D22EE; Wed, 14 Nov 2012 11:45:58 +0100 (CET) X-Virus-Scanned: amavisd-new at uni-koblenz.de Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id b3Y6lkbE1Oj5; Wed, 14 Nov 2012 11:45:57 +0100 (CET) X-CHKRCPT: Envelopesender noch tsdh@gnu.org Received: from thinkpad.tsdh.de (tsdh.uni-koblenz.de [141.26.67.142]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by deliver.uni-koblenz.de (Postfix) with ESMTPSA id C0DC3D22EA; Wed, 14 Nov 2012 11:45:57 +0100 (CET) From: Tassilo Horn References: <87ip99g3it.fsf@rosalinde.fritz.box> <87k3tpi6wz.fsf@thinkpad.tsdh.de> <87ehjxfbwr.fsf@rosalinde.fritz.box> <87ip988poe.fsf@thinkpad.tsdh.de> <87fw4ciiq9.fsf@rosalinde.fritz.box> Date: Wed, 14 Nov 2012 11:45:51 +0100 In-Reply-To: <87fw4ciiq9.fsf@rosalinde.fritz.box> (Stephen Berman's message of "Wed, 14 Nov 2012 11:25:50 +0100") Message-ID: <87a9uk8nts.fsf@thinkpad.tsdh.de> User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.8 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -0.8 (/) Stephen Berman writes: >> It'll also work, but chances increase that the page-setting is >> deferred another fraction again. I tried to set the value so that >> it's not inconvenient but at the same time shouldn't need to delay >> again on slower systems. > > How about making it customizable? Surely that could be done. But I have no idea about a good description not involving technical details that users shouldn't have to care about. So maybe using a shorter delay is ok. After all, using doc-view is computational intensive anyhow (at least the conversion with gs and friends)... Anyway, before going any further, I'd like to wait for Stefan telling us if that's the right approach altogether. Bye, Tassilo From unknown Tue Aug 19 12:50:07 2025 X-Loop: help-debbugs@gnu.org Subject: bug#12876: 24.3.50; DocView problem with cached files Resent-From: Stefan Monnier Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 15 Nov 2012 03:49:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 12876 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Tassilo Horn Cc: Stephen Berman , 12876@debbugs.gnu.org Received: via spool by 12876-submit@debbugs.gnu.org id=B12876.135295130230372 (code B ref 12876); Thu, 15 Nov 2012 03:49:02 +0000 Received: (at 12876) by debbugs.gnu.org; 15 Nov 2012 03:48:22 +0000 Received: from localhost ([127.0.0.1]:43346 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TYqRC-0007tp-0A for submit@debbugs.gnu.org; Wed, 14 Nov 2012 22:48:22 -0500 Received: from ironport2-out.teksavvy.com ([206.248.154.182]:15714) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TYqR9-0007th-Cd for 12876@debbugs.gnu.org; Wed, 14 Nov 2012 22:48:19 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ai0FAG6Zu09sr+ZY/2dsb2JhbABEsEiDSYEIghUBAQQBViMFCwsOJhIUGA0kiBwFugmQRAOIQppxgViDB4E4Gg X-IronPort-AV: E=Sophos;i="4.75,637,1330923600"; d="scan'208";a="207652125" Received: from 108-175-230-88.dsl.teksavvy.com (HELO pastel.home) ([108.175.230.88]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 14 Nov 2012 22:47:40 -0500 Received: by pastel.home (Postfix, from userid 20848) id C9E22594C8; Wed, 14 Nov 2012 22:47:39 -0500 (EST) From: Stefan Monnier Message-ID: References: <87ip99g3it.fsf@rosalinde.fritz.box> <87k3tpi6wz.fsf@thinkpad.tsdh.de> Date: Wed, 14 Nov 2012 22:47:39 -0500 In-Reply-To: <87k3tpi6wz.fsf@thinkpad.tsdh.de> (Tassilo Horn's message of "Tue, 13 Nov 2012 21:28:44 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.8 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: 0.8 (/) > the following patch fixes the issue for me, but I'm not sure if it's the > right thing to do. Stefan, could you please check? [ BTW, using a "diff -b" is very helpful for such patches which reindent a lot of code. ] > Basically, the difference between finding a not yet converted doc and a > doc that's already cached is that in the former case > `doc-view-goto-page' runs with the selected window displaying the doc's > buffer. AFAIKS, that's a must for the image-mode winprops stuff to > work, so in the latter case, the patch defers running Actually, no, the winprops stuff should also work when the buffer is not displayed anywhere. But I can't seem to reproduce the OP's problem. I tried just "emacs -Q ~/tmp/foo.pdf; emacs -Q ~/tmp/foo.pdf" and it worked fine. I have the strange impression that the problem was actually not in doc-view.el or image-mode.el (neither of which was modified between 110689 and 110748). I instead suspect it was a temporary bug in gv.el. It's been fixed since, but the fix will only become effective after recompiling the victim. IOW, can you recompile image-mode.el and doc-view.el (or do a full bootstrap) and then tell us whether you still see the problem (and if so, try to provide a more detailed recipe)? Stefan From unknown Tue Aug 19 12:50:07 2025 X-Loop: help-debbugs@gnu.org Subject: bug#12876: 24.3.50; DocView problem with cached files Resent-From: Tassilo Horn Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 15 Nov 2012 07:33:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 12876 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Stefan Monnier Cc: Stephen Berman , 12876@debbugs.gnu.org Received: via spool by 12876-submit@debbugs.gnu.org id=B12876.135296474718435 (code B ref 12876); Thu, 15 Nov 2012 07:33:02 +0000 Received: (at 12876) by debbugs.gnu.org; 15 Nov 2012 07:32:27 +0000 Received: from localhost ([127.0.0.1]:43716 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TYtw1-0004nH-Ri for submit@debbugs.gnu.org; Thu, 15 Nov 2012 02:32:27 -0500 Received: from deliver.uni-koblenz.de ([141.26.64.15]:45204) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TYtvx-0004n7-Iv for 12876@debbugs.gnu.org; Thu, 15 Nov 2012 02:32:23 -0500 Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id D99ADD23FC; Thu, 15 Nov 2012 08:31:40 +0100 (CET) X-Virus-Scanned: amavisd-new at uni-koblenz.de Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id OstPMwDhNkMy; Thu, 15 Nov 2012 08:31:40 +0100 (CET) X-CHKRCPT: Envelopesender noch tsdh@gnu.org Received: from thinkpad.tsdh.de (tsdh.uni-koblenz.de [141.26.67.142]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by deliver.uni-koblenz.de (Postfix) with ESMTPSA id 3432AD23FB; Thu, 15 Nov 2012 08:31:40 +0100 (CET) From: Tassilo Horn References: <87ip99g3it.fsf@rosalinde.fritz.box> <87k3tpi6wz.fsf@thinkpad.tsdh.de> Date: Thu, 15 Nov 2012 08:31:38 +0100 In-Reply-To: (Stefan Monnier's message of "Wed, 14 Nov 2012 22:47:39 -0500") Message-ID: <87r4nv490l.fsf@thinkpad.tsdh.de> User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.8 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -3.5 (---) Stefan Monnier writes: >> the following patch fixes the issue for me, but I'm not sure if it's the >> right thing to do. Stefan, could you please check? > > [ BTW, using a "diff -b" is very helpful for such patches which > reindent a lot of code. ] Right, I'll do the next time. >> Basically, the difference between finding a not yet converted doc and >> a doc that's already cached is that in the former case >> `doc-view-goto-page' runs with the selected window displaying the >> doc's buffer. AFAIKS, that's a must for the image-mode winprops >> stuff to work, so in the latter case, the patch defers running > > Actually, no, the winprops stuff should also work when the buffer is > not displayed anywhere. > > But I can't seem to reproduce the OP's problem. > I tried just "emacs -Q ~/tmp/foo.pdf; emacs -Q ~/tmp/foo.pdf" and it > worked fine. Not here running "eliz@gnu.org-20121114172255-6mbtm95gmreikpt1", that is revno 110896. I have the same symptoms as Stephen, that is, "P/17" in mode-line and `doc-view-next-page' and friends error. There are some newer commits since then, but none in lisp/emacs-lisp/gv.el. > I have the strange impression that the problem was actually not in > doc-view.el or image-mode.el (neither of which was modified between > 110689 and 110748). I instead suspect it was a temporary bug in > gv.el. It's been fixed since, but the fix will only become effective > after recompiling the victim. I run Gentoo GNU/Linux, so everytime I reinstall the emacs-vcs package, it'll do a complete vanialla install bootstrapping and recompiling everything. I'll update to revno 110904 to see if it works and report back. Bye, Tassilo From unknown Tue Aug 19 12:50:07 2025 X-Loop: help-debbugs@gnu.org Subject: bug#12876: 24.3.50; DocView problem with cached files Resent-From: Tassilo Horn Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 15 Nov 2012 07:59:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 12876 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Stefan Monnier Cc: Stephen Berman , 12876@debbugs.gnu.org Received: via spool by 12876-submit@debbugs.gnu.org id=B12876.135296628220755 (code B ref 12876); Thu, 15 Nov 2012 07:59:02 +0000 Received: (at 12876) by debbugs.gnu.org; 15 Nov 2012 07:58:02 +0000 Received: from localhost ([127.0.0.1]:43739 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TYuKo-0005Oi-21 for submit@debbugs.gnu.org; Thu, 15 Nov 2012 02:58:02 -0500 Received: from deliver.uni-koblenz.de ([141.26.64.15]:47779) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TYuKk-0005OJ-Rk for 12876@debbugs.gnu.org; Thu, 15 Nov 2012 02:57:59 -0500 Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id C796FD2227; Thu, 15 Nov 2012 08:57:18 +0100 (CET) X-Virus-Scanned: amavisd-new at uni-koblenz.de Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fm43Dht6jsdB; Thu, 15 Nov 2012 08:57:18 +0100 (CET) X-CHKRCPT: Envelopesender noch tsdh@gnu.org Received: from thinkpad.tsdh.de (tsdh.uni-koblenz.de [141.26.67.142]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by deliver.uni-koblenz.de (Postfix) with ESMTPSA id 3F359D2224; Thu, 15 Nov 2012 08:57:18 +0100 (CET) From: Tassilo Horn References: <87ip99g3it.fsf@rosalinde.fritz.box> <87k3tpi6wz.fsf@thinkpad.tsdh.de> <87r4nv490l.fsf@thinkpad.tsdh.de> Date: Thu, 15 Nov 2012 08:57:17 +0100 In-Reply-To: <87r4nv490l.fsf@thinkpad.tsdh.de> (Tassilo Horn's message of "Thu, 15 Nov 2012 08:31:38 +0100") Message-ID: <87ip9747tu.fsf@thinkpad.tsdh.de> User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.8 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.1 (--) Tassilo Horn writes: >> Actually, no, the winprops stuff should also work when the buffer is >> not displayed anywhere. >> >> But I can't seem to reproduce the OP's problem. I tried just "emacs >> -Q ~/tmp/foo.pdf; emacs -Q ~/tmp/foo.pdf" and it worked fine. > > Not here running "eliz@gnu.org-20121114172255-6mbtm95gmreikpt1", that > is revno 110896. I have the same symptoms as Stephen, that is, "P/17" > in mode-line and `doc-view-next-page' and friends error. > > [...] > > I'll update to revno 110904 to see if it works and report back. Done so, and the problem still exists. Bye, Tassilo From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 18 03:06:50 2013 Received: (at control) by debbugs.gnu.org; 18 Jan 2013 08:06:50 +0000 Received: from localhost ([127.0.0.1]:37819 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Tw6yP-0001qa-Hv for submit@debbugs.gnu.org; Fri, 18 Jan 2013 03:06:49 -0500 Received: from fencepost.gnu.org ([208.118.235.10]:36390) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Tw6yO-0001qS-0q for control@debbugs.gnu.org; Fri, 18 Jan 2013 03:06:48 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1Tw6xe-0005zx-1H for control@debbugs.gnu.org; Fri, 18 Jan 2013 03:06:02 -0500 Date: Fri, 18 Jan 2013 03:06:02 -0500 Message-Id: Subject: control message for bug 12876 To: X-Mailer: mail (GNU Mailutils 2.1) From: Glenn Morris X-Spam-Score: -4.2 (----) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -4.2 (----) merge 13482 12876 From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 18 12:07:33 2013 Received: (at control) by debbugs.gnu.org; 18 Jan 2013 17:07:34 +0000 Received: from localhost ([127.0.0.1]:38980 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TwFPh-00088F-KS for submit@debbugs.gnu.org; Fri, 18 Jan 2013 12:07:33 -0500 Received: from fencepost.gnu.org ([208.118.235.10]:48788) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TwFPf-000886-AC for control@debbugs.gnu.org; Fri, 18 Jan 2013 12:07:31 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1TwFOt-0000Ep-Ft for control@debbugs.gnu.org; Fri, 18 Jan 2013 12:06:43 -0500 Date: Fri, 18 Jan 2013 12:06:43 -0500 Message-Id: Subject: control message for bug 13482 To: X-Mailer: mail (GNU Mailutils 2.1) From: Glenn Morris X-Spam-Score: -4.2 (----) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -4.2 (----) unmerge 13482 From unknown Tue Aug 19 12:50:07 2025 X-Loop: help-debbugs@gnu.org Subject: bug#12876: 24.3.50; DocView problem with cached files Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 13 Sep 2020 16:08:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 12876 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Tassilo Horn Cc: Stephen Berman , 12876@debbugs.gnu.org, Stefan Monnier Received: via spool by 12876-submit@debbugs.gnu.org id=B12876.160001323517370 (code B ref 12876); Sun, 13 Sep 2020 16:08:01 +0000 Received: (at 12876) by debbugs.gnu.org; 13 Sep 2020 16:07:15 +0000 Received: from localhost ([127.0.0.1]:51431 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kHUX4-0004W5-Tg for submit@debbugs.gnu.org; Sun, 13 Sep 2020 12:07:15 -0400 Received: from quimby.gnus.org ([95.216.78.240]:46838) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kHUX3-0004Vq-1e for 12876@debbugs.gnu.org; Sun, 13 Sep 2020 12:07:13 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=dcL3p8MLCEhluwP5pZHRQvPNjVTlaX3ik/FsbncSXCg=; b=CjQ63i2i2//tbLtzkiKBygMYoA 4PzaPpEDNpMHEBPsDYHa5qSZL8fqq7JRkOPHirTvxJ90AQ3SH9UkSzBMXlHlvC0I/AlZcF/KaTpbl Kxc5yvhomudy0VjGqNl7neNeXqgtgDy6980tgRH3ClWsMrvrRmGho9v/qWKiQkLsgXOQ=; Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=xo) by quimby with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kHUWt-0004s6-2C; Sun, 13 Sep 2020 18:07:05 +0200 From: Lars Ingebrigtsen References: <87ip99g3it.fsf@rosalinde.fritz.box> <87k3tpi6wz.fsf@thinkpad.tsdh.de> <87r4nv490l.fsf@thinkpad.tsdh.de> <87ip9747tu.fsf@thinkpad.tsdh.de> X-Now-Playing: Machinedrum's _Cached_: "Get It! (Beat 4)" Date: Sun, 13 Sep 2020 18:07:01 +0200 In-Reply-To: <87ip9747tu.fsf@thinkpad.tsdh.de> (Tassilo Horn's message of "Thu, 15 Nov 2012 08:57:17 +0100") Message-ID: <87d02pk6e2.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.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: Tassilo Horn writes: >>> But I can't seem to reproduce the OP's problem. I tried just "emacs >>> -Q ~/tmp/foo.pdf; emacs -Q ~/tmp/foo.pdf" and it worked fine. [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -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-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 (-) Tassilo Horn writes: >>> But I can't seem to reproduce the OP's problem. I tried just "emacs >>> -Q ~/tmp/foo.pdf; emacs -Q ~/tmp/foo.pdf" and it worked fine. [...] > Done so, and the problem still exists. The original bug report was a bit vague about what the bug was, but I tried reproducing it with $ emacs -Q ~/tmp/foo.pdf C-x C-c $ emacs -Q ~/tmp/foo.pdf and I'm not able to get Emacs to bug out. So is anybody seeing this problem still? If so, what are the steps to reproduce it? -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Sun Sep 13 12:07:20 2020 Received: (at control) by debbugs.gnu.org; 13 Sep 2020 16:07:20 +0000 Received: from localhost ([127.0.0.1]:51434 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kHUXA-0004WP-9v for submit@debbugs.gnu.org; Sun, 13 Sep 2020 12:07:20 -0400 Received: from quimby.gnus.org ([95.216.78.240]:46854) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kHUX8-0004Vy-Eo for control@debbugs.gnu.org; Sun, 13 Sep 2020 12:07:18 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=COtvMN+PM6gunAhptZSjQUkfcpu2tqsT2VM4jNrbivc=; b=iOPUDyqXgg4I1j52xeYG3+qEFe 8mfOTBjOeiL1cCxDHO0dRzkRXDrHCTnr8aRNBfzs4LipnoVaCZpGF9tVXLBtpzpbPJ4HTi2EBfWZv 7jaIdEJds2097+YKp9baBZKJLiBqurhTsDvvoU8WIo0n32rV/SK6vFwxcpMv8pGMmgOE=; Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=xo) by quimby with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kHUX0-0004sJ-RQ for control@debbugs.gnu.org; Sun, 13 Sep 2020 18:07:12 +0200 Date: Sun, 13 Sep 2020 18:07:09 +0200 Message-Id: <87bli9k6du.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #12876 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: tags 12876 + moreinfo quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -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: control 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 (-) tags 12876 + moreinfo quit From unknown Tue Aug 19 12:50:07 2025 X-Loop: help-debbugs@gnu.org Subject: bug#12876: 24.3.50; DocView problem with cached files Resent-From: Stephen Berman Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 13 Sep 2020 20:06:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 12876 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo To: Lars Ingebrigtsen Cc: 12876@debbugs.gnu.org, Stefan Monnier , Tassilo Horn Received: via spool by 12876-submit@debbugs.gnu.org id=B12876.16000275277680 (code B ref 12876); Sun, 13 Sep 2020 20:06:02 +0000 Received: (at 12876) by debbugs.gnu.org; 13 Sep 2020 20:05:27 +0000 Received: from localhost ([127.0.0.1]:51824 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kHYFb-0001zn-I2 for submit@debbugs.gnu.org; Sun, 13 Sep 2020 16:05:27 -0400 Received: from mout.gmx.net ([212.227.17.22]:57277) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kHYFZ-0001za-0M for 12876@debbugs.gnu.org; Sun, 13 Sep 2020 16:05:26 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gmx.net; s=badeba3b8450; t=1600027515; bh=5TwxwmrepAlxYe2XkmOdnFewQTGCLtBKf6vYERlnvfM=; h=X-UI-Sender-Class:From:To:Cc:Subject:References:Date:In-Reply-To; b=VnYnJPkUYEy15nDX+i+4k3YyiLyde7WCpNX9nzPRSKirZXNlS+rNlf2+ZiGt4Vgc4 UWPCHumAYd1A5oxfbOPJDqUq+Mpl/zspJLH0LBKKJDHCVYJdMfobE8xWfb50AfuTcY jGqTcLigcuoFA65rmax3+cd+a5jBDbiTO4s/naig= X-UI-Sender-Class: 01bb95c1-4bf8-414a-932a-4f6e2808ef9c Received: from strobe-jhalfs ([188.109.175.88]) by mail.gmx.com (mrgmx105 [212.227.17.168]) with ESMTPSA (Nemesis) id 1MysW2-1kUFZZ0e4w-00w0a0; Sun, 13 Sep 2020 22:05:15 +0200 From: Stephen Berman References: <87ip99g3it.fsf@rosalinde.fritz.box> <87k3tpi6wz.fsf@thinkpad.tsdh.de> <87r4nv490l.fsf@thinkpad.tsdh.de> <87ip9747tu.fsf@thinkpad.tsdh.de> <87d02pk6e2.fsf@gnus.org> Date: Sun, 13 Sep 2020 22:05:09 +0200 In-Reply-To: <87d02pk6e2.fsf@gnus.org> (Lars Ingebrigtsen's message of "Sun, 13 Sep 2020 18:07:01 +0200") Message-ID: <875z8hxx1m.fsf@gmx.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Provags-ID: V03:K1:0myq57ORL/eXtJAjsKM2GjwzMDodQezRhVy+aAJQkIAnvSWJStV i6RTCabKoFm72aG1rcjWXPryZI5d3DsYm4gBqS8fApjjgG/kgvHLkrkq9xJJcoCS4sdBeLE Yh8PjansA8PqPpwEdaZNuuByBfnsQ3f6Sv9RyEhXn0AYh33TemG8B4BCuzIzEjn3N53oMZs U2nnrJhzQ4wKjx9NZxNYw== X-Spam-Flag: NO X-UI-Out-Filterresults: notjunk:1;V03:K0:b0xJjc1+oKo=:zHY7hFEpCGXi0cO8LB7Yle Wic1OTYfAA4M6d46ksHxoB2w5pJ0yPbBhub4XI8BVKN7FExIGtABsCW5iaUsmbcq5SlBwHqIE oaoFXgZimrZac7ReBkaQBxcTNyKz5YBeNmxE/niHJvM0W7DwAp0HND9kOh4rCxKnLvWsMVmSJ 3CGEJkNSP4xdLm2eYHDP0oR3TFlXhz96Js9WdYTlUnE3+QG5hLJnej+vvhKCHh/ZrJpuFq87f Zfa/X985nMn/NeIboGAbReL8YGZZQqYBM9Fj++d7GgGUYxfEZWSlpgcK6HjNwHFYAojLwssrc 2uPYbK2R/67BI7814qvvK0k2IYypSfYuU8OjM4f6alrWsiRsPkB++DCk9dSYCBBugsQpx3Xrx aOv8HOkwbGTzL4nvoXM6U930Swpd+NGSkDPEs+2Toyzub+ycLjK9ZwNe3VL8ojX4rkpuDDkbL 7/y8HC84FoNkiLdfkli6mk24M0J4jogYXwmgUgLZlg3UmTnPvRC2ZivlxgmulL0U4M7vyJG5b udL97Azt9P3HTprVMsppxm8kPKhEUljgsPMq8J11B8e0o9+Cf9tsUC9MGQzi5nNIKExQ4h1F7 JT6Ta/0aY3D7xg/auqoYgUfsDy3Z5e9R9E1A03KePjGNHXYY9zR+Tq8ikrf4LDjj+LTKejLcR EhXYkD2ifviUc290Eo4IDnQtpblM2VQdhsn/y5OJnuM/T/2FdyA6TFOQnS1croL1hGZfxQ38b CkTRg98Rwm4eIPDT8P2Jhs+mowhonUzypDR7t2ZA0yzj+URe3DrYA6/6iKGDIbEiWs5o9KE3T cfzaMtYjiosFv9YMRSp4KLmNqo6C8gcHmHNz0DFNLR3JgqZb8Sr4W0E7f44fyKc0+sJ+W8SeE Pmp1eq5uIjvz5Zzwh3UT7OddWoLF73ymffeJe+X82CekHVZBl6Cu92bR05Gc3tngNBfD78lNw wG2mDxUXzD7IrYW8Y3BfZhO9RFJnSTeVcCr7O6V4vCT5FEm600vAymPCP8Di2K2QzQjsNBKVg uC+cTXVN40BnCITqovFDaEnFrkmX/UBF2u9hW1E8deFp5+8lMAFER11PSaKJ9bKxtkIj8og7L SDTR1bsAPJf+WJsto1x8LU0rxJob1VVH7sN1mbo/ScsRRFd5aV/WK0Ulr2eAM7dMqSmJsqCpt 331K7ifrpVKGXZXD4GXJX1tnbVzS9U0vgAW75ixBFy/ZWNovhMv6zwW+SVDD2+NrtyJqCgL/Z nEalMkShygrr6odFsLbvDryyCMl8HW7QyOgYFkQ== X-Spam-Score: -0.7 (/) 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 (-) On Sun, 13 Sep 2020 18:07:01 +0200 Lars Ingebrigtsen wrote: > Tassilo Horn writes: > >>>> But I can't seem to reproduce the OP's problem. I tried just "emacs >>>> -Q ~/tmp/foo.pdf; emacs -Q ~/tmp/foo.pdf" and it worked fine. > > [...] > >> Done so, and the problem still exists. > > The original bug report was a bit vague about what the bug was, but I > tried reproducing it with > > > $ emacs -Q ~/tmp/foo.pdf > C-x C-c > $ emacs -Q ~/tmp/foo.pdf > > > and I'm not able to get Emacs to bug out. So is anybody seeing this > problem still? If so, what are the steps to reproduce it? With emacs 27 and master I can't reproduce the problems I originally reported either. Steve Berman From unknown Tue Aug 19 12:50:07 2025 X-Loop: help-debbugs@gnu.org Subject: bug#12876: 24.3.50; DocView problem with cached files Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 13 Sep 2020 20:25:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 12876 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo To: Stephen Berman Cc: 12876@debbugs.gnu.org, Stefan Monnier , Tassilo Horn Received: via spool by 12876-submit@debbugs.gnu.org id=B12876.16000286459409 (code B ref 12876); Sun, 13 Sep 2020 20:25:02 +0000 Received: (at 12876) by debbugs.gnu.org; 13 Sep 2020 20:24:05 +0000 Received: from localhost ([127.0.0.1]:51858 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kHYXd-0002Rh-6d for submit@debbugs.gnu.org; Sun, 13 Sep 2020 16:24:05 -0400 Received: from quimby.gnus.org ([95.216.78.240]:49176) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kHYXa-0002RC-CL for 12876@debbugs.gnu.org; Sun, 13 Sep 2020 16:24:03 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=T9dPLz9xxrfAmYjQUuiCWrNc34N+lkd9EpDNHeydDE8=; b=CVPLykcpwSgfdp7ul8TIcm83dE dzYkgbx4OH1jp6A3k7Ykxf5kidamaW/zCOgvntC7TsLAOVUw6wd+utjqoBmyiqq/88ZkYAT2FjaT4 Vk9Udy9LsizIGrWgoCtS/X2YEttF8Coei1FXsg0wnkEenykIt9sZiJccfEQnKSG9fmWo=; Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=xo) by quimby with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kHYXO-0007QI-1d; Sun, 13 Sep 2020 22:23:55 +0200 From: Lars Ingebrigtsen References: <87ip99g3it.fsf@rosalinde.fritz.box> <87k3tpi6wz.fsf@thinkpad.tsdh.de> <87r4nv490l.fsf@thinkpad.tsdh.de> <87ip9747tu.fsf@thinkpad.tsdh.de> <87d02pk6e2.fsf@gnus.org> <875z8hxx1m.fsf@gmx.net> Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAABGdBTUEAALGPC/xhBQAAACBj SFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAALVBMVEX5+fn+/v7m7vTo 6Ojq8/nZ2dnLy8v9/f3Y6PXG3fDM4vO71eva4ee+vr7///+Bf+twAAAAAWJLR0QOb70wTwAAAAd0 SU1FB+QJDRQXEL1g1sYAAAGcSURBVDjLlZO/T8JAFMfvaBEHh3v8SBOnFjDp2PY8N5MWapToIJzX WYPsMrESJsPshH+B6B8A8Z+zLZT2aNH4hst79+n3vu9drggDAEFNveToTQt2UUXx2qWU8oHgKYAY 1CAfW1CmggkhqOCM8zA1YHsU40FYjkS4UB5SewsYCwsW7bCA0osR3YGrgI94QIWIlSJVDIcbS7xn XmrrcVXHRe0iAjV7D0QfsoAJpZ9XaHHylAWdWa+n+qbpARxJHsfzT9N/vVkaAA3Z/PpO9b14qyyD 1e37fL14C7OGJwG/5iNfrUTmRe3mu8oCSVGdKkg1kRtdiTTg6fq7t5h/LL2cBzrRCUb1ca7d+tdi tlrmPaDeak7NGf61K3peCAi1WlYRUFQbql4BsBRqgJMHxHaM+6TIAAz2Zd8B4qWgijepQm0neUIZ BcGE492fkPVQsZuOLpl30vn2JnfgAOCHQPffisEBQB4PKay/AZHBQ7I/eZFBMrg2QcXmGsRgsgPP qTcCDSFFR1HgcfhMx/FJlaju0DOr03Z933VbKInSD9kReo2cCx03AAAAJXRFWHRkYXRlOmNyZWF0 ZQAyMDIwLTA5LTEzVDIwOjIzOjE2KzAwOjAwgf53VQAAACV0RVh0ZGF0ZTptb2RpZnkAMjAyMC0w OS0xM1QyMDoyMzoxNiswMDowMPCjz+kAAAAASUVORK5CYII= X-Now-Playing: Ursula K. Le Guin & Todd Barton's _Music and Poetry of The Kesh_ Date: Sun, 13 Sep 2020 22:23:48 +0200 In-Reply-To: <875z8hxx1m.fsf@gmx.net> (Stephen Berman's message of "Sun, 13 Sep 2020 22:05:09 +0200") Message-ID: <87y2ldfmsr.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.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: Stephen Berman writes: > With emacs 27 and master I can't reproduce the problems I originally > reported either. Thanks for checking. I guess this has been fixed then, so I'm closing thing bug report. Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -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-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 (-) Stephen Berman writes: > With emacs 27 and master I can't reproduce the problems I originally > reported either. Thanks for checking. I guess this has been fixed then, so I'm closing thing bug report. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Sun Sep 13 16:24:15 2020 Received: (at control) by debbugs.gnu.org; 13 Sep 2020 20:24:15 +0000 Received: from localhost ([127.0.0.1]:51861 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kHYXn-0002S3-Fj for submit@debbugs.gnu.org; Sun, 13 Sep 2020 16:24:15 -0400 Received: from quimby.gnus.org ([95.216.78.240]:49196) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kHYXl-0002Rr-Kh for control@debbugs.gnu.org; Sun, 13 Sep 2020 16:24:14 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=VoiTS7OUJyrWKWjYfKHfTbBEQHKnFd2FbEmf/v3m+ag=; b=hH8D10hLwwIlMuoblDlQig9IaX NpOYl0fPCkYE+3mqElA5124zIIqqEbiEgJZJJhC5XqY5weugq3nwbxhuUI7MdmgLrd84fTqQoM/x1 MHoAqAqocRw403vG5zsnkHJDKR/5ZtTjEqqCDyVkkyHf0PJNC8QYWN2Kq3u9dWnro4fc=; Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=xo) by quimby with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kHYXd-0007Sl-Pe for control@debbugs.gnu.org; Sun, 13 Sep 2020 22:24:07 +0200 Date: Sun, 13 Sep 2020 22:24:04 +0200 Message-Id: <87tuw1fmsb.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #12876 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: close 12876 quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -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: control 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 (-) close 12876 quit