From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Crash in "GNU Emacs 24.0.97.1 (i386-mingw-nt5.1.2600) of 2012-05-17 on MARVIN" when jumpin to end of long lines of org-mode file Date: Fri, 01 Jun 2012 14:53:54 +0200 Message-ID: <87fwaffb19.fsf@gnu.org> References: <4FC7CE1D.80404@online.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:60543) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SaRLl-00040x-Cl for emacs-orgmode@gnu.org; Fri, 01 Jun 2012 08:53:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SaRLg-0000xY-8E for emacs-orgmode@gnu.org; Fri, 01 Jun 2012 08:53:04 -0400 Received: from incoming2.cnam.fr ([163.173.128.34]:11583) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SaRLg-0000xH-2Z for emacs-orgmode@gnu.org; Fri, 01 Jun 2012 08:53:00 -0400 In-Reply-To: <4FC7CE1D.80404@online.de> (Rainer Stengele's message of "Thu, 31 May 2012 22:01:33 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Rainer Stengele Cc: emacs-orgmode@gnu.org Hi Rainer, Rainer Stengele writes: > I have emacs crashing since several versions. I can't test with your version of Emacs. > Being in org-mode I have a long line like this (following 3 lines concatenated) > > #+BEGIN: clocktable :maxlevel 0 :fileskip0 t :scope ("~/org/DIPLAN/DIPLAN.org" "~/org/DIPLAN/DIPLAN.org_archive" "~/org/DIPLAN/Seuffer.org" > "~/org/DIPLAN/ebm-papst.org" "~/org/DIPLAN/PREH.org" "~/org/DIPLAN/PADUA/PADUA.org" "~/org/DIPLAN/PADUA/Lastenheft.org" > "~/org/DIPLAN/PADUA/Pflichtenheft.org" "~/org/DIPLAN/PADUA/Zeitaufschreibung.org") :block 2012-04 There is a missing #+END. Do you still have the crash with #+END? Can you send the complete .org file to test? > How can I track down the reason for the crashes? C-h f org-end-of-line RET C-x o TAB RET M-x edebug-defun RET then C-e in your file again to see if you can find the problem with org-end-of-line. HTH, -- Bastien