From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Holst Subject: Re: Re: [babel] "Marker does not point anywhere" error? Date: Fri, 25 Mar 2011 14:13:08 +0100 Message-ID: References: <4D8C8E1D.4060208@gmail.com> <817hbn1i13.fsf@gmail.com> <4D8C910E.4020007@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=38103 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q36pL-0003OF-Um for emacs-orgmode@gnu.org; Fri, 25 Mar 2011 09:13:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q36pJ-0006Fm-EV for emacs-orgmode@gnu.org; Fri, 25 Mar 2011 09:13:19 -0400 Received: from smtp2-v.fe.bosch.de ([139.15.237.6]:63409) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q36pJ-0006Et-9S for emacs-orgmode@gnu.org; Fri, 25 Mar 2011 09:13:17 -0400 In-Reply-To: <4D8C910E.4020007@gmail.com> (Rainer M. Krug's message of "Fri, 25 Mar 2011 13:56:46 +0100") 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: Rainer M Krug Cc: emacs-orgmode , Jambunathan K Hi, =B7 Rainer M Krug wrote: > On 25/03/11 13:50, Jambunathan K wrote: >> >> Can you do M-x toggle-debug-on-error and copy/paste what comes up in t= he >> backtrace buffer? > > Here it is: > [ ... backtrace ... ] I have a similar behaviour with a gnuplot source block, except that I get the same error every time I hit C-c C-c. Here is part of the backtrace: Debugger entered--Lisp error: (error "Marker does not point anywhere") ansi-color-apply-on-region(# #) ansi-color-process-output("") run-hook-with-args(ansi-color-process-output "") comint-send-input() gnuplot-send-string-to-gnuplot(...) [... snip ...] It seems that ansi-color-process-output is the source of trouble. But I couldn't track it down further. It does not happen every time. I also don't how to reproduce it for shure. WinXP org-mode Org-mode version 7.5 (release_7.5.62.gfb2ac) GNU Emacs 23.2.1 (i386-mingw-nt5.1.2600) of 2010-05-08 on G41R2F1 Regards Thomas