From: Eduardo Ochs <eduardoochs@gmail.com>
To: Org Mode <emacs-orgmode@gnu.org>
Subject: What is the status of ob-maxima.el? Is this a bug?
Date: Mon, 4 Dec 2023 22:41:42 -0300 [thread overview]
Message-ID: <CADs++6hV21VoM=e=yLSEbmoAqpDmpqTRH=_kt+WTTKbbcKQ6mw@mail.gmail.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 2661 bytes --]
Hi list,
what is the status of ob-maxima.el? Is it considered to be functional?
If yes, what am I doing wrong? If no, should I file a bug report about
the problem below?
If I eval these two sexps and then execute the code block below them
with `C-c C-c' - obs: I added some indentation for clarity,
(setq org-confirm-babel-evaluate nil)
(require 'ob-maxima)
#+begin_src maxima
2+3;
#+end_src
then I get this "#+RESULTS:" block when the first "maxima" found in
the $PATH is /usr/local/bin/maxima, that is a script that runs a
Maxima compiled from the git sources a few days ago,
#+RESULTS:
| Adding | 118 | subdirectories | of |
/usr/local/share/maxima/branch_5_47_base_312_gd5a35a21b/share | to | search
| path. |
| Adding | 0 | subdirectories | of |
/home/edrx/.maxima | to | search
| path. |
| Loading | /home/edrx/.maxima/maxima-init.lisp | | |
| | |
|
| Loading | /home/edrx/.maxima/maxima-init.mac | | |
| | |
|
and I get this empty "#+RESULTS:" block
#+RESULTS:
when the first "maxima" found in the $PATH is /usr/bin/maxima, that is
a script that runs the Maxima that comes with Debian 11
("oldstable")...
If I simply run the tests above in a shell the log is:
/home/edrx(edrx:sc)# /usr/local/bin/maxima
Adding 118 subdirectories of
"/usr/local/share/maxima/branch_5_47_base_312_gd5a35a21b/share" to search
path.
Adding 0 subdirectories of "/home/edrx/.maxima" to search path.
Loading /home/edrx/.maxima/maxima-init.lisp
Loading /home/edrx/.maxima/maxima-init.mac
Maxima branch_5_47_base_312_gd5a35a21b https://maxima.sourceforge.io
using Lisp SBCL 2.1.1.debian
Distributed under the GNU Public License. See the file COPYING.
Dedicated to the memory of William Schelter.
The function bug_report() provides bug reporting information.
(%i1) 2+3;
(%o1) 5
(%i2) quit()$
/home/edrx(edrx:sc)#
/home/edrx(edrx:sc)# /usr/bin/maxima
Maxima 5.44.0 http://maxima.sourceforge.net
using Lisp GNU Common Lisp (GCL) GCL 2.6.12
Distributed under the GNU Public License. See the file COPYING.
Dedicated to the memory of William Schelter.
The function bug_report() provides bug reporting information.
(%i1) 2+3;
(%o1) 5
(%i2) quit()$
/home/edrx(edrx:sc)#
Thanks in advance,
Eduardo Ochs
http://anggtwu.net/eepitch.html
[-- Attachment #2: Type: text/html, Size: 3347 bytes --]
next reply other threads:[~2023-12-05 1:42 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-05 1:41 Eduardo Ochs [this message]
2023-12-05 10:36 ` What is the status of ob-maxima.el? Is this a bug? Fraga, Eric
2023-12-05 11:34 ` Eduardo Ochs
2023-12-05 13:22 ` Fraga, Eric
2023-12-05 16:42 ` Leo Butler
2023-12-05 16:49 ` Fraga, Eric
2023-12-05 16:59 ` Leo Butler
2023-12-05 17:16 ` Fraga, Eric
2023-12-05 20:18 ` Leo Butler
2023-12-06 14:15 ` Fraga, Eric
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CADs++6hV21VoM=e=yLSEbmoAqpDmpqTRH=_kt+WTTKbbcKQ6mw@mail.gmail.com' \
--to=eduardoochs@gmail.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).