From unknown Tue Aug 12 08:33:49 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#4096: 23.1.50; forward-char sometimes steps over overlay 'display Reply-To: Lennart Borgman , 4096@debbugs.gnu.org Resent-From: Lennart Borgman Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Sun, 09 Aug 2009 16:15:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: report 4096 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by submit@emacsbugs.donarmstrong.com id=B.124983412718010 (code B ref -1); Sun, 09 Aug 2009 16:15:03 +0000 Received: (at submit) by emacsbugs.donarmstrong.com; 9 Aug 2009 16:08:47 +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.2 required=4.0 tests=AWL,IMPRONONCABLE_1, MURPHY_WRONG_WORD2 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 n79G8jIa018007 for ; Sun, 9 Aug 2009 09:08:46 -0700 Received: from mx10.gnu.org ([199.232.76.166]:38957) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1MaAwv-0005I4-1u for emacs-pretest-bug@gnu.org; Sun, 09 Aug 2009 12:08:45 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1MaAwr-0001j6-GT for emacs-pretest-bug@gnu.org; Sun, 09 Aug 2009 12:08:44 -0400 Received: from mail-yx0-f172.google.com ([209.85.210.172]:38744) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MaAwq-0001iq-TI for emacs-pretest-bug@gnu.org; Sun, 09 Aug 2009 12:08:41 -0400 Received: by yxe2 with SMTP id 2so3482586yxe.14 for ; Sun, 09 Aug 2009 09:08:40 -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=3eEL3I6BvlEKrVmZ9VKxVS9+qpWIDp/j34N3dGAyIrQ=; b=qHtlbIwz9YG287c/2t2Fqw3KqPFcMGoFTJNEdfrOmBfvZ1xKaioOjUi+l1gzM3RPjH p3yWBE0o0rIipj2Zn6tD/aK7xV1kBHI1ZDGc8dzra5LE4MDPyvwmhx3z8tdOzDpd34uP cnrZmqqoWq2ZsJBN4biRucQGtJy+4lt6VWZ+k= 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=iPyoccfDAIw68nm/y8F8T0e/IkM18lVQT78GxfSj0m1q10KBxJ4BT/7M/sQ5QqzjBQ /ImTSSxK2k5cG+k+948XzM4D905/zfqV0Zq6KD37XfDDe2Vy6ZmqSSaZQHLSZUj1Sn2n rRLgz2/5Prmk9m7RTCPpcxRcGXieb99y0SQDo= MIME-Version: 1.0 Received: by 10.100.8.17 with SMTP id 17mr2523673anh.158.1249834119984; Sun, 09 Aug 2009 09:08:39 -0700 (PDT) Date: Sun, 9 Aug 2009 18:08:39 +0200 Message-ID: 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 monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) I have two rather similar 'display strings for two invisible overlays. In one case forward-char steps over the 'display string part and in the other it stops on it (as it should). For the case when it steps over the display string looks something like #("+

...(6 hidden lines)" 0 1 (face mode-line) 2 3 (fontified t) 3 4 (face font-lock-function-name-face fontified t) 4 5 (fontified t)) and for the case where it stops (expected behaviour) it looks like #("+...(155 hidden lines)" 0 1 (face mode-line)) I can reproduce it, but have not made a test case. However the behaviour can easily be seen in the devel sources for nXhtml. One case is for outline-minor-mode and one is for hs-minor-mode used in a nxhtml-mode buffer. In GNU Emacs 23.1.50.1 (i386-mingw-nt5.1.2600) of 2009-08-01 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 unknown Tue Aug 12 08:33:49 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#4096: 23.1.50; forward-char sometimes steps over overlay 'display Reply-To: Lennart Borgman , 4096@debbugs.gnu.org Resent-From: Lennart Borgman Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Sun, 09 Aug 2009 20:35:07 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: followup 4096 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by 4096-submit@emacsbugs.donarmstrong.com id=B4096.124984974212449 (code B ref 4096); Sun, 09 Aug 2009 20:35:07 +0000 Received: (at 4096) by emacsbugs.donarmstrong.com; 9 Aug 2009 20:29:02 +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=-2.3 required=4.0 tests=AWL,HAS_BUG_NUMBER autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from mail-yw0-f175.google.com (mail-yw0-f175.google.com [209.85.211.175]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n79KT0dp012444 for <4096@emacsbugs.donarmstrong.com>; Sun, 9 Aug 2009 13:29:02 -0700 Received: by ywh5 with SMTP id 5so3466298ywh.13 for <4096@emacsbugs.donarmstrong.com>; Sun, 09 Aug 2009 13:28:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=qyccWnK9Z966vrNHBNDmv6mRVU43ZUvylyMW9IFmIWI=; b=J0zqczy/DtHm03YfAFCQ8pqOk8tBbyaCto/YXHddBTNPXbkGikyyeTWxIZyQOjT3jM ygBTDwaJGFMDCEedbDW4Z+IhLzgCxPRaGKZlErnYvMFOsgng1cmGl/i4UbLdoxTHWmUM 5PYZAGUOmdAxgDjMfabzH+s3pBMhDHqaksBRA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=TpCMtkOHhzbeTjUqCea9CBhW7GU3UqAP6RZ+uJhdaxGmzLYGnsanBYIzs+8vS6UoqS sSjQc+PVD8k06BXEydr7Fm2thtvb2UWRJOPlLx+GtHavP9KphVG2w0zGtcMo3aici39M vQRFJKK0or0iGumZgEmxYs79ZvVd4360dLYwA= MIME-Version: 1.0 Received: by 10.100.208.8 with SMTP id f8mr2693417ang.42.1249849735478; Sun, 09 Aug 2009 13:28:55 -0700 (PDT) In-Reply-To: References: Date: Sun, 9 Aug 2009 22:28:55 +0200 Message-ID: From: Lennart Borgman To: 4096@debbugs.gnu.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit (Please merge this with 4094.) I think the problem might be in adjust_for_invis_intang or the use of it. This function checks for insertion type. This is different for the overlays I have mentioned here. One is created by outline-minor-mode and one by hs-minor-mode. One of them set insertion type for the beginning of the overlay, the other does not. In one of the cases at least forward-char works, in the other it does not. (backward-char still does not work.) However it must be a mistake to check for insertion type here. Forward char has nothing to do with that. (Note: adjust_for_invis_intang is called by set_point_both.) From unknown Tue Aug 12 08:33:49 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#4096: 23.1.50; forward-char sometimes steps over overlay 'display Reply-To: Stefan Monnier , 4096@debbugs.gnu.org Resent-From: Stefan Monnier Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Mon, 10 Aug 2009 04:20:06 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: followup 4096 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by 4096-submit@emacsbugs.donarmstrong.com id=B4096.124987764327118 (code B ref 4096); Mon, 10 Aug 2009 04:20:06 +0000 Received: (at 4096) by emacsbugs.donarmstrong.com; 10 Aug 2009 04:14:03 +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=-4.9 required=4.0 tests=AWL,HAS_BUG_NUMBER autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from ironport2-out.teksavvy.com (ironport2-out.teksavvy.com [206.248.154.182]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n7A4E1Pe027114 for <4096@emacsbugs.donarmstrong.com>; Sun, 9 Aug 2009 21:14:03 -0700 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AqYEAKM7f0pFxL8W/2dsb2JhbACBUsprhBgFhzg X-IronPort-AV: E=Sophos;i="4.43,351,1246852800"; d="scan'208";a="43226702" Received: from 69-196-191-22.dsl.teksavvy.com (HELO ceviche.home) ([69.196.191.22]) by ironport2-out.teksavvy.com with ESMTP; 10 Aug 2009 00:13:43 -0400 Received: by ceviche.home (Postfix, from userid 20848) id 45C20B454F; Mon, 10 Aug 2009 00:13:56 -0400 (EDT) From: Stefan Monnier To: Lennart Borgman Cc: 4096@debbugs.gnu.org Message-ID: References: Date: Mon, 10 Aug 2009 00:13:56 -0400 In-Reply-To: (Lennart Borgman's message of "Sun, 9 Aug 2009 22:28:55 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii > I think the problem might be in > adjust_for_invis_intang > or the use of it. This function checks for insertion type. This function should not do anything if you don't have `intangible' things around. Do you? If you do, I'm tempted to say "there's your problem". Stefan From unknown Tue Aug 12 08:33:49 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#4096: 23.1.50; forward-char sometimes steps over overlay 'display Reply-To: Lennart Borgman , 4096@debbugs.gnu.org Resent-From: Lennart Borgman Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Mon, 10 Aug 2009 04:40:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: followup 4096 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by 4096-submit@emacsbugs.donarmstrong.com id=B4096.124987888928806 (code B ref 4096); Mon, 10 Aug 2009 04:40:04 +0000 Received: (at 4096) by emacsbugs.donarmstrong.com; 10 Aug 2009 04:34:49 +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=-2.3 required=4.0 tests=AWL,HAS_BUG_NUMBER autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from mail-yx0-f189.google.com (mail-yx0-f189.google.com [209.85.210.189]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n7A4YmMS028802 for <4096@emacsbugs.donarmstrong.com>; Sun, 9 Aug 2009 21:34:49 -0700 Received: by yxe27 with SMTP id 27so3401853yxe.19 for <4096@emacsbugs.donarmstrong.com>; Sun, 09 Aug 2009 21:34:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=f0G+MBj9tR5gNVSZS6fKajye0qz1C0J2sR3djQVt6Kc=; b=v5lkSISXGbyOtGDyeCzzq4YOHxwhcgcxY9IrLDFnlD10a+2eOIaGSgShJexCNTxg2b ZEC/OSLTfvInCz7LqOlUxBe4Oji0YO4OBwYfprRYv4yFa2VwQVrRgCheE+OJe8hvfceb md6GFtCf5xoE5w3ugeFY/5NfiPxK9l9tkxU5s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=OYoOZCB7me4VMj1svjwT6GeICEwUCjAp7I9KOwwHtfjIrbYHoh6y1TWM3oErN4m0FX TBqkLFH+osxwXiouTgvflgyUbqrxLMZ8Qj73oojNcr9ea0qYuEVcwcQIYol/nCzY6zK3 4OvFyZcWibKEo0YagMlBH8GgZD+ZJ0Z26PwEs= MIME-Version: 1.0 Received: by 10.100.96.4 with SMTP id t4mr2913076anb.170.1249878882902; Sun, 09 Aug 2009 21:34:42 -0700 (PDT) In-Reply-To: References: Date: Mon, 10 Aug 2009 06:34:42 +0200 Message-ID: From: Lennart Borgman To: Stefan Monnier Cc: 4096@debbugs.gnu.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Mon, Aug 10, 2009 at 6:13 AM, Stefan Monnier w= rote: >> I think the problem might be in > >> =C2=A0 =C2=A0 adjust_for_invis_intang > >> or the use of it. This function checks for insertion type. > > This function should not do anything if you don't have `intangible' > things around. =C2=A0Do you? =C2=A0If you do, I'm tempted to say "there's= your > problem". Not that I know of. I looked for it but could not find it. (I have not checked that adjust_for_invis_intang is actually called. I looked around in the code searching for some reasonable explanation.) The overlays are created by outline-minor-mode and hs-minor-mode + 'display property added by me. From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 26 20:52:15 2010 Received: (at control) by debbugs.gnu.org; 27 Jan 2010 01:52:16 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NZx4p-0001L8-3A for submit@debbugs.gnu.org; Tue, 26 Jan 2010 20:52:15 -0500 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NZx4n-0001Kz-Cy for control@debbugs.gnu.org; Tue, 26 Jan 2010 20:52:13 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1NZx4j-0008Do-Q1; Tue, 26 Jan 2010 20:52:09 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19295.40009.742711.907136@fencepost.gnu.org> Date: Tue, 26 Jan 2010 20:52:09 -0500 From: Glenn Morris To: control Subject: control X-Attribution: GM X-Mailer: VM (www.wonderworks.com/vm), GNU Emacs (www.gnu.org/software/emacs) X-Hue: black X-Ran: .,Id9;5qiQf&2n,<1Q)pSe~'s"9B`l,&Ounxr+7\iedM93C_oK>"#$=D?*3Jqnu(&EvTR4 X-Debbugs-No-Ack: yes X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 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: -5.0 (-----) tags 4053 moreinfo reassign 4066 emacs,org-mode reassign 4068 emacs,org-mode severity 4068 minor unarchive 4087 reassign 4087 notemacs tags 4094 moreinfo merge 4094 4096 merge 1611 3978 4108 unarchive 4097 unarchive 4130 merge 4097 4130 tags 4140 moreinfo close 4146 reassign 4151 emacs,ns tags 4192 patch From unknown Tue Aug 12 08:33:49 2025 X-Loop: help-debbugs@gnu.org Subject: bug#4096: closed (Re: bug#4094: 23.1.50; posn-at-point gets upset by overlays with 'invisible and 'display) Resent-From: Lennart Borgman Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 10 Jul 2011 00:40:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 4096 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo To: 4096@debbugs.gnu.org Received: via spool by 4096-submit@debbugs.gnu.org id=B4096.131025835225560 (code B ref 4096); Sun, 10 Jul 2011 00:40:02 +0000 Received: (at 4096) by debbugs.gnu.org; 10 Jul 2011 00:39:12 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Qfi3D-0006eD-DD for submit@debbugs.gnu.org; Sat, 09 Jul 2011 20:39:11 -0400 Received: from mail-ey0-f172.google.com ([209.85.215.172]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Qfi3B-0006dy-0Z for 4096@debbugs.gnu.org; Sat, 09 Jul 2011 20:39:09 -0400 Received: by eye13 with SMTP id 13so1250186eye.3 for <4096@debbugs.gnu.org>; Sat, 09 Jul 2011 17:39:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; bh=ivhCUXHCTTvP11FaC2vwegcd6p6XhOzbOE0CQIDtB9M=; b=YwlAe/dfKptB0ODwexsAe7VpaGYH9JCcbAiwuJxKV64jBQY2wJBA0scOjYXnnJiqnn 8DwmpiWfGTARCSs7UJbfWd+25YPJ8UunMJeShvl3hrzJ/alebXE/c74QxKwASvYeoPkj Z/sfdCm4ezovPYGULeD5G3tvM+rRNsagwvTY8= Received: by 10.213.107.15 with SMTP id z15mr1124855ebo.114.1310258341781; Sat, 09 Jul 2011 17:39:01 -0700 (PDT) MIME-Version: 1.0 Received: by 10.213.114.16 with HTTP; Sat, 9 Jul 2011 17:38:41 -0700 (PDT) In-Reply-To: References: <2caacngepb.fsf@fencepost.gnu.org> From: Lennart Borgman Date: Sun, 10 Jul 2011 02:38:41 +0200 Message-ID: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -3.6 (---) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 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.6 (---) Sorry, I do not have time to give a precise recipe. On Sun, Jul 10, 2011 at 02:31, GNU bug Tracking System wrote: > Your bug report > > #4094: 23.1.50; forward-char sometimes steps over overlay 'display > > which was filed against the emacs package, has been closed. > > The explanation is attached below, along with your original report. > If you require more details, please reply to 4096@debbugs.gnu.org. > > -- > 4094: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D4094 > GNU Bug Tracking System > Contact help-debbugs@gnu.org with problems > > > ---------- Forwarded message ---------- > From:=C2=A0Glenn Morris > To:=C2=A04094-done@debbugs.gnu.org > Date:=C2=A0Sat, 09 Jul 2011 20:30:08 -0400 > Subject:=C2=A0Re: bug#4094: 23.1.50; posn-at-point gets upset by overlays= with 'invisible and 'display > > Closed due to lack of response. > > Chong Yidong wrote: > >> Please provide a precise, step-by-step recipe to reproduce this, >> starting with `emacs -Q'. > > > > ---------- Forwarded message ---------- > From:=C2=A0Lennart Borgman > To:=C2=A0emacs-pretest-bug@gnu.org > Date:=C2=A0Sun, 9 Aug 2009 18:08:39 +0200 > Subject:=C2=A023.1.50; forward-char sometimes steps over overlay 'display > I have two rather similar 'display strings for two invisible > overlays. In one case forward-char steps over the 'display string part > and in the other it stops on it (as it should). > > For the case when it steps over the display string looks something like > > #("+

...(6 hidden lines)" 0 1 > =C2=A0(face mode-line) > =C2=A02 3 > =C2=A0(fontified t) > =C2=A03 4 > =C2=A0(face font-lock-function-name-face fontified t) > =C2=A04 5 > =C2=A0(fontified t)) > > and for the case where it stops (expected behaviour) it looks like > > #("+...(155 hidden lines)" 0 1 > =C2=A0(face mode-line)) > > I can reproduce it, but have not made a test case. However the behaviour > can easily be seen in the devel sources for nXhtml. One case is for > outline-minor-mode and one is for hs-minor-mode used in a nxhtml-mode buf= fer. > > > In GNU Emacs 23.1.50.1 (i386-mingw-nt5.1.2600) > =C2=A0of 2009-08-01 > Windowing system distributor `Microsoft Corp.', version 5.1.2600 > configured using `configure --with-gcc (3.4) --no-opt --cflags > -Ic:/g/include -fno-crossjumping' > > >