From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: [ottomaddox@fastmail.fm: Foldout mode does not restore previous view correctly] Date: Thu, 01 Dec 2005 01:06:51 -0500 Message-ID: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1133417297 18727 80.91.229.2 (1 Dec 2005 06:08:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 1 Dec 2005 06:08:17 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 01 07:08:14 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Ehhb8-0000SW-LS for ged-emacs-devel@m.gmane.org; Thu, 01 Dec 2005 07:07:14 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ehhb7-0002kn-Vu for ged-emacs-devel@m.gmane.org; Thu, 01 Dec 2005 01:07:14 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ehhap-0002iH-4Z for emacs-devel@gnu.org; Thu, 01 Dec 2005 01:06:55 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ehhan-0002h5-FY for emacs-devel@gnu.org; Thu, 01 Dec 2005 01:06:53 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ehham-0002gW-BU for emacs-devel@gnu.org; Thu, 01 Dec 2005 01:06:52 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Ehham-0001M1-6a for emacs-devel@gnu.org; Thu, 01 Dec 2005 01:06:52 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1Ehhal-0003DX-DK; Thu, 01 Dec 2005 01:06:51 -0500 Original-To: emacs-devel@gnu.org 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:46844 Archived-At: Could someone please look at this? ------- Start of forwarded message ------- X-Sasl-Enc: txkbtYB2orZITEL68nBs5gk84+Cd5JpaB2LrFRcVL/YV 1132761790 From: "Otto Maddox" To: emacs-pretest-bug@gnu.org Content-Disposition: inline Date: Wed, 23 Nov 2005 16:03:10 +0000 Subject: Foldout mode does not restore previous view correctly Sender: emacs-pretest-bug-bounces+rms=gnu.org@gnu.org X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on monty-python X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.63 Put the following text into a buffer in Outline mode: - --- BEGIN --- * Food This is the body, which says something about the topic of food. ** Delicious Food This is the body of the second-level header. ** Distasteful Food This could have a body too, with several lines. *** Dormitory Food * Shelter Another first-level topic with its header line. - --- END --- Now do `M-x load-library RET foldout RET'. Put point on the "* Food" heading. Do `C-c C-d' (`hide-subtree') and then `C-c C-z' to zoom in on the level-1 heading, its body and its level-2 subheadings. Now exit the fold with `C-c C-x'. The previous view doesn't seem to be restored correctly. It looks like this: - --- BEGIN --- ... * Shelter Another first-level topic with its header line. - --- END --- The level-1 heading is invisible. Furthermore, the subtree corresponding to that heading line cannot be expanded with `C-c C-s' (I get an error message "before first heading"). In GNU Emacs 22.0.50.1 (powerpc-apple-darwin8.3.0) of 2005-11-22 - -- http://www.fastmail.fm - IMAP accessible web-mail _______________________________________________ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug ------- End of forwarded message -------