summaryrefslogtreecommitdiff
path: root/lisp/ess-inf.el
AgeCommit message (Expand)Author
2022-11-01Fix compilation of package installed from Git; plus cosmeticsscratch/essStefan Monnier
2022-07-27Fix Emacs 29.0 byte-compile warningsStephen J. Eglen
2022-06-29[Fix #1203] Move with-ess-process-buffer macro to ess-utilsVitalie Spinu
2022-06-21Don't use killed cmd-buffer in ess-commandVitalie Spinu
2022-05-09'pending-ouput - fixes #1198Martin Maechler
2022-02-13[Fix #1187] Allow ess-startup-directory to be a symbolVitalie Spinu
2022-02-03[Fix #1185] Move ask-for directory code after ess-r-mode startupVitalie Spinu
2022-01-27Start inf processes in the project folder by defaultVitalie Spinu
2022-01-25Fix tests for emacs 29Vitalie Spinu
2022-01-18Fix region normalization (ess-eval-region--normalise-region)Vitalie Spinu
2021-11-11Handle multiline outputs in `ess-string-command`Lionel Henry
2021-08-03Disable command timeout by default (#1152)Vitalie Spinu
2021-05-13Don't choke on busy process in ess-load-file (consistent with ess-load-buffer)Vitalie Spinu
2021-04-03Don't hard-code prompt in background command filterLionel Henry
2021-03-31Deal with intervening process input after command interruptsLionel Henry
2021-03-31Be defensive against missing trailing newlines in outputLionel Henry
2021-03-31Use a closure to restore process asynchronouslyLionel Henry
2021-03-31Merge delimited and non-delimited output code pathsLionel Henry
2021-03-31More robust delimited output detection in background filterLionel Henry
2021-03-31Don't change process buffer during background commandLionel Henry
2021-03-26Don't display buffer twice when requesting a processLionel Henry
2021-03-26Fix unexpected nil error on `M-x SAS`Lionel Henry
2021-03-26Unexport `ess-project-root`Lionel Henry
2021-03-18Keep trailing slash on default-directory from `ess-synchronize-dirs` (#1128)BrendanHalpin
2021-02-17[Fix #1116] Properly detect output start with multiline commandsLionel Henry
2021-02-07[Fix #1074] Display proc buffer when process is auto-startedVitalie Spinu
2021-02-05Add debugging info to dribble bufferLionel Henry
2021-02-05Properly restore buffer of process markLionel Henry
2021-02-05Interrupt process asynchronously in `ess-command`Lionel Henry
2021-02-04Rename `ess-output-sentinel` property to `output-delimiter`Lionel Henry
2021-02-03Factor out non-interactive part of `ess-interrupt`Lionel Henry
2021-02-03Refactor nested `unwind-protect` formsLionel Henry
2021-02-03Attempt at fixing process lossLionel Henry
2021-02-02Increase `ess-command` timeout to 30s (#1105)Lionel Henry
2021-01-17Don't inhibit quit in `ess-command` (#1094)Lionel Henry
2021-01-07Fix quotingAlex Branham
2021-01-04Use blocking command for querying installed packagesLionel Henry
2020-12-30Don't timeout in Julia commandsLionel Henry
2020-12-29Fix argument position of timeoutLionel Henry
2020-12-29Make `??foo` a foreground commandLionel Henry
2020-12-29Restart `browser()` sessions on background command timeout (#1082)Lionel Henry
2020-12-22Bump timeout for help aliases commandLionel Henry
2020-12-21Simplify timeout error messageLionel Henry
2020-12-21Disable sentinel before interrupting incomplete ESS commandLionel Henry
2020-12-21Signal successful invokation of ESS command with the sentinelLionel Henry
2020-12-21Add a timeout to background synchronous commandsLionel Henry
2020-12-21Remove check for incomplete MPI messagesLionel Henry
2020-12-15More robust prompt lookupLionel Henry
2020-12-08Use sentinel to delimit output in `ess-command` (#1065)Lionel Henry
2020-12-05Further restrict buffer display in ess-request-a-processAlex Branham