From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: [babel] "Marker does not point anywhere" error? Date: Wed, 30 Mar 2011 10:00:56 +0530 Message-ID: <818vvx9qm7.fsf@gmail.com> References: <4D8C8E1D.4060208@gmail.com> <817hbn1i13.fsf@gmail.com> <4D8C910E.4020007@gmail.com> Reply-To: emacs-orgmode Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=42263 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q4n3n-0003jv-Po for emacs-orgmode@gnu.org; Wed, 30 Mar 2011 00:31:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q4n3m-0000f1-Iw for emacs-orgmode@gnu.org; Wed, 30 Mar 2011 00:31:11 -0400 Received: from mail-iw0-f169.google.com ([209.85.214.169]:61946) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q4n3m-0000ex-CJ for emacs-orgmode@gnu.org; Wed, 30 Mar 2011 00:31:10 -0400 Received: by iwg8 with SMTP id 8so1091433iwg.0 for ; Tue, 29 Mar 2011 21:31:09 -0700 (PDT) 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 Rainer M Krug writes: > 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 the >> backtrace buffer? > > Here it is: > > > 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(nil t) Sorry, I cannot be of much help here. You can try turning off the below variable and check whether the situation improves. ,----[ C-h v ansi-color-for-comint-mode RET ] | ansi-color-for-comint-mode is a variable defined in `ansi-color.el'. | Its value is t | | Documentation: | Determines what to do with comint output. | If nil, do nothing. | If the symbol `filter', then filter all SGR control sequences. | If anything else (such as t), then translate SGR control sequences | into text properties. | | In order for this to have any effect, `ansi-color-process-output' must | be in `comint-output-filter-functions'. | | This can be used to enable colorized ls --color=yes output | in shell buffers. You set this variable by calling one of: | M-x ansi-color-for-comint-mode-on | M-x ansi-color-for-comint-mode-off | M-x ansi-color-for-comint-mode-filter | | You can customize this variable. | | This variable was introduced, or its default value was changed, in | version 23.2 of Emacs. | | [back] `---- Jambunathan K.