From mboxrd@z Thu Jan 1 00:00:00 1970 From: Markus Heller Subject: Re: Emacs crashes when using S-TAB in drawer Date: Mon, 10 Aug 2009 09:08:37 -0700 Message-ID: References: <496B9CEE-0940-4B5B-83B6-E7DA356659AA@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MaXQk-0005s8-2Y for emacs-orgmode@gnu.org; Mon, 10 Aug 2009 12:09:02 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MaXQf-0005rB-3r for emacs-orgmode@gnu.org; Mon, 10 Aug 2009 12:09:01 -0400 Received: from [199.232.76.173] (port=50535 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MaXQe-0005r3-PS for emacs-orgmode@gnu.org; Mon, 10 Aug 2009 12:08:56 -0400 Received: from main.gmane.org ([80.91.229.2]:38155 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 1MaXQe-00059w-9u for emacs-orgmode@gnu.org; Mon, 10 Aug 2009 12:08:56 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MaXQY-0000i1-4B for emacs-orgmode@gnu.org; Mon, 10 Aug 2009 16:08:50 +0000 Received: from mail.cdrd.ca ([142.103.191.98]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 10 Aug 2009 16:08:50 +0000 Received: from hellerm2 by mail.cdrd.ca with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 10 Aug 2009 16:08:50 +0000 In-Reply-To: <496B9CEE-0940-4B5B-83B6-E7DA356659AA@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Carsten Dominik wrote: > Are you using org-indent-mode? Yes I do. This is the configuration I use: #+DRAWERS: IDEAS COMMENTS REVIEW #+STARTUP: content #+STARTUP: hidestars #+STARTUP: indent followed by 3 lines of #+TAG. I use the :COMMENTS: drawer very frequently to jot down comments on specific tasks etc. and the :IDEAS: drawer only occasionally, but the crash happens when point is in either of them. I'm sorry I couldn't reproduce a minimal file that shows the crash. Please let me know if you need further info. Cheers M > - Carsten > > On Aug 8, 2009, at 12:30 AM, Markus Heller wrote: > >> Hello all, >> >> emacs crashes reproducibly when using S-Tab in an expended drawer. >> I've noticed this with my org-file, which is rather big. I tried to >> narrow it down to a minimal org file, but could not reproduce the >> crash. While trying to narrow things down, I noticed that drawers get >> corrupted when using S-Tab multiple times, looks like the :END: line >> goes missing. >> >> I'm happy to provide more info if you tell me what you're looking for, >> but as I said, I wasn't able to create a minimal org file showing the >> crash. I'm wondering if anybody else has the same problems ... >> >> Here are my versions: >> >> Emacs version: GNU Emacs 23.1.50.1 (i386-mingw-nt5.1.2600) of >> 2009-06-30 on LENNART-69DE564 >> >> org version: 6.269c >> >> Cheers >> Markus