GNU TeXmacs - Bugs: bug #6860, Wrong default lisp in the Maxima...
You are not allowed to post comments on this tracker with your current authentication level.
bug #6860: Wrong default lisp in the Maxima session menu
Submitter: | Vadim V. Zhytnikov <vvzhy> | ||
Submitted: | Sat 29 Nov 2003 11:23:51 AM UTC | ||
Category: | Plugins | Priority: | 5 - Normal |
Item Group: | Wishlist | Status: | None |
Privacy: | Public | Assigned to: | grozin |
Originator Name: | Open/Closed: | Open | |
Release: | None | Release: | |
Fixed Release: | None | Fixed Release: | |
Keywords: |
Spam posted by anonymous | |
Sat 29 Nov 2003 11:23:51 AM UTC, original submission:
|
Vadim V. Zhytnikov <vvzhy> |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
TeXmacs uses "maxima --list-avail" to list available Maxima version and the first line of this list is shown as "default" in menu which is not correct. Actually the versions order in the --list-avail output is more or less random. Maybe this is Maxima fault but I venture to suggest a workaround. Let's just show all menu items as it is with explicit lisp type indication. One can also add special "default" menu item which should start bare "maxima" command without -l option.
So if for example we have two flawors of Maxima installed, say gcl and clisp, then we shoul have three menu items:
1) default - "maxima" command
2) maxima clisp - "maxima -l clisp" command
3) maxima gcl - "maxima -l gcl" command