ess-mode fails to start s-plus process correctly










0















When trying to start S-plus 6.2.1 for linux using Emacs 25.2.1 lucid and ess-17.11.2 under Elementary OS 5.0 (based on Ubuntu 18.04 LTS), I get the following error:



ess-command: Wrong number of arguments: #[(com &optional buf sleep) "Á!" [com ess-eval-linewise] 2
("/usr/share/emacs25/site-lisp/ess/ess-dde.elc" . 4843)], 7


It seems that an S+ process is running, but when I try to issue a command, I get this error:



ess-get-process: No ESS process is associated with this buffer now


How do I fix it? I tried with ess-18.10, but got another error telling that it could not find the Splus program although it is in the PATH.










share|improve this question
























  • you want the latest ESS, and did you try customizing the inferior-S+-program

    – jenesaisquoi
    Nov 16 '18 at 15:20











  • Thanks for the hint. However, when using ess-18.10 the inferior-S+-program already points to "Splus" which is in the exec-path.

    – Kim P.
    Nov 17 '18 at 17:08











  • so M-x (executable-find "Splus") finds the program?

    – jenesaisquoi
    Nov 17 '18 at 18:46











  • It could not immediately find Splus, but after I made a soft link to Splus in /usr/bin, M-x (executable-find "Splus")finds the program "/usr/local/bin/Splus". However, I still get the error: S: The emacs variable ‘inferior-S+-program’ does not point to S-Plus 6 or 7 or 8. Please add ‘splus[678]?/cmd’ (expand the ‘[678]?’ to match your setup) to your ‘exec-path’ or specify the complete path to ‘Splus.exe’ in the variable ‘inferior-S+-program’ in your ‘.emacs’ file

    – Kim P.
    Nov 17 '18 at 22:50












  • It seems to think you are on windows, what is the value of ess-microsoft-p

    – jenesaisquoi
    Nov 17 '18 at 23:28















0















When trying to start S-plus 6.2.1 for linux using Emacs 25.2.1 lucid and ess-17.11.2 under Elementary OS 5.0 (based on Ubuntu 18.04 LTS), I get the following error:



ess-command: Wrong number of arguments: #[(com &optional buf sleep) "Á!" [com ess-eval-linewise] 2
("/usr/share/emacs25/site-lisp/ess/ess-dde.elc" . 4843)], 7


It seems that an S+ process is running, but when I try to issue a command, I get this error:



ess-get-process: No ESS process is associated with this buffer now


How do I fix it? I tried with ess-18.10, but got another error telling that it could not find the Splus program although it is in the PATH.










share|improve this question
























  • you want the latest ESS, and did you try customizing the inferior-S+-program

    – jenesaisquoi
    Nov 16 '18 at 15:20











  • Thanks for the hint. However, when using ess-18.10 the inferior-S+-program already points to "Splus" which is in the exec-path.

    – Kim P.
    Nov 17 '18 at 17:08











  • so M-x (executable-find "Splus") finds the program?

    – jenesaisquoi
    Nov 17 '18 at 18:46











  • It could not immediately find Splus, but after I made a soft link to Splus in /usr/bin, M-x (executable-find "Splus")finds the program "/usr/local/bin/Splus". However, I still get the error: S: The emacs variable ‘inferior-S+-program’ does not point to S-Plus 6 or 7 or 8. Please add ‘splus[678]?/cmd’ (expand the ‘[678]?’ to match your setup) to your ‘exec-path’ or specify the complete path to ‘Splus.exe’ in the variable ‘inferior-S+-program’ in your ‘.emacs’ file

    – Kim P.
    Nov 17 '18 at 22:50












  • It seems to think you are on windows, what is the value of ess-microsoft-p

    – jenesaisquoi
    Nov 17 '18 at 23:28













0












0








0








When trying to start S-plus 6.2.1 for linux using Emacs 25.2.1 lucid and ess-17.11.2 under Elementary OS 5.0 (based on Ubuntu 18.04 LTS), I get the following error:



ess-command: Wrong number of arguments: #[(com &optional buf sleep) "Á!" [com ess-eval-linewise] 2
("/usr/share/emacs25/site-lisp/ess/ess-dde.elc" . 4843)], 7


It seems that an S+ process is running, but when I try to issue a command, I get this error:



ess-get-process: No ESS process is associated with this buffer now


How do I fix it? I tried with ess-18.10, but got another error telling that it could not find the Splus program although it is in the PATH.










share|improve this question
















When trying to start S-plus 6.2.1 for linux using Emacs 25.2.1 lucid and ess-17.11.2 under Elementary OS 5.0 (based on Ubuntu 18.04 LTS), I get the following error:



ess-command: Wrong number of arguments: #[(com &optional buf sleep) "Á!" [com ess-eval-linewise] 2
("/usr/share/emacs25/site-lisp/ess/ess-dde.elc" . 4843)], 7


It seems that an S+ process is running, but when I try to issue a command, I get this error:



ess-get-process: No ESS process is associated with this buffer now


How do I fix it? I tried with ess-18.10, but got another error telling that it could not find the Splus program although it is in the PATH.







linux emacs ess elementary s-plus






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 14 '18 at 22:45









jww

53.3k40230504




53.3k40230504










asked Nov 14 '18 at 18:04









Kim P.Kim P.

6




6












  • you want the latest ESS, and did you try customizing the inferior-S+-program

    – jenesaisquoi
    Nov 16 '18 at 15:20











  • Thanks for the hint. However, when using ess-18.10 the inferior-S+-program already points to "Splus" which is in the exec-path.

    – Kim P.
    Nov 17 '18 at 17:08











  • so M-x (executable-find "Splus") finds the program?

    – jenesaisquoi
    Nov 17 '18 at 18:46











  • It could not immediately find Splus, but after I made a soft link to Splus in /usr/bin, M-x (executable-find "Splus")finds the program "/usr/local/bin/Splus". However, I still get the error: S: The emacs variable ‘inferior-S+-program’ does not point to S-Plus 6 or 7 or 8. Please add ‘splus[678]?/cmd’ (expand the ‘[678]?’ to match your setup) to your ‘exec-path’ or specify the complete path to ‘Splus.exe’ in the variable ‘inferior-S+-program’ in your ‘.emacs’ file

    – Kim P.
    Nov 17 '18 at 22:50












  • It seems to think you are on windows, what is the value of ess-microsoft-p

    – jenesaisquoi
    Nov 17 '18 at 23:28

















  • you want the latest ESS, and did you try customizing the inferior-S+-program

    – jenesaisquoi
    Nov 16 '18 at 15:20











  • Thanks for the hint. However, when using ess-18.10 the inferior-S+-program already points to "Splus" which is in the exec-path.

    – Kim P.
    Nov 17 '18 at 17:08











  • so M-x (executable-find "Splus") finds the program?

    – jenesaisquoi
    Nov 17 '18 at 18:46











  • It could not immediately find Splus, but after I made a soft link to Splus in /usr/bin, M-x (executable-find "Splus")finds the program "/usr/local/bin/Splus". However, I still get the error: S: The emacs variable ‘inferior-S+-program’ does not point to S-Plus 6 or 7 or 8. Please add ‘splus[678]?/cmd’ (expand the ‘[678]?’ to match your setup) to your ‘exec-path’ or specify the complete path to ‘Splus.exe’ in the variable ‘inferior-S+-program’ in your ‘.emacs’ file

    – Kim P.
    Nov 17 '18 at 22:50












  • It seems to think you are on windows, what is the value of ess-microsoft-p

    – jenesaisquoi
    Nov 17 '18 at 23:28
















you want the latest ESS, and did you try customizing the inferior-S+-program

– jenesaisquoi
Nov 16 '18 at 15:20





you want the latest ESS, and did you try customizing the inferior-S+-program

– jenesaisquoi
Nov 16 '18 at 15:20













Thanks for the hint. However, when using ess-18.10 the inferior-S+-program already points to "Splus" which is in the exec-path.

– Kim P.
Nov 17 '18 at 17:08





Thanks for the hint. However, when using ess-18.10 the inferior-S+-program already points to "Splus" which is in the exec-path.

– Kim P.
Nov 17 '18 at 17:08













so M-x (executable-find "Splus") finds the program?

– jenesaisquoi
Nov 17 '18 at 18:46





so M-x (executable-find "Splus") finds the program?

– jenesaisquoi
Nov 17 '18 at 18:46













It could not immediately find Splus, but after I made a soft link to Splus in /usr/bin, M-x (executable-find "Splus")finds the program "/usr/local/bin/Splus". However, I still get the error: S: The emacs variable ‘inferior-S+-program’ does not point to S-Plus 6 or 7 or 8. Please add ‘splus[678]?/cmd’ (expand the ‘[678]?’ to match your setup) to your ‘exec-path’ or specify the complete path to ‘Splus.exe’ in the variable ‘inferior-S+-program’ in your ‘.emacs’ file

– Kim P.
Nov 17 '18 at 22:50






It could not immediately find Splus, but after I made a soft link to Splus in /usr/bin, M-x (executable-find "Splus")finds the program "/usr/local/bin/Splus". However, I still get the error: S: The emacs variable ‘inferior-S+-program’ does not point to S-Plus 6 or 7 or 8. Please add ‘splus[678]?/cmd’ (expand the ‘[678]?’ to match your setup) to your ‘exec-path’ or specify the complete path to ‘Splus.exe’ in the variable ‘inferior-S+-program’ in your ‘.emacs’ file

– Kim P.
Nov 17 '18 at 22:50














It seems to think you are on windows, what is the value of ess-microsoft-p

– jenesaisquoi
Nov 17 '18 at 23:28





It seems to think you are on windows, what is the value of ess-microsoft-p

– jenesaisquoi
Nov 17 '18 at 23:28












0






active

oldest

votes











Your Answer






StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");

StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53306313%2fess-mode-fails-to-start-s-plus-process-correctly%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes















draft saved

draft discarded
















































Thanks for contributing an answer to Stack Overflow!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53306313%2fess-mode-fails-to-start-s-plus-process-correctly%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







這個網誌中的熱門文章

Barbados

How to read a connectionString WITH PROVIDER in .NET Core?

Node.js Script on GitHub Pages or Amazon S3