From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Gustav_Wikstr=F6m?= Newsgroups: gmane.emacs.devel Subject: BUG: Emacs crashes due to org-mode parameter org-indent-mode Date: Fri, 23 Dec 2011 00:04:17 +0100 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=90e6ba6e836ce12c8f04b4b651e2 X-Trace: dough.gmane.org 1324627108 7363 80.91.229.12 (23 Dec 2011 07:58:28 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 23 Dec 2011 07:58:28 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 23 08:58:21 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Re01E-0006MY-Aj for ged-emacs-devel@m.gmane.org; Fri, 23 Dec 2011 08:58:20 +0100 Original-Received: from localhost ([::1]:57109 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Re01B-0004d3-Um for ged-emacs-devel@m.gmane.org; Fri, 23 Dec 2011 02:58:17 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:37522) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RdrgR-0003lu-G7 for emacs-devel@gnu.org; Thu, 22 Dec 2011 18:04:20 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RdrgQ-0002IL-J3 for emacs-devel@gnu.org; Thu, 22 Dec 2011 18:04:19 -0500 Original-Received: from mail-iy0-f169.google.com ([209.85.210.169]:54720) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RdrgQ-0002IH-Dc for emacs-devel@gnu.org; Thu, 22 Dec 2011 18:04:18 -0500 Original-Received: by iacb35 with SMTP id b35so14676100iac.0 for ; Thu, 22 Dec 2011 15:04:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=Is9s1e35lkEXV8oBW+B7p2VamYByZR8C+BJRem8yePY=; b=erA0BSAErte7JjGCMga5n6WUxTns9lo5tJyxUG0DDbJpmDF72ist36EJt+kfwJR02m M8lZsGHpgh1AIJzygDeU6BqdCjCcsXzfEPQpZc4QwK6ifbDH26gwoRLJhxWRB3iADf56 lQsfjVzlg9iIftGidiWi4+PXIae0HVM0UJAlg= Original-Received: by 10.42.135.69 with SMTP id o5mr14839948ict.34.1324595057601; Thu, 22 Dec 2011 15:04:17 -0800 (PST) Original-Received: by 10.231.229.73 with HTTP; Thu, 22 Dec 2011 15:04:17 -0800 (PST) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.210.169 X-Mailman-Approved-At: Fri, 23 Dec 2011 02:58:16 -0500 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:146936 Archived-At: --90e6ba6e836ce12c8f04b4b651e2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hello dear Emacs developers! I recently stumbled upon an org-mode related bug when upgrading to Emacs 24 on windows (Emacs-24.0.92). The problem occurs when org-indent-mode is on in indirect buffers in an org-mode file (after using the command "org-tree-to-indirect-buffer" (C-c C-x b) on a headline with some sub-information) and org-cycle (tab) is done on the first line. This breaks my emacs. I've reasoned out that emacs crashes on the call to the c-function "overlay-put" when executing org-cycle. I however don't have and debug-trace.. sorry for that. The problem should be reproducible with the following: - Start emacs without any initial settings (runemacs.exe -q) - Open an org-mode file - M-x org-indent-mode - C-c C-x b on a heading in the file - tab My temporary fix for this is to not use org-indent-mode... Then everything (almost ) works as intended. I would however be happy if I could start using org-indent-mode again! This is also posted on the org-mode list but due to the relation to emacs-c-functions the question is moved to this forum. Regards Gustav Wikstr=F6m --90e6ba6e836ce12c8f04b4b651e2 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hello dear Emacs developers!

I recently stumbled upon an= org-mode related bug when upgrading to Emacs 24 on windows (Emacs-24.0.92)= .

The problem occurs when org-indent-mode is on in= indirect buffers in an org-mode file (after using the command "org-tr= ee-to-indirect-buffer" (C-c C-x b) on a headline with some sub-informa= tion) and org-cycle (tab) is done on the first line. This breaks my emacs. = I've reasoned out that emacs crashes on the call to the c-function &quo= t;overlay-put" when executing org-cycle. I however don't have and = debug-trace.. sorry for that.

The problem should be reproducible with the following:<= /div>

- Start emacs without any initial settings (runema= cs.exe -q)
- Open an org-mode file
- M-x org-indent-mod= e
- C-c C-x b on a heading in the file
- tab

My temporary fix for this is to not use org-indent-mode... Then eve= rything (almost ) works as intended. I would however be happy if I could st= art using org-indent-mode again!

This is also posted on the org-mode list but due to the= relation to emacs-c-functions the question is moved to this forum.

Regards
Gustav Wikstr=F6m
--90e6ba6e836ce12c8f04b4b651e2--