From lennart.borgman@gmail.com Fri Jul 17 13:04:30 2009 Received: (at submit) by emacsbugs.donarmstrong.com; 17 Jul 2009 20:04:30 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-0.9 required=4.0 tests=AWL,FOURLA autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n6HK4Qco029087 for ; Fri, 17 Jul 2009 13:04:27 -0700 Received: from mail.gnu.org ([199.232.76.166]:32808 helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1MRtfM-0008HK-TV for emacs-pretest-bug@gnu.org; Fri, 17 Jul 2009 16:04:25 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1MRtfM-0004Sv-0h for emacs-pretest-bug@gnu.org; Fri, 17 Jul 2009 16:04:24 -0400 Received: from mx20.gnu.org ([199.232.41.8]:28184) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MRtfJ-0004SY-Tx for emacs-pretest-bug@gnu.org; Fri, 17 Jul 2009 16:04:22 -0400 Received: from mail-fx0-f215.google.com ([209.85.220.215]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MRtfI-0004KP-RZ for emacs-pretest-bug@gnu.org; Fri, 17 Jul 2009 16:04:21 -0400 Received: by fxm11 with SMTP id 11so119405fxm.42 for ; Fri, 17 Jul 2009 13:04:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=tyf53VVKTQ36rr7ygS46oAqerJkNrY5mNRVRt6Yj/is=; b=NnMFOFrjmFBoOeXd6e29l6s681ker8KM4PGLVXGHt4gjnSMsIwHOMTw82UDFLPQ2F3 JKpO9rFeGxRXpPprwMXDBibPY13ASmab1jtwS7hjKUJBCj7ZuIAasn+IkIS2mmBBYKqS b8XMp4bKAB+Ci4M50l2QiAeDCqacRJKvkiL1U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=fehh/E+eMpsWZBFwyLnrIcicYhYJ61p3/AqRKIkg0rHBFs+c8o2Yok8UhsDrJBgxXv PH/aFwCbvxwG4lRIf5lP85i81NqhsvjOOrFzrOZIAvvucpdYERGjt0bT2aJ/2QsIMj4W 7w0mT4oVf396jPp5WDJahbAuOzqeVky0vYSUQ= MIME-Version: 1.0 Received: by 10.223.115.138 with SMTP id i10mr705051faq.82.1247861059088; Fri, 17 Jul 2009 13:04:19 -0700 (PDT) Date: Fri, 17 Jul 2009 22:04:19 +0200 Message-ID: Subject: 23.1.50; Overlays before-string and after-string does not obey buffer-visibility-spec From: Lennart Borgman To: emacs-pretest-bug@gnu.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Detected-Operating-System: by mx20.gnu.org: GNU/Linux 2.6 (newer, 2) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) To show this use this code ;;;; Eval this defun, place point at the end of the buffer and call ;;;; it. It inserts text and an overlay in the buffer. ;;;; ;;;; Play with the different buffer invis specs. It looks like the ;;;; overlay is not affected by the specs. (defun my-test-inv () (interactive) (let ((b "some invis parts") (ovl (make-overlay (point) (point)))) (add-text-properties 5 10 '(face secondary-selection font-lock-face highlight invisible (my-invis)) b) (insert ";;;;;;;;;;;; START OF INSERTED TEXT+OVERLAY ;;;;;;;;;;;;;;;;;;;;\n") (insert ";; Text: " b "\n") (move-overlay ovl (point-max) (point-max)) (overlay-put ovl 'before-string (propertize "Overlay: " 'face 'secondary-selection)) (overlay-put ovl 'after-string b) )) ;;;;;;; Test these, none affects the overlays `before-string' or `after-string': ;; (setq buffer-invisibility-spec '((my-invis . t) t)) ;; (setq buffer-invisibility-spec '((my-invis) t)) ;; (setq buffer-invisibility-spec '(t)) ;; This does not work, bug?? ;; (setq buffer-invisibility-spec t) ;; (setq buffer-invisibility-spec '(other-invis)) ;;;;;;; Delete overlays here: ;; (dolist (ovl (overlays-in (point-min) (point-max))) (delete-overlay ovl)) In GNU Emacs 23.1.50.1 (i386-mingw-nt5.1.2600) of 2009-06-30 Windowing system distributor `Microsoft Corp.', version 5.1.2600 configured using `configure --with-gcc (3.4) --no-opt --cflags -Ic:/g/include -fno-crossjumping' From debbugs-submit-bounces@debbugs.gnu.org Sun Aug 19 12:20:02 2012 Received: (at 3874) by debbugs.gnu.org; 19 Aug 2012 16:20:02 +0000 Received: from localhost ([127.0.0.1]:38711 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1T38EM-0002Rm-2G for submit@debbugs.gnu.org; Sun, 19 Aug 2012 12:20:02 -0400 Received: from mail-pz0-f44.google.com ([209.85.210.44]:60547) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1T38EK-0002RJ-7z for 3874@debbugs.gnu.org; Sun, 19 Aug 2012 12:20:01 -0400 Received: by dakr19 with SMTP id r19so2111879dak.3 for <3874@debbugs.gnu.org>; Sun, 19 Aug 2012 09:19:51 -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; bh=/pIEFmd2rzp2AHqEfYiTAKPpUoPsqFQlGKmGfiZ1q8k=; b=ZyqQhFdMmn19vy1nTMfu+hbQq9KaNtUm5jBwAyuJbfKpiqHyFg6mNwqBVUMw9YMwiY Wt3XTinMQg6Ah5gO/Ovwq2y205sGUBorR4BolAEnNvVkX6dkZIz4Ss/Ky14KEfZ1fs+J 5ldLiEQQJ/Ty5uNmHSErHU1XmdOzETBG+5SNHrYyQPUAF0+bLQgKcxqAmwfbSM/zq5Dn bzNc85i1+yZa1OyfcAd6Q+sCojPVBTejgQZjndfU/X5nlkmZdiDnItHdMlrPJms6qOeM Bwzb0z+oVlm1GQY9tnwbC/9VJ5nMh4IU8GVdqrAl7VN92fNbZOJ+//oXHXfUcpgxxKGV 3NhA== Received: by 10.66.77.71 with SMTP id q7mr23840802paw.0.1345393191057; Sun, 19 Aug 2012 09:19:51 -0700 (PDT) Received: from ulysses (cm162.gamma80.maxonline.com.sg. [202.156.80.162]) by mx.google.com with ESMTPS id uy3sm8594613pbc.29.2012.08.19.09.19.47 (version=SSLv3 cipher=OTHER); Sun, 19 Aug 2012 09:19:50 -0700 (PDT) From: Chong Yidong To: Lennart Borgman Subject: Re: bug#3874: 23.1.50; Overlays before-string and after-string does not obey buffer-visibility-spec References: Date: Mon, 20 Aug 2012 00:19:43 +0800 In-Reply-To: (Lennart Borgman's message of "Fri, 17 Jul 2009 22:04:19 +0200") Message-ID: <87628eetwg.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.6 (--) X-Debbugs-Envelope-To: 3874 Cc: 3874@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 (--) Lennart Borgman writes: > ;;;; Eval this defun, place point at the end of the buffer and call > ;;;; it. It inserts text and an overlay in the buffer. > ;;;; > ;;;; Play with the different buffer invis specs. It looks like the > ;;;; overlay is not affected by the specs. Fixed in trunk. Thanks. From debbugs-submit-bounces@debbugs.gnu.org Sun Aug 19 12:26:44 2012 Received: (at 3874) by debbugs.gnu.org; 19 Aug 2012 16:26:44 +0000 Received: from localhost ([127.0.0.1]:38729 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1T38Kq-0002aq-AC for submit@debbugs.gnu.org; Sun, 19 Aug 2012 12:26:44 -0400 Received: from mail-vc0-f172.google.com ([209.85.220.172]:59355) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1T38Kn-0002ai-UF for 3874@debbugs.gnu.org; Sun, 19 Aug 2012 12:26:42 -0400 Received: by vcbfo14 with SMTP id fo14so5456839vcb.3 for <3874@debbugs.gnu.org>; Sun, 19 Aug 2012 09:26:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=4RyVxl1oTFpbWvoRvCwWykwD6CHYg9zljBRqk50oJ/M=; b=jXoB1KSVnUd9luZONAGFOb+OY8YvzkVfu1zB8SFyFYDVKsOgiZ0JY4THllPKuTSJR1 HL1yY6V8XyvtLWncjOHyw86Cfrj/19FL8Lmf7Y+rpwARb9PJPMsrt7NiVqKZ/UFceYYb fpmf1rzKj8N4rUWD/CQM2qrAB+fpX+UlYMlZhasl6B3A4PmCQvUDae0lQIHuBrx7KyAM Tw6bqnYJ9xA28qU6Y8/EPAfnWB3TzPoYm3LoorUhGqZ0y+jSMLP6hq3ID/SYjC9Ahp2m BvQZM7gV0A1fusmIeEPps84HRuPc/niVbdUBjk3W+hdiedRJsGkaya1zy3mV9Nu3hUc1 BwLg== Received: by 10.52.64.242 with SMTP id r18mr6815104vds.90.1345393592765; Sun, 19 Aug 2012 09:26:32 -0700 (PDT) MIME-Version: 1.0 Received: by 10.58.85.138 with HTTP; Sun, 19 Aug 2012 09:26:02 -0700 (PDT) In-Reply-To: <87628eetwg.fsf@gnu.org> References: <87628eetwg.fsf@gnu.org> From: Lennart Borgman Date: Sun, 19 Aug 2012 18:26:02 +0200 Message-ID: Subject: Re: bug#3874: 23.1.50; Overlays before-string and after-string does not obey buffer-visibility-spec To: Chong Yidong Content-Type: text/plain; charset=UTF-8 X-Spam-Score: -2.6 (--) X-Debbugs-Envelope-To: 3874 Cc: 3874@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 (--) On Sun, Aug 19, 2012 at 6:19 PM, Chong Yidong wrote: > Lennart Borgman writes: > >> ;;;; Eval this defun, place point at the end of the buffer and call >> ;;;; it. It inserts text and an overlay in the buffer. >> ;;;; >> ;;;; Play with the different buffer invis specs. It looks like the >> ;;;; overlay is not affected by the specs. > > Fixed in trunk. Thanks. Thanks. From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 18 21:00:50 2013 Received: (at control) by debbugs.gnu.org; 19 Feb 2013 02:00:50 +0000 Received: from localhost ([127.0.0.1]:35517 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U7cVi-0006xT-SL for submit@debbugs.gnu.org; Mon, 18 Feb 2013 21:00:48 -0500 Received: from fencepost.gnu.org ([208.118.235.10]:36303) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U7cVg-0006xM-S3 for control@debbugs.gnu.org; Mon, 18 Feb 2013 21:00:45 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1U7cUg-0006E7-9p for control@debbugs.gnu.org; Mon, 18 Feb 2013 20:59:42 -0500 Date: Mon, 18 Feb 2013 20:59:42 -0500 Message-Id: Subject: control message for bug 3874 To: X-Mailer: mail (GNU Mailutils 2.1) From: Glenn Morris X-Spam-Score: -4.8 (----) 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.8 (----) close 3874 From unknown Sat Aug 16 21:59:25 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 19 Mar 2013 11:24:04 +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