From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sean Sieger Newsgroups: gmane.emacs.devel Subject: outline-mode Date: Wed, 26 Sep 2007 16:59:31 -0400 Message-ID: <871wcli1n0.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1190840414 1492 80.91.229.12 (26 Sep 2007 21:00:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 26 Sep 2007 21:00:14 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 26 23:00:07 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IadzG-0005Y7-AK for ged-emacs-devel@m.gmane.org; Wed, 26 Sep 2007 23:00:02 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IadzD-00019o-4r for ged-emacs-devel@m.gmane.org; Wed, 26 Sep 2007 16:59:59 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Iadz9-00015p-0a for emacs-devel@gnu.org; Wed, 26 Sep 2007 16:59:55 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Iadz8-00013w-1q for emacs-devel@gnu.org; Wed, 26 Sep 2007 16:59:54 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iadz7-00013X-Qr for emacs-devel@gnu.org; Wed, 26 Sep 2007 16:59:53 -0400 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Iadz7-00063z-Hz for emacs-devel@gnu.org; Wed, 26 Sep 2007 16:59:53 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Iadyv-0006B4-Dd for emacs-devel@gnu.org; Wed, 26 Sep 2007 20:59:41 +0000 Original-Received: from pool-70-18-33-244.ny325.east.verizon.net ([70.18.33.244]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 26 Sep 2007 20:59:41 +0000 Original-Received: from sean.sieger by pool-70-18-33-244.ny325.east.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 26 Sep 2007 20:59:41 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 17 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: pool-70-18-33-244.ny325.east.verizon.net User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.0 (gnu/linux) Cancel-Lock: sha1:www5DHpIg9nKzUlluUQ5vqJEOy8= X-Detected-Kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:79939 Archived-At: On GNU Emacs 23.0.0.3 (i686-pc-linux-gnu, GTK+ Version 2.10.11) of 2007-09-22 on 6dfpj71, I have been visiting my outline files using `C-x r b'; `C-x C-f'; and `C-x d' and finding the fontification erroneous. That is, the top level, instead of blue is pink (I haven't altered the defaults) and when I do `C-c C-q' on them, I get, Debugger entered--Lisp error: (error "Must keep at least one level of headers") signal(error ("Must keep at least one level of headers")) error("Must keep at least one level of headers") hide-sublevels(0) call-interactively(hide-sublevels) ...it wasn't until today that in the midst of properly fontified top level headings there was a single improperly fontified one, so that there is also an irregularity to the error. I hope this is helpful.