From mboxrd@z Thu Jan 1 00:00:00 1970 From: Per Unneberg Subject: Bug: #+STARTUP indent in org-babel.org: emacs segfaults [6.34 (release_6.34.1.g2783)] Date: Sun, 10 Jan 2010 19:06:38 +0100 Message-ID: <87k4vpsukx.fsf@ki.se> Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NU28A-0001Eb-8A for emacs-orgmode@gnu.org; Sun, 10 Jan 2010 13:03:14 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NU285-00019C-Fg for emacs-orgmode@gnu.org; Sun, 10 Jan 2010 13:03:13 -0500 Received: from [199.232.76.173] (port=35649 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NU285-000192-BJ for emacs-orgmode@gnu.org; Sun, 10 Jan 2010 13:03:09 -0500 Received: from smtp5.ki.se ([130.237.99.130]:43023) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NU284-0006b7-2P for emacs-orgmode@gnu.org; Sun, 10 Jan 2010 13:03:08 -0500 Received: from localhost (nautilus.csb.ki.se [130.237.109.248]) by smtp5.ki.se (Postfix) with ESMTP id D8869294C43 for ; Sun, 10 Jan 2010 19:03:03 +0100 (CET) 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 Dear list, using the latest version of org-mode I noticed that some of my larger org files containing babel code caused emacs to segfault when doing an incremental search. The culprit seems to be #+STARTUP: indent. I managed to reproduce the bug using this minimal .emacs file: (setq load-path (cons "~/local/share/emacs/site-lisp/org/lisp" load-path)) (require 'org-install) where load-path points to latest org-mode version. * Steps to reproduce using org-babel.org (taken from eschulte.github.com/org-babel/org-babel.org) - change startup line to #+STARTUP: indent: - reload file and do an incremental search for "time" (for example) This bug is not reproducible with the org-mode version (6.21b) that is shipped with my emacs, and as far as I can tell, I can't reproduce it in files without babel blocks. * Info Emacs : GNU Emacs 23.1.1 (x86_64-pc-linux-gnu, GTK+ Version 2.16.6) of 2009-12-14 on localhost Package: Org-mode version 6.34 (release_6.34.1.g2783) By the way Carsten and developers, thanks for an amazing package! Cheers, Per