Hi Jambunathan, · Jambunathan K <kjambunat...@gmail.com> wrote: > Rainer M Krug <r.m.k...@gmail.com> writes:
[ ... error: marker does not point anywhere while eval code blocks ...] > 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] that did the trick for me. Thanks a lot! I searched for ansi-color, but obviously overlooked the above variable. Best regards Thomas