Hi,
I posted this in the emacs-help ng last week, but there were no followups,
so hopefully someone here might have some suggestions.
I'm using the maxima-emacs and emacs-snapshot Debian packages and am
encountering the following trace. This happens with a fresh maxima
process, upon sending the first line of code to the process, either from a
script file or while in the process buffer. I'm not sure where the source
of the issue is so I'd be grateful for any pointers. Thanks.
Debugger entered--Lisp error: (error "Marker does not point anywhere")
ansi-color-apply-on-region(#<marker in no buffer> #<marker at 379 in *maxima*>)
ansi-color-process-output("")
run-hook-with-args(ansi-color-process-output "")
comint-send-input()
inferior-maxima-comint-send-input()
(if (maxima-check-parens pt1 pt) (inferior-maxima-comint-send-input))
(progn (save-excursion (re-search-backward inferior-maxima-prompt) (setq pt1 ...)) (if (maxima-check-parens pt1 pt) (inferior-maxima-comint-send-input)))
(if ok (progn (save-excursion ... ...) (if ... ...)) (inferior-maxima-comint-send-input))
(let ((ok nil) (pt ...) pt1) (save-excursion (end-of-line) (skip-chars-backward " ") (forward-char -1) (when ... ... ...)) (if ok (progn ... ...) (inferior-maxima-comint-send-input)))
inferior-maxima-check-and-send-line()
call-interactively(inferior-maxima-check-and-send-line)
Cheers,
--
Seb