help-emacs-windows
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [h-e-w] Emacs 21.3 & ESS 5.1.24


From: Daniel_J_Celta
Subject: Re: [h-e-w] Emacs 21.3 & ESS 5.1.24
Date: Mon, 22 Mar 2004 14:31:35 -0500


Now, when I try to run a Splus command I says  "Process S+6 is not running"
:(

Do you have any idea how to fix or troubleshoot this problem?
Thanks


Daniel J Celta
Project Valuation - Special Valuations
561 691 7653


                                                                                
                                                       
                      "Stephen Leake"                                           
                                                       
                      <address@hidden        To:       address@hidden           
                                             
                      a.gov>                   cc:       address@hidden         
                                           
                                               Subject:  Re: [h-e-w] Emacs 21.3 
& ESS 5.1.24                                           
                      03/22/04 02:24 PM                                         
                                                       
                                                                                
                                                       
                                                                                
                                                       




address@hidden writes:

> Gentlemen,
> I keep having problems when trying to run Splus 6.2 through ESS 5.1.24.
> The problem is an error message when trying to start the Splus inferior
> process. "M-x S+6"
>
> I get the following error message:
> "The emacs variable 'inferior-S+6-program-name' does not point to S-Plus
6.
> Please add 'splus61/cmd' to your 'exec-path' or specify the complete path
> to 'Splus.exe'  in the variable 'inferior-S+6-program-name' in your
> '.emacs' file."
>
> The only way I could have this fixed, was to change the code in the file
> "essdsp6w.el"
> changing the part of the file where it checks for the version of Splus.
>
> Here is the piece of the code I changed:   Is this a bug????

Yes, in two ways. First, the original code was written with hard-coded
versions, so it is hard to fix for future versions.

Second, it was not fixed for the version you have :).

The fix you put in is fairly reasonable. It would be better to put in
a more general solution; parse the string to get a major and minor
version, have the user specify a minimum required version.

Or just ignore the version string altogether; presumably the user has
other ways of determining what version of Splus is running.

--
-- Stephe











reply via email to

[Prev in Thread] Current Thread [Next in Thread]