From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#52385: 29.0.50; Doc-View can't view separate pages in separate windows Date: Thu, 16 Dec 2021 21:33:44 +0200 Organization: LINKOV.NET Message-ID: <86v8zo2vl3.fsf@mail.linkov.net> References: <86wnkbnfnp.fsf@mail.linkov.net> <86ee6c5upv.fsf@mail.linkov.net> <83lf0kfnrp.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="5278"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (x86_64-pc-linux-gnu) Cc: monnier@iro.umontreal.ca, 52385@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Thu Dec 16 20:41:47 2021 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mxwdO-0001C9-SE for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 16 Dec 2021 20:41:46 +0100 Original-Received: from localhost ([::1]:35142 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mxwdN-00066Z-5e for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 16 Dec 2021 14:41:45 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:49778) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mxwWs-0003pC-J1 for bug-gnu-emacs@gnu.org; Thu, 16 Dec 2021 14:35:02 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:53591) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mxwWs-0002RG-1B for bug-gnu-emacs@gnu.org; Thu, 16 Dec 2021 14:35:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mxwWr-0003CL-UU for bug-gnu-emacs@gnu.org; Thu, 16 Dec 2021 14:35:01 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 16 Dec 2021 19:35:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 52385 X-GNU-PR-Package: emacs Original-Received: via spool by 52385-submit@debbugs.gnu.org id=B52385.163968326312237 (code B ref 52385); Thu, 16 Dec 2021 19:35:01 +0000 Original-Received: (at 52385) by debbugs.gnu.org; 16 Dec 2021 19:34:23 +0000 Original-Received: from localhost ([127.0.0.1]:36904 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mxwWE-0003BJ-Mb for submit@debbugs.gnu.org; Thu, 16 Dec 2021 14:34:22 -0500 Original-Received: from relay9-d.mail.gandi.net ([217.70.183.199]:59327) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mxwWC-0003B3-Ul for 52385@debbugs.gnu.org; Thu, 16 Dec 2021 14:34:21 -0500 Original-Received: (Authenticated sender: juri@linkov.net) by relay9-d.mail.gandi.net (Postfix) with ESMTPSA id ED3E8FF809; Thu, 16 Dec 2021 19:34:12 +0000 (UTC) In-Reply-To: <83lf0kfnrp.fsf@gnu.org> (Eli Zaretskii's message of "Thu, 16 Dec 2021 19:44:10 +0200") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:222527 Archived-At: >> But the regression is in overlay window priorities: >> when two overlays with 'window' properties are added >> over the same region, then in 27.2 the overlay where >> the overlay window matches the selected window is preferred >> over the overlay with another window. But in 28.0.90 >> the first overlay always wins. > > If you don't assign priorities to overlays, you cannot expect any > particular order of their preferences. It depends on random factors > you cannot control. The window property only filters candidate > overlays, it doesn't affect their priorities for affecting the > display. Sorry for misleading info: actually, it's not about overlay priorities. When an overlay has the ‘window’ property, then this overlay should apply only on that window, but currently it's applied to all windows. So still there is a bug that causes regression.