Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.soft-sys.math.maple > #321
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!news.glorb.com!border3.nntp.dca.giganews.com!Xl.tags.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local2.nntp.dca.giganews.com!nntp.megapath.net!news.megapath.net.POSTED!not-for-mail |
|---|---|
| NNTP-Posting-Date | Thu, 19 Jan 2012 11:55:57 -0600 |
| Date | Thu, 19 Jan 2012 09:55:57 -0800 |
| From | Thomas Dean <tomdean@speakeasy.net> |
| User-Agent | Mozilla/5.0 (X11; Linux x86_64; rv:8.0) Gecko/20111124 Thunderbird/8.0 |
| MIME-Version | 1.0 |
| Newsgroups | comp.soft-sys.math.maple |
| Subject | Re: Strange Syrup Emacs Error |
| References | <q7CdndaG3Pcio4rSnZ2dnUVZ_qudnZ2d@megapath.net> <874nvrocos.fsf@san.rr.com> |
| In-Reply-To | <874nvrocos.fsf@san.rr.com> |
| Content-Type | text/plain; charset=ISO-8859-1; format=flowed |
| Content-Transfer-Encoding | 7bit |
| Message-ID | <PJadncCaKfiwxIXSnZ2dnUVZ_o2dnZ2d@megapath.net> (permalink) |
| Lines | 52 |
| X-Usenet-Provider | http://www.giganews.com |
| NNTP-Posting-Host | 24.113.112.30 |
| X-Trace | sv3-5i4VMabqrGKoK4cdKzNa+B6T6hshOj/w8fz4SCUiNN2fg8ZzSixH9VRjuRsTH2S/2CYMU4XY0XNBxTd!ymgTGgkZGAKEIJfyj1UB1lQzG5upkVvcUiwdPosy83+tTHZuF2UTYZKv2X4lPMIAfsrlIYDGaj+Y!Vsb9QB143Yzt4fuG0A/C+JB1zJyEDQ== |
| X-Abuse-and-DMCA-Info | Please be sure to forward a copy of ALL headers |
| X-Abuse-and-DMCA-Info | Otherwise we will be unable to process your complaint properly |
| X-Postfilter | 1.3.40 |
| X-Original-Bytes | 2914 |
| Xref | x330-a1.tempe.blueboxinc.net comp.soft-sys.math.maple:321 |
Show key headers only | View raw
On 01/19/12 08:54, Joe Riel wrote:
> Thomas Dean<tomdean@speakeasy.net> writes:
>
>> I am using Maple 15, Syrup 0.1.16, Emacs 23.3.1, maplev-mode 2.155
>> (may be 2.20?)
>>
>> restart;
>> if not assigned(maplev_print) then maplev_print := print fi:
>> interface(prettyprint=1,verboseproc=2,errorbreak=0,
>> screenheight=infinity,warnlevel=2,errorcursor=false):
>> kernelopts(printbytes=false):
>>
>> libname;
>> "/usr/local/maple11/lib", "/home/tomdean/maple/toolbox/Syrup/lib",
>> "/home/tomdean/maple/toolbox/emacs/lib"
>
> The first entry (/usr/local/maple11/lib) should not be there.
> Are you sure the Maple is Maple15? Execute interface(version)
> to confirm what kernel you are running.
>
> Probably you haven't assigned maplev-default-release. That should
> be done in your .emacs file:
>
> (setq maplev-default-release "15")
>
> With multiple Maple installed you have to customize
> maplev-executable-alist. Mine is
>
> (setq maplev-executable-alist
> '(
> ("16" . ("maple" nil "mint"))
> ("15" . ("maple15" nil "mint15"))
> ("14" . ("maple14" nil "mint14"))
> ("13" . ("maple13" nil "mint13"))))
>
> where I have shell scripts such that maple15 launches the maple 15 tty
> version. You might want to do
>
> (setq maplev-executable-alist
> '(
> ( "15" . ("/usr/local/maple15/bin/maple" nil "/usr/local/maple15/bin/mint"))
> ( "11" . ("/usr/local/maple11/bin/maple" nil "/usr/local/maple11/bin/mint"))))
>
> assuming that's where your maples are installed.
>
>
Thanks, that was the problem.
I was running FreeBSD and that worked OK. I booted Linux, worked for a
few hours on another project and then started Maple. Too many OS.
Tom Dean
Back to comp.soft-sys.math.maple | Previous | Next — Previous in thread | Find similar | Unroll thread
Strange Syrup Emacs Error Thomas Dean <tomdean@speakeasy.net> - 2012-01-18 13:50 -0800
Re: Strange Syrup Emacs Error Thomas Dean <tomdean@speakeasy.net> - 2012-01-18 15:59 -0800
Re: Strange Syrup Emacs Error Joe Riel <joer@san.rr.com> - 2012-01-19 08:54 -0800
Re: Strange Syrup Emacs Error Thomas Dean <tomdean@speakeasy.net> - 2012-01-19 09:55 -0800
csiph-web