From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Sebastian P. Luque" Newsgroups: gmane.emacs.help Subject: error on first line sent to maxima Date: Fri, 05 Jan 2007 12:12:45 -0600 Organization: Memorial University of Newfoundland Message-ID: <871wm95oma.fsf@patagonia.sebmags.homelinux.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1168020867 28498 80.91.229.12 (5 Jan 2007 18:14:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 5 Jan 2007 18:14:27 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jan 05 19:14:24 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1H2ta1-0000H3-PD for geh-help-gnu-emacs@m.gmane.org; Fri, 05 Jan 2007 19:14:14 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H2ta1-0001ju-45 for geh-help-gnu-emacs@m.gmane.org; Fri, 05 Jan 2007 13:14:13 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H2tZ0-0000ps-Il for help-gnu-emacs@gnu.org; Fri, 05 Jan 2007 13:13:10 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H2tYz-0000oA-F7 for help-gnu-emacs@gnu.org; Fri, 05 Jan 2007 13:13:10 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H2tYz-0000nl-5O for help-gnu-emacs@gnu.org; Fri, 05 Jan 2007 13:13:09 -0500 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1H2tYy-0006ya-MA for help-gnu-emacs@gnu.org; Fri, 05 Jan 2007 13:13:08 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1H2tYm-0001HZ-9M for help-gnu-emacs@gnu.org; Fri, 05 Jan 2007 19:12:56 +0100 Original-Received: from s01060015e975d7fb.wp.shawcable.net ([24.77.75.70]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 05 Jan 2007 19:12:56 +0100 Original-Received: from spluque by s01060015e975d7fb.wp.shawcable.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 05 Jan 2007 19:12:56 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: help-gnu-emacs@gnu.org Original-Lines: 31 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: s01060015e975d7fb.wp.shawcable.net User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.92 (gnu/linux) Cancel-Lock: sha1:Jlj/D3FN6C7sFMWyFPfyrVKghic= X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:40159 Archived-At: Hi, 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. ---<---------------cut here---------------start-------------->--- 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() 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) ---<---------------cut here---------------end---------------->--- Cheers, -- Seb