From debbugs-submit-bounces@debbugs.gnu.org Sat Jun 08 09:59:27 2013 Received: (at submit) by debbugs.gnu.org; 8 Jun 2013 13:59:27 +0000 Received: from localhost ([127.0.0.1]:58383 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UlJfy-0007bz-CQ for submit@debbugs.gnu.org; Sat, 08 Jun 2013 09:59:26 -0400 Received: from eggs.gnu.org ([208.118.235.92]:60218) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UlJfr-0007b1-36 for submit@debbugs.gnu.org; Sat, 08 Jun 2013 09:59:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UlJfd-0002mL-9i for submit@debbugs.gnu.org; Sat, 08 Jun 2013 09:59:07 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, HTML_MESSAGE,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:57743) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UlJfd-0002mF-6m for submit@debbugs.gnu.org; Sat, 08 Jun 2013 09:59:05 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33701) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UlJfa-00010d-Ty for bug-gnu-emacs@gnu.org; Sat, 08 Jun 2013 09:59:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UlJfX-0002kk-3q for bug-gnu-emacs@gnu.org; Sat, 08 Jun 2013 09:59:02 -0400 Received: from mail-qa0-x22d.google.com ([2607:f8b0:400d:c00::22d]:33641) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UlJfW-0002kg-Vm for bug-gnu-emacs@gnu.org; Sat, 08 Jun 2013 09:58:59 -0400 Received: by mail-qa0-f45.google.com with SMTP id ci6so1576521qab.18 for ; Sat, 08 Jun 2013 06:58:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=UB/pTe/vbigLBNHKNeysDWEkcO5Z6LC9a/7XCQJDRLo=; b=zrXVveHW+VOTbzTQhY2kqEO1TjpUdJmNkaiyTQrbSex1s6vhSxwbfAPZ6Q3ZiS/1dD TP6+4sLTqBEFilVKwRH4t586TNXXoUhfctPI4a5NDgQR9jY5nF5b7qTFBu+Q83WQftVW TqMe7G/tjQsjU3zJ3SklwNm2qwMTRfOCt8qDZvXfiFqFzpaPON5vR6kzkQvcJ5frC36C CHaCgFCjCWzF0KXPFiLpNaK97g1M1og9+Oq1+Dn5z3V5lJJHF30WDhd7RjHSLxxqLpnv WsU8Q440nnvQPHUs+So2wT5lMPxSyVcLWBB1839iRVSaEihEeJwvr76ZgH9YXlz6I7n3 f9qw== MIME-Version: 1.0 X-Received: by 10.224.34.198 with SMTP id m6mr7297962qad.39.1370699938145; Sat, 08 Jun 2013 06:58:58 -0700 (PDT) Received: by 10.49.18.162 with HTTP; Sat, 8 Jun 2013 06:58:58 -0700 (PDT) Date: Sat, 8 Jun 2013 14:58:58 +0100 Message-ID: Subject: 24.3.50.1; Overlays with a window property affect other windows From: E Sabof To: bug-gnu-emacs@gnu.org Content-Type: multipart/alternative; boundary=20cf3074b7b0e82d0d04dea4f268 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.2 (----) X-Debbugs-Envelope-To: submit 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: -6.1 (------) --20cf3074b7b0e82d0d04dea4f268 Content-Type: text/plain; charset=ISO-8859-1 To reproduce Start emacs -Q M-: (progn (insert "some text") (let ((ov (make-overlay (- (point) 9) (point)))) (overlay-put ov 'window (selected-window)) (overlay-put ov 'display "different text")) (split-window-vertically)) RET Evgeni --20cf3074b7b0e82d0d04dea4f268 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
To reproduce

Start emacs -Q<= /div>
M-:

(progn
=A0 (insert "s= ome text")
=A0 (let ((ov (make-overlay (- (point) 9) (point)= )))
=A0 =A0 (overlay-put ov 'window (selected-window))
=A0 = =A0 (overlay-put ov 'display "different text"))
=A0= (split-window-vertically))

RET

Evgeni
--20cf3074b7b0e82d0d04dea4f268-- From debbugs-submit-bounces@debbugs.gnu.org Sat Jun 08 14:34:29 2013 Received: (at 14575-done) by debbugs.gnu.org; 8 Jun 2013 18:34:29 +0000 Received: from localhost ([127.0.0.1]:58765 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UlNy9-0003E7-6L for submit@debbugs.gnu.org; Sat, 08 Jun 2013 14:34:29 -0400 Received: from mtaout21.012.net.il ([80.179.55.169]:55962) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UlNy7-0003Dp-41 for 14575-done@debbugs.gnu.org; Sat, 08 Jun 2013 14:34:28 -0400 Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0MO300I007EEW400@a-mtaout21.012.net.il> for 14575-done@debbugs.gnu.org; Sat, 08 Jun 2013 21:34:13 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MO300IBK7L0LVB0@a-mtaout21.012.net.il>; Sat, 08 Jun 2013 21:34:13 +0300 (IDT) Date: Sat, 08 Jun 2013 21:34:01 +0300 From: Eli Zaretskii Subject: Re: bug#14575: 24.3.50.1; Overlays with a window property affect other windows In-reply-to: X-012-Sender: halo1@inter.net.il To: E Sabof Message-id: <83li6ksb8m.fsf@gnu.org> References: X-Spam-Score: 0.2 (/) X-Debbugs-Envelope-To: 14575-done Cc: 14575-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list Reply-To: Eli Zaretskii 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.2 (-) > Date: Sat, 8 Jun 2013 14:58:58 +0100 > From: E Sabof > > Start emacs -Q > M-: > > (progn > (insert "some text") > (let ((ov (make-overlay (- (point) 9) (point)))) > (overlay-put ov 'window (selected-window)) > (overlay-put ov 'display "different text")) > (split-window-vertically)) > > RET Fixed in trunk revision 112896. Thanks. From debbugs-submit-bounces@debbugs.gnu.org Sat Jun 08 14:47:39 2013 Received: (at 14575-done) by debbugs.gnu.org; 8 Jun 2013 18:47:39 +0000 Received: from localhost ([127.0.0.1]:58796 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UlOAt-0003iv-3h for submit@debbugs.gnu.org; Sat, 08 Jun 2013 14:47:39 -0400 Received: from mail-qa0-f54.google.com ([209.85.216.54]:61281) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UlOAr-0003ij-T3 for 14575-done@debbugs.gnu.org; Sat, 08 Jun 2013 14:47:38 -0400 Received: by mail-qa0-f54.google.com with SMTP id n20so1651346qaj.20 for <14575-done@debbugs.gnu.org>; Sat, 08 Jun 2013 11:47:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=d2oejkp3nqvKaOqJ0nLUC40JMCmrreYjp5lKUcc2M9o=; b=sfatnXiD73J5nVGN+pLH/4ckDc1mksA7b38f5Vs3A2lBl2OBd7BdD1QjCZFZFZHCsI nowhZLyjP+1BK/EVgMYGVQHt8BGFXidtU256+h0OxsQQ2JHQOoinZQfMVMWeL6olSSw/ Y3JBsUA3CvdPpWDxrpYB/ux4Hfm88wYiFOpKEcimjBHQLFSeSodbZy4jJw/On47ExWod /Wk6DF475kY/hKoZmAt8DO8QK8Jo6xDsU/wXb6/R38YUekerRSeR3N5RWEdC07Lo35bD kxAe7O1+fKxoN/U0+Tc+YuQFTINUPjkKoUR+p9cKBD7yD3MtavFHWCDkb/sXsScHBIXH BoGw== MIME-Version: 1.0 X-Received: by 10.49.118.196 with SMTP id ko4mr4051843qeb.52.1370717244839; Sat, 08 Jun 2013 11:47:24 -0700 (PDT) Received: by 10.49.18.162 with HTTP; Sat, 8 Jun 2013 11:47:24 -0700 (PDT) In-Reply-To: <83li6ksb8m.fsf@gnu.org> References: <83li6ksb8m.fsf@gnu.org> Date: Sat, 8 Jun 2013 19:47:24 +0100 Message-ID: Subject: Re: bug#14575: 24.3.50.1; Overlays with a window property affect other windows From: E Sabof To: Eli Zaretskii Content-Type: multipart/alternative; boundary=047d7b6d9722775cac04dea8fa8e X-Spam-Score: -1.2 (-) X-Debbugs-Envelope-To: 14575-done Cc: 14575-done@debbugs.gnu.org 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.6 (--) --047d7b6d9722775cac04dea8fa8e Content-Type: text/plain; charset=ISO-8859-1 Cool, thanks. That was fast. On Sat, Jun 8, 2013 at 7:34 PM, Eli Zaretskii wrote: > > Date: Sat, 8 Jun 2013 14:58:58 +0100 > > From: E Sabof > > > > Start emacs -Q > > M-: > > > > (progn > > (insert "some text") > > (let ((ov (make-overlay (- (point) 9) (point)))) > > (overlay-put ov 'window (selected-window)) > > (overlay-put ov 'display "different text")) > > (split-window-vertically)) > > > > RET > > Fixed in trunk revision 112896. > > Thanks. > --047d7b6d9722775cac04dea8fa8e Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Cool, thanks. That was fast.


On Sat, Jun 8, 2013 at 7:34 PM, Eli Z= aretskii <eliz@gnu.org> wrote:
> Date: Sat, 8 Jun 2013 14:58:58 +0100 > From: E Sabof <esabof@gmail.com= >
>
> Start emacs -Q
> M-:
>
> (progn
> =A0 (insert "some text")
> =A0 (let ((ov (make-overlay (- (point) 9) (point))))
> =A0 =A0 (overlay-put ov 'window (selected-window))
> =A0 =A0 (overlay-put ov 'display "different text"))
> =A0 (split-window-vertically))
>
> RET

Fixed in trunk revision 112896.

Thanks.

--047d7b6d9722775cac04dea8fa8e-- From debbugs-submit-bounces@debbugs.gnu.org Sat Jun 08 15:33:18 2013 Received: (at 14575) by debbugs.gnu.org; 8 Jun 2013 19:33:18 +0000 Received: from localhost ([127.0.0.1]:58854 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UlOt4-0005PE-JI for submit@debbugs.gnu.org; Sat, 08 Jun 2013 15:33:18 -0400 Received: from mtaout20.012.net.il ([80.179.55.166]:58490) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UlOt1-0005Ow-Vc for 14575@debbugs.gnu.org; Sat, 08 Jun 2013 15:33:17 -0400 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0MO300900A8XZP00@a-mtaout20.012.net.il> for 14575@debbugs.gnu.org; Sat, 08 Jun 2013 22:33:01 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MO3009MGAB1OK50@a-mtaout20.012.net.il>; Sat, 08 Jun 2013 22:33:01 +0300 (IDT) Date: Sat, 08 Jun 2013 22:32:50 +0300 From: Eli Zaretskii Subject: Re: bug#14575: 24.3.50.1; Overlays with a window property affect other windows In-reply-to: X-012-Sender: halo1@inter.net.il To: E Sabof Message-id: <83hah8s8il.fsf@gnu.org> References: <83li6ksb8m.fsf@gnu.org> X-Spam-Score: 0.7 (/) X-Debbugs-Envelope-To: 14575 Cc: 14575@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list Reply-To: Eli Zaretskii 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.2 (-) > Date: Sat, 8 Jun 2013 19:47:24 +0100 > From: E Sabof > Cc: 14575-done@debbugs.gnu.org > > Cool, thanks. That was fast. Well, it's Saturday... Btw, this bug was introduced 2 years ago, during the development of v24.1, and no one ever said anything until now. I guess that speaks volumes of how frequently people use window-specific overlays. From debbugs-submit-bounces@debbugs.gnu.org Sat Jun 08 15:45:25 2013 Received: (at 14575) by debbugs.gnu.org; 8 Jun 2013 19:45:25 +0000 Received: from localhost ([127.0.0.1]:58884 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UlP4l-0005q9-P2 for submit@debbugs.gnu.org; Sat, 08 Jun 2013 15:45:24 -0400 Received: from mail-la0-f48.google.com ([209.85.215.48]:39742) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UlP4k-0005po-CN for 14575@debbugs.gnu.org; Sat, 08 Jun 2013 15:45:23 -0400 Received: by mail-la0-f48.google.com with SMTP id lx15so3659303lab.35 for <14575@debbugs.gnu.org>; Sat, 08 Jun 2013 12:45:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type:x-antivirus:x-antivirus-status; bh=bzBulISJSeZQwxyHFgxTrQ2us2iMO8zOleBFlGUnlnA=; b=zl1/S8VnaF0Ms8iub5e0Br1YUgWeHyCPk9kEEeAUfcbdlhzOWRe6RwlOAIeCAux4MR 1ASsMp8iucGyF9udRhkPj739UI0KmDLt4RhclEU1evxV1DbuOxrpwNUvsHM+3yLEtVtk k7fNFsMgwhrP7GnV4KMkuySHSBs/8WRhjPIR1JaencwTgSFPMAKr9NZM08D7wCW6JLNL ihlcUYnoJnZu6hlhAZXV0BFUaEBW6r8t6kIhvfSRthX2b52Zhuz97SXr7mXEtZqc8g1a zUUIa8fLABeLVr/VPIM8yX7Z1WCWb47bYpJ6zcX/nfHMQU6YA39dYj5K10zPBN6hweDo G9cw== X-Received: by 10.152.88.42 with SMTP id bd10mr1875569lab.32.1370720708607; Sat, 08 Jun 2013 12:45:08 -0700 (PDT) Received: from SOL ([178.252.98.87]) by mx.google.com with ESMTPSA id 3sm517264lbr.0.2013.06.08.12.45.06 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 08 Jun 2013 12:45:07 -0700 (PDT) From: Dmitry Gutov To: Eli Zaretskii Subject: Re: bug#14575: 24.3.50.1; Overlays with a window property affect other windows References: <83li6ksb8m.fsf@gnu.org> <83hah8s8il.fsf@gnu.org> Date: Sat, 08 Jun 2013 23:45:05 +0400 In-Reply-To: <83hah8s8il.fsf@gnu.org> (Eli Zaretskii's message of "Sat, 08 Jun 2013 22:32:50 +0300") Message-ID: <878v2kqtdq.fsf@yandex.ru> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (windows-nt) MIME-Version: 1.0 Content-Type: text/plain X-Antivirus: avast! (VPS 130608-0, 08.06.2013), Outbound message X-Antivirus-Status: Clean X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 14575 Cc: E Sabof , 14575@debbugs.gnu.org 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.6 (--) Eli Zaretskii writes: > Btw, this bug was introduced 2 years ago, during the development of > v24.1, and no one ever said anything until now. I guess that speaks > volumes of how frequently people use window-specific overlays. company-mode does use them, but with `before-string' and `invisible' instead of `display'. Not exactly sure why. From debbugs-submit-bounces@debbugs.gnu.org Sat Jun 08 16:00:35 2013 Received: (at 14575) by debbugs.gnu.org; 8 Jun 2013 20:00:36 +0000 Received: from localhost ([127.0.0.1]:58911 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UlPJR-0006NR-VI for submit@debbugs.gnu.org; Sat, 08 Jun 2013 16:00:34 -0400 Received: from mout.web.de ([212.227.15.3]:65169) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UlPJM-0006Mw-Op for 14575@debbugs.gnu.org; Sat, 08 Jun 2013 16:00:30 -0400 Received: from drachen.dragon ([89.204.130.77]) by smtp.web.de (mrweb004) with ESMTPSA (Nemesis) id 0MJpnI-1UmVEk1HBU-00187K; Sat, 08 Jun 2013 22:00:12 +0200 From: Michael Heerdegen To: Eli Zaretskii Subject: Re: bug#14575: 24.3.50.1; Overlays with a window property affect other windows References: <83li6ksb8m.fsf@gnu.org> <83hah8s8il.fsf@gnu.org> Date: Sat, 08 Jun 2013 22:00:08 +0200 In-Reply-To: <83hah8s8il.fsf@gnu.org> (Eli Zaretskii's message of "Sat, 08 Jun 2013 22:32:50 +0300") Message-ID: <878v2k74qf.fsf@web.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Provags-ID: V03:K0:z7FFxDsi/fOKMaszXc6YanGTEBg58akQqh40Eu6YWft72qwO+iF g3cX8dinMkqgQDs1G/zq++efD5+cLKPVRU8qc0XyNURIxieTxfur1qTUDCLG3RPl/EfvLSH maYp3vjk7KD01zIJ08hG9FAZGYPgXK0LMkjmTLzgaAVRthPWHeQi8N0UmUHb7JATeAyjfhK duFgN2N/HXG4lnlxgzOAw== X-Spam-Score: -0.5 (/) X-Debbugs-Envelope-To: 14575 Cc: E Sabof , 14575@debbugs.gnu.org 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.4 (--) Eli Zaretskii writes: > Btw, this bug was introduced 2 years ago, during the development of > v24.1, and no one ever said anything until now. I guess that speaks > volumes of how frequently people use window-specific overlays. I use them all the time for different purposes - but only for highlighting stuff like highlighting the current line of the selected window, or give a visual orientation when scrolling a window. It's probably quite unusual to change the displayed text of a buffer on a per-window basis. Michael. From debbugs-submit-bounces@debbugs.gnu.org Sat Jun 08 16:14:18 2013 Received: (at 14575) by debbugs.gnu.org; 8 Jun 2013 20:14:18 +0000 Received: from localhost ([127.0.0.1]:58941 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UlPWk-0006sV-Cx for submit@debbugs.gnu.org; Sat, 08 Jun 2013 16:14:18 -0400 Received: from mail-qc0-f178.google.com ([209.85.216.178]:43299) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UlPWg-0006sD-F2 for 14575@debbugs.gnu.org; Sat, 08 Jun 2013 16:14:17 -0400 Received: by mail-qc0-f178.google.com with SMTP id c11so1053389qcv.9 for <14575@debbugs.gnu.org>; Sat, 08 Jun 2013 13:14:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=rGNmwpEDJFhvipX3JWVmisfcSHl43IVg+MxA/pvpbTw=; b=ef07cGxcSm/bPREt5qHnlSVRZL0R15fm6S4bBMdmkLwNhXE7ZE40Qf4kooJwdNEeW1 s+b3yOODnOY4yC2THgOAVrZ2VStsDAVxaCMELlxfqL15WWitVLhrsHDmgDZilY9vUQyL fcqc2jk+87R8iTF6wnXS701sZ28ClJsFrUvOaWDAu8+Hj6KDIC8+EoBn1hhwl+o/S9/9 w86eiksopfPDfcpgyUpQm7nH9lF3ts/M0zZ+cuPvKPOO39n7hTUPAaKxETrpznJd8Qd+ 5MKza/fTgAj7qad1Rr5/vh2pYJFTMO3iRqyy1yXEyLBHPIFpkDYC+AaKBepsLCONFuPb dspw== MIME-Version: 1.0 X-Received: by 10.229.107.14 with SMTP id z14mr1585509qco.43.1370722441446; Sat, 08 Jun 2013 13:14:01 -0700 (PDT) Received: by 10.49.18.162 with HTTP; Sat, 8 Jun 2013 13:14:01 -0700 (PDT) In-Reply-To: <83hah8s8il.fsf@gnu.org> References: <83li6ksb8m.fsf@gnu.org> <83hah8s8il.fsf@gnu.org> Date: Sat, 8 Jun 2013 21:14:01 +0100 Message-ID: Subject: Re: bug#14575: 24.3.50.1; Overlays with a window property affect other windows From: E Sabof To: Eli Zaretskii Content-Type: multipart/alternative; boundary=00235446fb38354ff704deaa30a9 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 14575 Cc: 14575@debbugs.gnu.org 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.6 (--) --00235446fb38354ff704deaa30a9 Content-Type: text/plain; charset=ISO-8859-1 > > Well, it's Saturday... > > Btw, this bug was introduced 2 years ago, during the development of > v24.1, and no one ever said anything until now. I guess that speaks > volumes of how frequently people use window-specific overlays. > I think the more advanced features of the display engine are generally under-used. Maybe because there aren't as many users from the front-end side of things. Btw, I'm trying to implement variable width right/centered paragraph alignment. Now that I think about it, I might also do justified text (with varied width of spaces). https://github.com/sabof/magic-buffer It's still in prototype stages, but the prognosis is good. And with window-specific overlays, I can make if work even it the text is displayed in multiple windows simultaneously --00235446fb38354ff704deaa30a9 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Well, it's Saturd= ay...

Btw, this bug was introduced 2 years ago, during the development of
v24.1, and no one ever said anything until now. =A0I guess that speaks
volumes of how frequently people use window-specific overlays.

I think the more advanced features of the display e= ngine are generally under-used. Maybe because there aren't as many user= s from the front-end side of things.

Btw, I'm trying to implement variable width right/c= entered paragraph alignment. Now that I think about it, I might also do jus= tified text (with varied width of spaces).


It's still in prototype stages, but the prognosis i= s good. And with window-specific overlays, I can make if work even it the t= ext is displayed in multiple windows simultaneously
--00235446fb38354ff704deaa30a9-- From debbugs-submit-bounces@debbugs.gnu.org Sat Jun 08 16:17:11 2013 Received: (at 14575) by debbugs.gnu.org; 8 Jun 2013 20:17:11 +0000 Received: from localhost ([127.0.0.1]:58948 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UlPZW-00070a-TO for submit@debbugs.gnu.org; Sat, 08 Jun 2013 16:17:11 -0400 Received: from mail-qe0-f44.google.com ([209.85.128.44]:53221) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UlPZU-00070O-Bd for 14575@debbugs.gnu.org; Sat, 08 Jun 2013 16:17:09 -0400 Received: by mail-qe0-f44.google.com with SMTP id 5so1000524qeb.31 for <14575@debbugs.gnu.org>; Sat, 08 Jun 2013 13:16:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=s5UmBHwlxCqWlgUPqfbAUy2Erv/rkLiEraYhJea3fDE=; b=kFVQa7JTjlT5DeG87Fvdft9LQPB2y+LPDF+GhqZZK0H+K3SKREfeb/d90keVC72GBL CbHHbPaYSlonYU97QGH5MS7IKON4yuVjsolgs8jMV/2ZrCbujU1iiYyv64Yg1CpYUSZ2 Xa7zxsJCk2ki7q14iKIO/VKWNd+tyFtDnCdFtCJcyUEy5Qv/4XUIqpeJVOHAuQ7ajK/M 8/7bMWKEdmmg2/YwAcmmfcpbfE5i4F9eqKPbTwqYsVB+my3p+ipdkpO8i0VDM4tHp54p c7RJRe1pOTtNG7pZ5R0XkfrFSXcZZkRlXhi8j/wHs2DTTY1j4UrTo7wsIKXRQgtObYMg ICWw== MIME-Version: 1.0 X-Received: by 10.229.139.4 with SMTP id c4mr1423419qcu.118.1370722615378; Sat, 08 Jun 2013 13:16:55 -0700 (PDT) Received: by 10.49.18.162 with HTTP; Sat, 8 Jun 2013 13:16:55 -0700 (PDT) In-Reply-To: References: <83li6ksb8m.fsf@gnu.org> <83hah8s8il.fsf@gnu.org> Date: Sat, 8 Jun 2013 21:16:55 +0100 Message-ID: Subject: Re: bug#14575: 24.3.50.1; Overlays with a window property affect other windows From: E Sabof To: Eli Zaretskii Content-Type: multipart/alternative; boundary=e89a8f5035be9348ac04deaa3a14 X-Spam-Score: -2.6 (--) X-Debbugs-Envelope-To: 14575 Cc: 14575@debbugs.gnu.org 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.6 (--) --e89a8f5035be9348ac04deaa3a14 Content-Type: text/plain; charset=ISO-8859-1 Also, wanted to ask, is there a way to use bidi display to align English text to the right? On Sat, Jun 8, 2013 at 9:14 PM, E Sabof wrote: > Well, it's Saturday... >> >> Btw, this bug was introduced 2 years ago, during the development of >> v24.1, and no one ever said anything until now. I guess that speaks >> volumes of how frequently people use window-specific overlays. >> > > I think the more advanced features of the display engine are generally > under-used. Maybe because there aren't as many users from the front-end > side of things. > > Btw, I'm trying to implement variable width right/centered paragraph > alignment. Now that I think about it, I might also do justified text (with > varied width of spaces). > > https://github.com/sabof/magic-buffer > > It's still in prototype stages, but the prognosis is good. And with > window-specific overlays, I can make if work even it the text is displayed > in multiple windows simultaneously > --e89a8f5035be9348ac04deaa3a14 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Also, wanted to ask, is there a way to use bidi display to= align English text to the right?


<= div class=3D"gmail_quote">On Sat, Jun 8, 2013 at 9:14 PM, E Sabof <esabof@g= mail.com> wrote:
=
Well, it's Saturday...<= br>

Btw, this bug was introduced 2 years ago, during the development of
v24.1, and no one ever said anything until now. =A0I guess that speaks
volumes of how frequently people use window-specific overlays.

I think the more advanced features of the dis= play engine are generally under-used. Maybe because there aren't as man= y users from the front-end side of things.

Btw, I'm trying to implement variable width right/c= entered paragraph alignment. Now that I think about it, I might also do jus= tified text (with varied width of spaces).


It's still in prototype stages, but the prognosis i= s good. And with window-specific overlays, I can make if work even it the t= ext is displayed in multiple windows simultaneously

--e89a8f5035be9348ac04deaa3a14-- From debbugs-submit-bounces@debbugs.gnu.org Sat Jun 08 16:23:31 2013 Received: (at 14575) by debbugs.gnu.org; 8 Jun 2013 20:23:31 +0000 Received: from localhost ([127.0.0.1]:58959 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UlPfe-0007DR-Nm for submit@debbugs.gnu.org; Sat, 08 Jun 2013 16:23:31 -0400 Received: from mtaout23.012.net.il ([80.179.55.175]:57310) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UlPfb-0007D3-4j for 14575@debbugs.gnu.org; Sat, 08 Jun 2013 16:23:28 -0400 Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0MO300000CF3EE00@a-mtaout23.012.net.il> for 14575@debbugs.gnu.org; Sat, 08 Jun 2013 23:23:06 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MO3000DPCMH8D60@a-mtaout23.012.net.il>; Sat, 08 Jun 2013 23:23:06 +0300 (IDT) Date: Sat, 08 Jun 2013 23:22:54 +0300 From: Eli Zaretskii Subject: Re: bug#14575: 24.3.50.1; Overlays with a window property affect other windows In-reply-to: X-012-Sender: halo1@inter.net.il To: E Sabof Message-id: <83fvwss675.fsf@gnu.org> References: <83li6ksb8m.fsf@gnu.org> <83hah8s8il.fsf@gnu.org> X-Spam-Score: 0.2 (/) X-Debbugs-Envelope-To: 14575 Cc: 14575@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list Reply-To: Eli Zaretskii 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.2 (-) > Date: Sat, 8 Jun 2013 21:16:55 +0100 > From: E Sabof > Cc: 14575@debbugs.gnu.org > > Also, wanted to ask, is there a way to use bidi display to align English > text to the right? You can set bidi-paragraph-direction to 'right-to-left, but I suspect that's not what you want. Editing and moving inside such text will behave in ways people don't expect to see in strict left-to-right text. In general, the bidi display is not about alignment, it's about display of bidirectional text. That is what it was designed for, so any other uses will not necessarily produce desired results. That it also flushes right-to-left paragraphs to the right margin is because people who use right-to-left scripts expect that. From debbugs-submit-bounces@debbugs.gnu.org Sat Jun 08 17:01:01 2013 Received: (at 14575) by debbugs.gnu.org; 8 Jun 2013 21:01:01 +0000 Received: from localhost ([127.0.0.1]:59009 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UlQFp-0003Rq-IB for submit@debbugs.gnu.org; Sat, 08 Jun 2013 17:01:00 -0400 Received: from mail-qc0-f177.google.com ([209.85.216.177]:38881) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UlQFS-0003R8-DQ for 14575@debbugs.gnu.org; Sat, 08 Jun 2013 17:00:35 -0400 Received: by mail-qc0-f177.google.com with SMTP id n1so742113qcx.22 for <14575@debbugs.gnu.org>; Sat, 08 Jun 2013 14:00:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Nit3FKyRGa7Dutk5xZpJfZBrwXSVjAMknJipS2zdby0=; b=GW44lhH3mhyeRuNj+5YZiNSZtrT0a98MhFFpqwePkHhKgsf+nBVKm47apB7X+Nvwgz 8g5r/OTiMoQz3xZufSt3wu/L+0WYvUNVf6wYPJigD0/BhMmm5QrTo3acP95b6fla7Z9T RXwV43etWwV4ugXDs5oqII0p30ydyfnpA6s30PZdJdtP2GrdBSP13H063F3GMNaYssjn Ac4MS4wZn13VsW918RQsPSeb9JSopCzM9FCFxIBhrRr7D3WCWs3sctVwEVVRnNAQV6BE DNa338o2CbJTSJTPR+ClQ9H/mPAJi5GI8XpoxlhjoWZZaIzJM46odZho6UGqWcrmEDfR 44Aw== MIME-Version: 1.0 X-Received: by 10.49.4.194 with SMTP id m2mr4626337qem.3.1370724841692; Sat, 08 Jun 2013 13:54:01 -0700 (PDT) Received: by 10.49.18.162 with HTTP; Sat, 8 Jun 2013 13:54:01 -0700 (PDT) In-Reply-To: <83fvwss675.fsf@gnu.org> References: <83li6ksb8m.fsf@gnu.org> <83hah8s8il.fsf@gnu.org> <83fvwss675.fsf@gnu.org> Date: Sat, 8 Jun 2013 21:54:01 +0100 Message-ID: Subject: Re: bug#14575: 24.3.50.1; Overlays with a window property affect other windows From: E Sabof To: Eli Zaretskii Content-Type: multipart/alternative; boundary=047d7bb70dd64636c004deaabf75 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 14575 Cc: 14575@debbugs.gnu.org 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 (/) --047d7bb70dd64636c004deaabf75 Content-Type: text/plain; charset=ISO-8859-1 You can set bidi-paragraph-direction to 'right-to-left, but I suspect > that's not what you want. Editing and moving inside such text will > behave in ways people don't expect to see in strict left-to-right > text. > > In general, the bidi display is not about alignment, it's about > display of bidirectional text. That is what it was designed for, so > any other uses will not necessarily produce desired results. That it > also flushes right-to-left paragraphs to the right margin is because > people who use right-to-left scripts expect that. > Indeed, the "directionally neutral" characters are displayed according to the paragraph's main alignment. Anyway, once the centering works, adding right alignment shouldn't be hard. --047d7bb70dd64636c004deaabf75 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
You can set bidi-paragraph-direction to 'right-to-left= , but I suspect
that's not what you want.=A0
=A0Editing and moving inside such text will
behave in ways people don't expect to see in strict left-to-right
text.

In general, the bidi display is not about alignment, it's about
display of bidirectional text. =A0That is what it was designed for, so
any other uses will not necessarily produce desired results. =A0That it
also flushes right-to-left paragraphs to the right margin is because
people who use right-to-left scripts expect that.

Indeed, the "d= irectionally neutral" characters are displayed according to the paragr= aph's main alignment. Anyway, once the centering works, adding right al= ignment shouldn't be hard.
--047d7bb70dd64636c004deaabf75-- From debbugs-submit-bounces@debbugs.gnu.org Sat Jun 08 18:03:49 2013 Received: (at 14575) by debbugs.gnu.org; 8 Jun 2013 22:03:49 +0000 Received: from localhost ([127.0.0.1]:59113 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1UlREe-0005kA-2k for submit@debbugs.gnu.org; Sat, 08 Jun 2013 18:03:49 -0400 Received: from ironport2-out.teksavvy.com ([206.248.154.182]:12810) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1UlREX-0005jj-DP for 14575@debbugs.gnu.org; Sat, 08 Jun 2013 18:03:43 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av8EABK/CFFFpYtM/2dsb2JhbABEuzWDWRdzgh4BAQQBViMFCws0EhQYDSSIHgbBLZEKA6R6gV6DEw X-IPAS-Result: Av8EABK/CFFFpYtM/2dsb2JhbABEuzWDWRdzgh4BAQQBViMFCws0EhQYDSSIHgbBLZEKA6R6gV6DEw X-IronPort-AV: E=Sophos;i="4.84,565,1355115600"; d="scan'208";a="15947119" Received: from 69-165-139-76.dsl.teksavvy.com (HELO pastel.home) ([69.165.139.76]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 08 Jun 2013 18:03:17 -0400 Received: by pastel.home (Postfix, from userid 20848) id 7994562EE3; Sat, 8 Jun 2013 18:03:18 -0400 (EDT) From: Stefan Monnier To: Eli Zaretskii Subject: Re: bug#14575: 24.3.50.1; Overlays with a window property affect other windows Message-ID: References: <83li6ksb8m.fsf@gnu.org> <83hah8s8il.fsf@gnu.org> Date: Sat, 08 Jun 2013 18:03:18 -0400 In-Reply-To: <83hah8s8il.fsf@gnu.org> (Eli Zaretskii's message of "Sat, 08 Jun 2013 22:32:50 +0300") 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.3 (/) X-Debbugs-Envelope-To: 14575 Cc: E Sabof , 14575@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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: 0.3 (/) > v24.1, and no one ever said anything until now. I guess that speaks > volumes of how frequently people use window-specific overlays. It's used in doc-view-mode, but indeed, it's rarely used. Stefan From debbugs-submit-bounces@debbugs.gnu.org Sat Jun 08 19:39:51 2013 Received: (at 14575) by debbugs.gnu.org; 8 Jun 2013 23:39:51 +0000 Received: from localhost ([127.0.0.1]:52230 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1UlSjZ-0004Fd-Dm for submit@debbugs.gnu.org; Sat, 08 Jun 2013 19:39:51 -0400 Received: from mail-pb0-f47.google.com ([209.85.160.47]:32829) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1UlSjT-0004FG-50 for 14575@debbugs.gnu.org; Sat, 08 Jun 2013 19:39:44 -0400 Received: by mail-pb0-f47.google.com with SMTP id rr13so3339241pbb.20 for <14575@debbugs.gnu.org>; Sat, 08 Jun 2013 16:39:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:face:reply-to:date:in-reply-to :message-id:user-agent:mime-version:content-type; bh=r+vlqyZRNEK1auEsA0JekVNDLYY9eY4tIUS37k2rf6M=; b=I/lH1ngJ/QS4pQvZpTrw4hiz1KIfV8pqEJ8y6qzT9kGWll4JKplbjOgSNhgzO2tCZ4 aG62HKR6ItL1OTYEFuaRsC6fjHrNwHOOCGhz1m4YXryochJ4ZTQBngtVVx4bxVWLuT+I 0RWT5ZCY9argv3g/bMXGNOdCdVB7Mompu/cUI66WuYyuUtwHR1rkk0SIVfuzNdRGylLL 8Vh/MnRACThoRW17d8kg5vGgDLWNkUrenl6cYaVOT4lUB2MFckhdBqgU3J4Yr8KsEmq+ f5A7I7C2R5urvki21YmmfKbojfWZEhjLsdntINSizEbIlOPj85HMDg5YyYG1QQqu84ER C1DQ== X-Received: by 10.66.216.136 with SMTP id oq8mr8269681pac.161.1370734772879; Sat, 08 Jun 2013 16:39:32 -0700 (PDT) Received: from localhost ([119.161.133.157]) by mx.google.com with ESMTPSA id pl9sm4501223pbc.5.2013.06.08.16.39.29 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sat, 08 Jun 2013 16:39:32 -0700 (PDT) From: Leo Liu To: Stefan Monnier Subject: Re: bug#14575: 24.3.50.1; Overlays with a window property affect other windows References: <83li6ksb8m.fsf@gnu.org> <83hah8s8il.fsf@gnu.org> Face: iVBORw0KGgoAAAANSUhEUgAAACgAAAAoBAMAAAB+0KVeAAAAElBMVEUAAAAAAP+LRRP0pGC+ vr7///+7mT1iAAAAAWJLR0QAiAUdSAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9cBBwMO DhglKe4AAAEsSURBVCjPbZNBboQwDEV/Cd4X9QJRThApmn0XYW+Jyf2v0m+HhqDBgiAe9rcTG7QH w/1Vn2Ar8gBb/ocywSN3qK9T3z4eFDB4eApocBpeBs1RSykoJd8gQcm8pGmHXFso3ajnmsqV0TnY DQkOfXUfN5NwaI7AWTVOyEhcu1aHmdWItHddUVUcUgUBCkitu8V6ditHVOVdqzl2EQ1ZVGTbdK0V 7cqn8vWzoU5Q/bF9Y/Y0cRU1xwkys5dJ+Dt6pBDWifcNQml8Gh2JVmPSoQzo7en0grswkxrUGYJ7 0hSxxAGr7ZMwYcHIzprpi7TENEE1xtiYxixRlCfPBsUUrwHD7uGIwATrbnODJcVrPpVn3hxiGloe m/S+z3CtuzUSMo83N4DPH+F0evwR3P4A2k+75838OKQAAAAASUVORK5CYII= Date: Sun, 09 Jun 2013 07:39:24 +0800 In-Reply-To: (Stefan Monnier's message of "Sat, 08 Jun 2013 18:03:18 -0400") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (OS X 10.8.3) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 14575 Cc: Eli Zaretskii , E Sabof , 14575@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: 14575@debbugs.gnu.org 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: -0.7 (/) On 2013-06-09 06:03 +0800, Stefan Monnier wrote: > It's used in doc-view-mode, but indeed, it's rarely used. I just used it a few days ago for something called temp-buffer-browse-mode in my init that enables "SPC", "DEL" and "RET" keys immediately after a temp buffer popup to scroll up/down and close the temp buffer. (if this is generally useful I can submit it to the bug tracker.) Leo From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 09 06:31:22 2013 Received: (at 14575-done) by debbugs.gnu.org; 9 Jun 2013 10:31:22 +0000 Received: from localhost ([127.0.0.1]:52831 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Ulcu5-0007UQ-U2 for submit@debbugs.gnu.org; Sun, 09 Jun 2013 06:31:21 -0400 Received: from mail-qa0-f47.google.com ([209.85.216.47]:48644) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Ulcu0-0007Te-7r for 14575-done@debbugs.gnu.org; Sun, 09 Jun 2013 06:31:16 -0400 Received: by mail-qa0-f47.google.com with SMTP id i13so1665346qae.13 for <14575-done@debbugs.gnu.org>; Sun, 09 Jun 2013 03:31:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=P8q8WSgbKc2Jw3Yn6tSysJkZbZTtE24aXK4hh4sswxQ=; b=bjFMIRHHGd5V5bVKNTk3dJoD7/kWO7QOoBqeX48ru8QXHCmENIXBjr22pOQFDnoZiu mV9TuDf9yRIznwcAaiBa4jBCMHHuU+tyDKUDzSOPd+THygMUZFOq8XnDkHcfQEq58vdA nkG3/NvN3PfcSDUmQktfKm7hkCAwHNOUHYmz/wXFxAQnf7Y2ugd7DC840BnoGt8M/fA/ EmFJCFv0k8BHQYoUyFjTIPSMN4scG/TQFC9u8pxrGg7ueGQ8l/HEUOSbOkWDPYEvgHBo J6oQEzv7yjDo/myTQPv6y27G39c61Pv/zLgSYl2q+VU6tZiwC8nw5hUfVtkjQYYYMWi7 qZ5g== MIME-Version: 1.0 X-Received: by 10.229.136.213 with SMTP id s21mr2353980qct.9.1370773863731; Sun, 09 Jun 2013 03:31:03 -0700 (PDT) Received: by 10.49.18.162 with HTTP; Sun, 9 Jun 2013 03:31:03 -0700 (PDT) In-Reply-To: <83li6ksb8m.fsf@gnu.org> References: <83li6ksb8m.fsf@gnu.org> Date: Sun, 9 Jun 2013 11:31:03 +0100 Message-ID: Subject: Re: bug#14575: 24.3.50.1; Overlays with a window property affect other windows From: E Sabof To: Eli Zaretskii Content-Type: multipart/alternative; boundary=002354790f1c37213e04deb6297e X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 14575-done Cc: 14575-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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: -0.7 (/) --002354790f1c37213e04deb6297e Content-Type: text/plain; charset=ISO-8859-1 I've compiled the latest trunk, the display property seems to be fixed, but line-prefix, and wrap-prefix are still affected. On Sat, Jun 8, 2013 at 7:34 PM, Eli Zaretskii wrote: > > Date: Sat, 8 Jun 2013 14:58:58 +0100 > > From: E Sabof > > > > Start emacs -Q > > M-: > > > > (progn > > (insert "some text") > > (let ((ov (make-overlay (- (point) 9) (point)))) > > (overlay-put ov 'window (selected-window)) > > (overlay-put ov 'display "different text")) > > (split-window-vertically)) > > > > RET > > Fixed in trunk revision 112896. > > Thanks. > --002354790f1c37213e04deb6297e Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
I've compiled the latest trunk, the display property s= eems to be fixed, but line-prefix, and wrap-prefix are still affected.


On Sat, Jun = 8, 2013 at 7:34 PM, Eli Zaretskii <eliz@gnu.org> wrote:
> Date: Sat, 8 Jun 2013 14:58:58 +0100 > From: E Sabof <esabof@gmail.com= >
>
> Start emacs -Q
> M-:
>
> (progn
> =A0 (insert "some text")
> =A0 (let ((ov (make-overlay (- (point) 9) (point))))
> =A0 =A0 (overlay-put ov 'window (selected-window))
> =A0 =A0 (overlay-put ov 'display "different text"))
> =A0 (split-window-vertically))
>
> RET

Fixed in trunk revision 112896.

Thanks.

--002354790f1c37213e04deb6297e-- From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 09 12:39:58 2013 Received: (at 14575) by debbugs.gnu.org; 9 Jun 2013 16:39:58 +0000 Received: from localhost ([127.0.0.1]:53459 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Ulier-0008Ex-GW for submit@debbugs.gnu.org; Sun, 09 Jun 2013 12:39:58 -0400 Received: from mtaout22.012.net.il ([80.179.55.172]:43243) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Ulien-0008EY-78 for 14575@debbugs.gnu.org; Sun, 09 Jun 2013 12:39:54 -0400 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0MO400900WU5Q800@a-mtaout22.012.net.il> for 14575@debbugs.gnu.org; Sun, 09 Jun 2013 19:39:23 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MO4009MFWXMKM30@a-mtaout22.012.net.il>; Sun, 09 Jun 2013 19:39:23 +0300 (IDT) Date: Sun, 09 Jun 2013 19:39:23 +0300 From: Eli Zaretskii Subject: Re: bug#14575: 24.3.50.1; Overlays with a window property affect other windows In-reply-to: X-012-Sender: halo1@inter.net.il To: E Sabof Message-id: <83zjuzme6c.fsf@gnu.org> References: <83li6ksb8m.fsf@gnu.org> X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 14575 Cc: 14575@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Eli Zaretskii 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 (+) > Date: Sun, 9 Jun 2013 11:31:03 +0100 > From: E Sabof > Cc: 14575-done@debbugs.gnu.org > > I've compiled the latest trunk, the display property seems to be fixed, but > line-prefix, and wrap-prefix are still affected. Those prefix features were never coded to support window-specific overlays, so this never worked. Now fixed in trunk revision 112901. Thanks. From unknown Sat Jun 21 05:04:32 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, 08 Jul 2013 11:24:05 +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