From unknown Sat Aug 16 18:44:36 2025 X-Loop: help-debbugs@gnu.org Subject: bug#31379: 24.0.92; Emacs runtime crashes with org-indent-mode and indirect-buffer Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 07 May 2018 17:52:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 31379 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Gustav =?UTF-8?Q?Wikstr=C3=B6m?= Cc: 31379@debbugs.gnu.org X-Debbugs-Original-Cc: bug-gnu-emacs@gnu.org Reply-To: Eli Zaretskii Received: via spool by submit@debbugs.gnu.org id=B.152571547022425 (code B ref -1); Mon, 07 May 2018 17:52:02 +0000 Received: (at submit) by debbugs.gnu.org; 7 May 2018 17:51:10 +0000 Received: from localhost ([127.0.0.1]:53050 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fFkI2-0005pd-1K for submit@debbugs.gnu.org; Mon, 07 May 2018 13:51:10 -0400 Received: from eggs.gnu.org ([208.118.235.92]:58910) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fFkI0-0005pR-Md for submit@debbugs.gnu.org; Mon, 07 May 2018 13:51:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fFkHu-0007BS-RK for submit@debbugs.gnu.org; Mon, 07 May 2018 13:51:03 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:53970) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fFkHu-0007BE-NJ for submit@debbugs.gnu.org; Mon, 07 May 2018 13:51:02 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49875) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fFkHt-0000qn-IV for bug-gnu-emacs@gnu.org; Mon, 07 May 2018 13:51:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fFkHq-000768-Cg for bug-gnu-emacs@gnu.org; Mon, 07 May 2018 13:51:01 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:57078) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fFkHq-00075k-83; Mon, 07 May 2018 13:50:58 -0400 Received: from [176.228.60.248] (port=4870 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1fFkHp-0005Xr-Kd; Mon, 07 May 2018 13:50:58 -0400 Date: Mon, 07 May 2018 20:51:02 +0300 Message-Id: <83efinqrqx.fsf@gnu.org> From: Eli Zaretskii In-reply-to: (message from Gustav =?UTF-8?Q?Wikstr=C3=B6m?= on Fri, 23 Dec 2011 08:18:19 +0100) References: MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -6.0 (------) > Date: Fri, 23 Dec 2011 08:18:19 +0100 > From: Gustav Wikström > > When org-startup-indented is set to true I get a fatal error when using > 'org-tree-to-indirect-buffer' on a heading then using org-cycle on the > same heading in the indirect-buffer. > > It seems that emacs breaks due to a call to "overlay-put". > > This bug exists in org-version 7.7 & 7.8.02 in emacs 24.0.92.1 on > windows. > > The following commands should reproduce the error: > > "open an org-mode file with some headlines and text." > > M-x org-indent-mode > > C-c C-x b (org-tree-to-indirect-buffer) > > C-x 0 (delete-window, the one that does not have the indirect buffer) > > tab (org-cycle, inside the indirect buffer) > > In GNU Emacs 24.0.92.1 (i386-mingw-nt6.1.7601) > of 2011-12-07 on MARVIN > Windowing system distributor `Microsoft Corp.', version 6.1.7601 Thanks. This is a very old version of Emacs. Can you try a newer one? I cannot reproduce the problem, neither in Emacs 24.1, nor in the upcoming Emacs 26.1. After this step: C-c C-x b (org-tree-to-indirect-buffer) I get an error message saying that I tried to delete the only window of a frame. Which is true: I have only one window on that frame, if I follow the recipe. What did I miss? From unknown Sat Aug 16 18:44:36 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Eli Zaretskii Subject: bug#31379: closed (Re: 24.0.92; Emacs runtime crashes with org-indent-mode and indirect-buffer) Message-ID: References: <83lgcuowp4.fsf@gnu.org> <83efinqrqx.fsf@gnu.org> X-Gnu-PR-Message: they-closed 31379 X-Gnu-PR-Package: emacs Reply-To: 31379@debbugs.gnu.org Date: Tue, 08 May 2018 18:00:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1525802402-11539-1" This is a multi-part message in MIME format... ------------=_1525802402-11539-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #31379: 24.0.92; Emacs runtime crashes with org-indent-mode and indirect-bu= ffer 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 31379@debbugs.gnu.org. --=20 31379: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D31379 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1525802402-11539-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 31379-done) by debbugs.gnu.org; 8 May 2018 17:59:35 +0000 Received: from localhost ([127.0.0.1]:54485 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fG6ti-0002zD-OU for submit@debbugs.gnu.org; Tue, 08 May 2018 13:59:34 -0400 Received: from eggs.gnu.org ([208.118.235.92]:58795) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fG6tf-0002yx-So for 31379-done@debbugs.gnu.org; Tue, 08 May 2018 13:59:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fG6tV-0007zC-RX for 31379-done@debbugs.gnu.org; Tue, 08 May 2018 13:59:26 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.5 required=5.0 tests=BAYES_05 autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:50928) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fG6tV-0007z3-Nq; Tue, 08 May 2018 13:59:21 -0400 Received: from [176.228.60.248] (port=4671 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1fG6tT-0003iz-Pn; Tue, 08 May 2018 13:59:21 -0400 Date: Tue, 08 May 2018 20:59:19 +0300 Message-Id: <83lgcuowp4.fsf@gnu.org> From: Eli Zaretskii To: Gustav =?utf-8?Q?Wikstr=C3=B6m?= In-reply-to: (message from Gustav =?utf-8?Q?Wikstr=C3=B6m?= on Tue, 8 May 2018 14:46:13 +0000) Subject: Re: 24.0.92; Emacs runtime crashes with org-indent-mode and indirect-buffer References: , <83efinqrqx.fsf@gnu.org> MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 31379-done Cc: 31379-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Eli Zaretskii Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -6.0 (------) > From: Gustav Wikström > CC: "bug-gnu-emacs@gnu.org" > Date: Tue, 8 May 2018 14:46:13 +0000 > > Hmm... It seems I sent the Mail december 2011. I don’t recall the problem any more and as you say - old > versions. Push the delete-button on it. I’m sure other defects will be raised if the bug still persists. Done, thanks. ------------=_1525802402-11539-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 7 May 2018 17:51:10 +0000 Received: from localhost ([127.0.0.1]:53050 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fFkI2-0005pd-1K for submit@debbugs.gnu.org; Mon, 07 May 2018 13:51:10 -0400 Received: from eggs.gnu.org ([208.118.235.92]:58910) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fFkI0-0005pR-Md for submit@debbugs.gnu.org; Mon, 07 May 2018 13:51:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fFkHu-0007BS-RK for submit@debbugs.gnu.org; Mon, 07 May 2018 13:51:03 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:53970) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fFkHu-0007BE-NJ for submit@debbugs.gnu.org; Mon, 07 May 2018 13:51:02 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49875) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fFkHt-0000qn-IV for bug-gnu-emacs@gnu.org; Mon, 07 May 2018 13:51:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fFkHq-000768-Cg for bug-gnu-emacs@gnu.org; Mon, 07 May 2018 13:51:01 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:57078) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fFkHq-00075k-83; Mon, 07 May 2018 13:50:58 -0400 Received: from [176.228.60.248] (port=4870 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1fFkHp-0005Xr-Kd; Mon, 07 May 2018 13:50:58 -0400 Date: Mon, 07 May 2018 20:51:02 +0300 Message-Id: <83efinqrqx.fsf@gnu.org> From: Eli Zaretskii To: Gustav =?iso-8859-1?Q?Wikstr=F6m?= In-reply-to: (message from Gustav =?iso-8859-1?Q?Wikstr=F6m?= on Fri, 23 Dec 2011 08:18:19 +0100) Subject: Re: 24.0.92; Emacs runtime crashes with org-indent-mode and indirect-buffer References: MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit Cc: bug-gnu-emacs@gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Eli Zaretskii Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -6.0 (------) > Date: Fri, 23 Dec 2011 08:18:19 +0100 > From: Gustav Wikström > > When org-startup-indented is set to true I get a fatal error when using > 'org-tree-to-indirect-buffer' on a heading then using org-cycle on the > same heading in the indirect-buffer. > > It seems that emacs breaks due to a call to "overlay-put". > > This bug exists in org-version 7.7 & 7.8.02 in emacs 24.0.92.1 on > windows. > > The following commands should reproduce the error: > > "open an org-mode file with some headlines and text." > > M-x org-indent-mode > > C-c C-x b (org-tree-to-indirect-buffer) > > C-x 0 (delete-window, the one that does not have the indirect buffer) > > tab (org-cycle, inside the indirect buffer) > > In GNU Emacs 24.0.92.1 (i386-mingw-nt6.1.7601) > of 2011-12-07 on MARVIN > Windowing system distributor `Microsoft Corp.', version 6.1.7601 Thanks. This is a very old version of Emacs. Can you try a newer one? I cannot reproduce the problem, neither in Emacs 24.1, nor in the upcoming Emacs 26.1. After this step: C-c C-x b (org-tree-to-indirect-buffer) I get an error message saying that I tried to delete the only window of a frame. Which is true: I have only one window on that frame, if I follow the recipe. What did I miss? ------------=_1525802402-11539-1-- From unknown Sat Aug 16 18:44:36 2025 X-Loop: help-debbugs@gnu.org Subject: bug#31379: 24.0.92; Emacs runtime crashes with org-indent-mode and indirect-buffer Resent-From: Noam Postavsky Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 08 May 2018 18:17:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 31379 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Eli Zaretskii , 31379@debbugs.gnu.org Cc: Gustav =?UTF-8?Q?Wikstr=C3=B6m?= Received: via spool by 31379-submit@debbugs.gnu.org id=B31379.152580339513099 (code B ref 31379); Tue, 08 May 2018 18:17:01 +0000 Received: (at 31379) by debbugs.gnu.org; 8 May 2018 18:16:35 +0000 Received: from localhost ([127.0.0.1]:54510 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fG7AB-0003PD-3h for submit@debbugs.gnu.org; Tue, 08 May 2018 14:16:35 -0400 Received: from mail-ot0-f172.google.com ([74.125.82.172]:37782) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fG7AA-0003P1-3t for 31379@debbugs.gnu.org; Tue, 08 May 2018 14:16:34 -0400 Received: by mail-ot0-f172.google.com with SMTP id 77-v6so37167704otd.4 for <31379@debbugs.gnu.org>; Tue, 08 May 2018 11:16:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=M/aSgmB4CwqG3mWCMKD42cXBFsGgVi+OX/psxMberrA=; b=dI7Z0n87nFyZUt3Eu7SvO+fK3PV5UHbBTVChfyjWPGB8ZGVDn9rLvNJhHRBKAOmR6H jDz1mcXhqquV0L25RTk5C8I8wxxqV4pnI6PtwhN8CDAxu9xlZkIYmTTlYckTkujCoAC2 fc5pzt0BpFZp1i5HCdZqtShwjXjgnveowxvwgaiIZFTbUzI0JHbM+3g6D3+FHcwdCEHn qr1LO99mvbgNDp5uupGTZVgxRQmi8FuaXX02lF/dCHsMfYImv5Zs+xNBixyUS3JMT77x qrp1gPNFcFHdVWLc0Ez7XaaUa4L4YN75ITqY56BZWSxd1uIvdQfvEY9yUG4vCzfs3usw JAjA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=M/aSgmB4CwqG3mWCMKD42cXBFsGgVi+OX/psxMberrA=; b=fBUJYl0Kx0Unm4KtvIR+FoUMwZRXizoDYcxj+wZyk8fQDSOb5g5gR+IGJAKIG48Bi8 2vJpWVNgAVLW/CgdD4jxIHjnvkpzyjctPnCYeFOpLZhZGXMvpaX0O3RdB3JjvDu8o+JG CCnq3vNNEjY1uc10jwzB8BJrIrxDqeYdgXTSC8o/PtC7eqdCBfvqR3ZpsvMHi22Ga0uD wWhselp4OZDKhhLXPyvatERGo4admhtcUjWK+ka3LuEIkEVlG0/HxnmMBMyCcM5ZauGI q6xRiPrkjyhcVsJNvG9V+9eE40aLQDJiO8SJiGYy2zyAQT0JUupQQcIMb/VEBs4v1Tph o6ng== X-Gm-Message-State: ALQs6tDOJaRLOYwMP5tsyPLsGphaicn6v3xnljhM+IgT9JFfVe3YkOKv u/5nLQFdZyh4RzcNNoBDcywbyJC6R5YHta228e8= X-Google-Smtp-Source: AB8JxZoF0ht4Puc1A8Neg1rEiVs+uydm/LPoJdY6qHZlVjoY5v/aL/qG4daJo89AILwCnYQOvKy5XaMO3ChkKh+CCQI= X-Received: by 2002:a9d:320f:: with SMTP id t15-v6mr32044297otc.196.1525803388448; Tue, 08 May 2018 11:16:28 -0700 (PDT) MIME-Version: 1.0 Received: by 10.74.5.135 with HTTP; Tue, 8 May 2018 11:16:28 -0700 (PDT) In-Reply-To: <83lgcuowp4.fsf@gnu.org> References: <83efinqrqx.fsf@gnu.org> <83lgcuowp4.fsf@gnu.org> From: Noam Postavsky Date: Tue, 8 May 2018 14:16:28 -0400 Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) On 8 May 2018 at 13:59, Eli Zaretskii wrote: >> From: Gustav Wikstr=C3=B6m >> CC: "bug-gnu-emacs@gnu.org" >> Date: Tue, 8 May 2018 14:46:13 +0000 >> >> Hmm... It seems I sent the Mail december 2011. I don=E2=80=99t recall th= e problem any more and as you say - old >> versions. Push the delete-button on it. I=E2=80=99m sure other defects w= ill be raised if the bug still persists. > > Done, thanks. It looks like it was indeed fixed back then: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D10360#10 From unknown Sat Aug 16 18:44:36 2025 X-Loop: help-debbugs@gnu.org Subject: bug#31379: 24.0.92; Emacs runtime crashes with org-indent-mode and indirect-buffer Resent-From: Gustav =?UTF-8?Q?Wikstr=C3=B6m?= Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 09 May 2018 11:43:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 31379 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Eli Zaretskii , Gustav =?UTF-8?Q?Wikstr=C3=B6m?= Cc: 31379@debbugs.gnu.org X-Debbugs-Original-Cc: "bug-gnu-emacs@gnu.org" Received: via spool by submit@debbugs.gnu.org id=B.15258661768258 (code B ref -1); Wed, 09 May 2018 11:43:02 +0000 Received: (at submit) by debbugs.gnu.org; 9 May 2018 11:42:56 +0000 Received: from localhost ([127.0.0.1]:54891 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fGNUl-000292-AQ for submit@debbugs.gnu.org; Wed, 09 May 2018 07:42:56 -0400 Received: from eggs.gnu.org ([208.118.235.92]:53845) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fG3sw-0006y5-3S for submit@debbugs.gnu.org; Tue, 08 May 2018 10:46:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fG3so-0003me-5A for submit@debbugs.gnu.org; Tue, 08 May 2018 10:46:28 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: *** X-Spam-Status: No, score=3.3 required=5.0 tests=BAYES_50,HTML_MESSAGE, RECEIVED_FROM_WINDOWS_HOST,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:44407) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fG3so-0003mV-2V for submit@debbugs.gnu.org; Tue, 08 May 2018 10:46:26 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44789) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fG3sk-0004Gl-PF for bug-gnu-emacs@gnu.org; Tue, 08 May 2018 10:46:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fG3sh-0003j5-Lh for bug-gnu-emacs@gnu.org; Tue, 08 May 2018 10:46:22 -0400 Received: from mail-he1eur01on0126.outbound.protection.outlook.com ([104.47.0.126]:43584 helo=EUR01-HE1-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fG3sh-0003g0-9F; Tue, 08 May 2018 10:46:19 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=Wikstrom.onmicrosoft.com; s=selector1-whil-se; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version; bh=bdfIL2HGjSNBN1uoZu/mFnRNc0nX9TSavBDohGZ1Ikk=; b=gcv5lgVhtbWQCDUZMx/hIJ9LLoMzjeoFShMMoWfBu1TRVEsTb6s/gVl6NezLMCH5qSHCIhPMZ4w1bAmy9jq35a56MiiTnap+MUT0XMwxJlU3RUJsyP0iQhqZIlL4uqKGk7X5yXtJbdEMJSoZ0yplUolo9h2uAIiLIEaxiYVD6hs= Received: from HE1PR02MB1068.eurprd02.prod.outlook.com (10.163.173.14) by HE1PR02MB1356.eurprd02.prod.outlook.com (10.169.116.18) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P256) id 15.20.735.17; Tue, 8 May 2018 14:46:13 +0000 Received: from HE1PR02MB1068.eurprd02.prod.outlook.com ([fe80::ad75:dcee:4d6e:e1c]) by HE1PR02MB1068.eurprd02.prod.outlook.com ([fe80::ad75:dcee:4d6e:e1c%13]) with mapi id 15.20.0735.019; Tue, 8 May 2018 14:46:13 +0000 From: Gustav =?UTF-8?Q?Wikstr=C3=B6m?= Thread-Topic: 24.0.92; Emacs runtime crashes with org-indent-mode and indirect-buffer Thread-Index: AQHT5iv6WG2uYbuCVEW5Dm92XjdcsqQl6kdF Date: Tue, 8 May 2018 14:46:13 +0000 Message-ID: References: , <83efinqrqx.fsf@gnu.org> In-Reply-To: <83efinqrqx.fsf@gnu.org> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: authentication-results: spf=none (sender IP is ) smtp.mailfrom=gustav@whil.se; x-originating-ip: [52.164.245.112] x-ms-publictraffictype: Email x-microsoft-exchange-diagnostics: 1; HE1PR02MB1356; 7:pzACX7MDUYSJzY/swYhKbooMQhJxsiluw6Y3bLqF5g+Wx2Ju1L7TIEsSAId3fnmYt7WZtMspUXnUG6vUhxR51EFVAnADC8L6wcpHE+HHLYz0X4NgaNQ8ctk12JEiKL8YA7FlE+QCZexzg5pXvzEoLsdxnJpLLS9QyLcRQemraGaLwpLaBaIANkXXtP1xYui4IZI9c+/4fiTJ1C5HPn7uIFNzg3thUUn7hlrzVtxGt33v/SIN5lY7UlK7MqpOdbqc x-ms-exchange-antispam-srfa-diagnostics: SOS; x-microsoft-antispam: UriScan:; BCL:0; PCL:0; RULEID:(7020095)(4652020)(7021125)(4534165)(7022125)(4603075)(4627221)(201702281549075)(7048125)(7024125)(7027125)(7028125)(7023125)(5600026)(2017052603328)(7153060)(7193020); SRVR:HE1PR02MB1356; x-ms-traffictypediagnostic: HE1PR02MB1356: x-microsoft-antispam-prvs: x-exchange-antispam-report-test: UriScan:(158342451672863)(22074186197030)(85827821059158)(81439100147899)(265313219721884)(17755550239193); x-ms-exchange-senderadcheck: 1 x-exchange-antispam-report-cfa-test: BCL:0; PCL:0; RULEID:(6040522)(2401047)(5005006)(8121501046)(10201501046)(93006095)(93001095)(3002001)(3231254)(944501410)(52105095)(149027)(150027)(6041310)(20161123560045)(20161123564045)(20161123558120)(20161123562045)(2016111802025)(6043046)(6072148)(201708071742011); SRVR:HE1PR02MB1356; BCL:0; PCL:0; RULEID:; SRVR:HE1PR02MB1356; x-forefront-prvs: 0666E15D35 x-forefront-antispam-report: SFV:NSPM; SFS:(10019020)(376002)(39380400002)(396003)(39830400003)(346002)(366004)(189003)(377424004)(199004)(74316002)(97736004)(25786009)(74482002)(316002)(45080400002)(5660300001)(3280700002)(81166006)(86362001)(478600001)(606006)(6436002)(4326008)(3846002)(6116002)(110136005)(81156014)(8936002)(5250100002)(229853002)(2900100001)(7736002)(66066001)(59450400001)(14454004)(7696005)(68736007)(106356001)(105586002)(2906002)(102836004)(76176011)(26005)(6506007)(53546011)(54896002)(186003)(6246003)(33656002)(11346002)(446003)(3660700001)(476003)(39060400002)(99286004)(53936002)(236005)(6306002)(9686003)(55016002)(486006); DIR:OUT; SFP:1102; SCL:1; SRVR:HE1PR02MB1356; H:HE1PR02MB1068.eurprd02.prod.outlook.com; FPR:; SPF:None; LANG:en; PTR:InfoNoRecords; MX:1; A:1; received-spf: None (protection.outlook.com: whil.se does not designate permitted sender hosts) x-microsoft-antispam-message-info: l6fUlx/SJvLJ0P/zQrKwlu031PmbXWRdUFcw3bboqRHwUHF/syzwRiu4+P8I7CAsuxils2p7nfhogPV63SK2JF1na63nLT2mDwWoXNu94Fla1UHn6RNR2a6ieYVLYY8r8MDWgiSnAueo2S24qGsQ9NM8HePeJtjd7/tskDP/emnldWD2ix1pUvjnrKISQtyn spamdiagnosticoutput: 1:99 spamdiagnosticmetadata: NSPM Content-Type: multipart/alternative; boundary="_000_HE1PR02MB106812F3D4DAA9E885F7E7A2DA9A0HE1PR02MB1068eurp_" MIME-Version: 1.0 X-MS-Office365-Filtering-Correlation-Id: 8db7d07b-39d0-483e-cf67-08d5b4f27244 X-OriginatorOrg: whil.se X-MS-Exchange-CrossTenant-Network-Message-Id: 8db7d07b-39d0-483e-cf67-08d5b4f27244 X-MS-Exchange-CrossTenant-originalarrivaltime: 08 May 2018 14:46:13.3428 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Hosted X-MS-Exchange-CrossTenant-id: 3f6cdb11-323f-43c4-adf3-a2c5097674cd X-MS-Exchange-Transport-CrossTenantHeadersStamped: HE1PR02MB1356 X-detected-operating-system: by eggs.gnu.org: Windows 7 or 8 [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.1 (----) X-Mailman-Approved-At: Wed, 09 May 2018 07:42:53 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.1 (-----) --_000_HE1PR02MB106812F3D4DAA9E885F7E7A2DA9A0HE1PR02MB1068eurp_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hmm... It seems I sent the Mail december 2011. I don't recall the problem a= ny more and as you say - old versions. Push the delete-button on it. I'm su= re other defects will be raised if the bug still persists. Kind regards Gustav Get Outlook for iOS ________________________________ From: Eli Zaretskii Sent: Monday, May 7, 2018 7:51:02 PM To: Gustav Wikstr=F6m Cc: bug-gnu-emacs@gnu.org Subject: Re: 24.0.92; Emacs runtime crashes with org-indent-mode and indire= ct-buffer > Date: Fri, 23 Dec 2011 08:18:19 +0100 > From: Gustav Wikstr=F6m > > When org-startup-indented is set to true I get a fatal error when using > 'org-tree-to-indirect-buffer' on a heading then using org-cycle on the > same heading in the indirect-buffer. > > It seems that emacs breaks due to a call to "overlay-put". > > This bug exists in org-version 7.7 & 7.8.02 in emacs 24.0.92.1 on > windows. > > The following commands should reproduce the error: > > "open an org-mode file with some headlines and text." > > M-x org-indent-mode > > C-c C-x b (org-tree-to-indirect-buffer) > > C-x 0 (delete-window, the one that does not have the indirect buffer) > > tab (org-cycle, inside the indirect buffer) > > In GNU Emacs 24.0.92.1 (i386-mingw-nt6.1.7601) > of 2011-12-07 on MARVIN > Windowing system distributor `Microsoft Corp.', version 6.1.7601 Thanks. This is a very old version of Emacs. Can you try a newer one? I cannot reproduce the problem, neither in Emacs 24.1, nor in the upcoming Emacs 26.1. After this step: C-c C-x b (org-tree-to-indirect-buffer) I get an error message saying that I tried to delete the only window of a frame. Which is true: I have only one window on that frame, if I follow the recipe. What did I miss? --_000_HE1PR02MB106812F3D4DAA9E885F7E7A2DA9A0HE1PR02MB1068eurp_ Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hmm... It seems I sent the Mail december 2011.= I don’t recall the problem any more and as you say - old versions. P= ush the delete-button on it. I’m sure other defects will be raised if= the bug still persists.

Kind regards
Gustav


From: Eli Zaretskii <e= liz@gnu.org>
Sent: Monday, May 7, 2018 7:51:02 PM
To: Gustav Wikstr=F6m
Cc: bug-gnu-emacs@gnu.org
Subject: Re: 24.0.92; Emacs runtime crashes with org-indent-mode and= indirect-buffer
 
> Date: Fri, 23 Dec 2011 08:18:19 +0100
> From: Gustav Wikstr=F6m <gustav.erik@gmail.com>
>
> When org-startup-indented is set to true I get a fatal error when usin= g
> 'org-tree-to-indirect-buffer' on a heading then using org-cycle on the=
> same heading in the indirect-buffer.
>
> It seems that emacs breaks due to a call to "overlay-put". >
> This bug exists in org-version 7.7 & 7.8.02 in emacs 24.0.92.1 on<= br> > windows.
>
> The following commands should reproduce the error:
>
>   "open an org-mode file with some headlines and text.&= quot;
>  
>   M-x org-indent-mode
>  
>   C-c C-x b (org-tree-to-indirect-buffer)
>  
>   C-x 0 (delete-window, the one that does not have the indir= ect buffer)
>  
>   tab (org-cycle, inside the indirect buffer)
>
> In GNU Emacs 24.0.92.1 (i386-mingw-nt6.1.7601)
>  of 2011-12-07 on MARVIN
> Windowing system distributor `Microsoft Corp.', version 6.1.7601

Thanks.

This is a very old version of Emacs.  Can you try a newer one?

I cannot reproduce the problem, neither in Emacs 24.1, nor in the
upcoming Emacs 26.1.  After this step:

  C-c C-x b (org-tree-to-indirect-buffer)

I get an error message saying that I tried to delete the only window
of a frame.  Which is true: I have only one window on that frame, if I=
follow the recipe.  What did I miss?
--_000_HE1PR02MB106812F3D4DAA9E885F7E7A2DA9A0HE1PR02MB1068eurp_--