From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: GNU NT-Emacs crashes with longlines-mode and outline-mode Date: Sun, 23 Sep 2007 01:19:04 +0100 Message-ID: <46F5B0F8.6020207@gnu.org> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1190506788 6063 80.91.229.12 (23 Sep 2007 00:19:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 23 Sep 2007 00:19:48 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org To: r.thiel@uni-jena.de Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 23 02:19:42 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 1IZFCH-0006R3-MX for ged-emacs-devel@m.gmane.org; Sun, 23 Sep 2007 02:19:41 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IZFCF-0002Ex-5l for ged-emacs-devel@m.gmane.org; Sat, 22 Sep 2007 20:19:39 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IZFCB-0002Df-5u for emacs-devel@gnu.org; Sat, 22 Sep 2007 20:19:35 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IZFC9-0002CW-Kh for emacs-devel@gnu.org; Sat, 22 Sep 2007 20:19:34 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IZFC9-0002CT-Dp for emacs-devel@gnu.org; Sat, 22 Sep 2007 20:19:33 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IZFC9-0008Rb-7t for emacs-devel@gnu.org; Sat, 22 Sep 2007 20:19:33 -0400 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by fencepost.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IZFBW-0006FG-Vg for emacs-pretest-bug@gnu.org; Sat, 22 Sep 2007 20:18:55 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1IZFC5-0008R3-Kx for emacs-pretest-bug@gnu.org; Sat, 22 Sep 2007 20:19:32 -0400 Original-Received: from outmail1.freedom2surf.net ([194.106.33.237]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IZFC5-0008Qv-AE for emacs-pretest-bug@gnu.org; Sat, 22 Sep 2007 20:19:29 -0400 Original-Received: from [127.0.0.1] (i-83-67-23-108.freedom2surf.net [83.67.23.108]) by outmail1.freedom2surf.net (Postfix) with ESMTP id A9F3F5150B; Sun, 23 Sep 2007 01:19:28 +0100 (BST) User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) In-Reply-To: X-Detected-Kernel: Linux 2.4-2.6 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:79544 gmane.emacs.pretest.bugs:19975 Archived-At: Rainer Thiel wrote: > When I load the file, I can only see > > ---, > -*- mode: text; mode: outline -*- > > * One chapter... > ---=B4 > > as expected. What settings do you have that cause this behaviour? The default for outline-mode is to show everything. > When I now press M-x longlines-mode, the crash occurs. > > > In GNU Emacs 22.1.50.1 (i386-mingw-nt5.1.2600) > of 2007-07-07 on NEUTRINO > =20 I can't reproduce this bug on 21.1, the current Emacs 22 branch, or the current trunk, even after adding an extra step to hide the body of "One chapter" before enabling longlines-mode. It may have been a temporary bug present in CVS around 7 July, or it may be due to your settings. Please try to reproduce it after starting Emacs with the -Q option, and document everything you need to do to trigger the bug.