summaryrefslogtreecommitdiff
path: root/lisp/ess-tracebug.el
AgeCommit message (Expand)Author
2022-11-01Fix compilation of package installed from Git; plus cosmeticsscratch/essStefan Monnier
2022-08-27Look into ess-r-package-library-paths when searching for error locationsVitalie Spinu
2022-08-15Add support for native-pipe breakpointVitalie Spinu
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-21Fix byte compiler failures on Emacs29Vitalie Spinu
2022-06-21Improve tracebug file lookupVitalie Spinu
2022-01-25Fix tests for emacs 29Vitalie Spinu
2022-01-18Fix region normalization (ess-eval-region--normalise-region)Vitalie Spinu
2021-10-11No longer completion-read Selection: digits when in process bufferVitalie Spinu
2021-09-24Fix matching of partial file names to buffer files in error navigationVitalie Spinu
2021-03-26Simplify ess-tracebug-show-helpAlex Branham
2021-03-26Docstring fixesAlex Branham
2021-01-04Use blocking command for querying installed functionsLionel Henry
2020-11-28Disable namespaced evaluation in examples (#1046)Lionel Henry
2020-11-28Allow `inferior-ess-replace-long+` to be process-local (#1045)Lionel Henry
2020-08-22Fix typo in documentation of `inferior-ess-replace-long+`Lionel Henry
2020-06-13[Fix #956] Add inferior-ess-fix-misaligned-outputVitalie Spinu
2020-05-26Update copyright and licenseAlex Branham
2020-05-03Update debugging advice in `ess--flush-accumulated-output`Lionel Henry
2019-12-30Fix typoAlex Branham
2019-12-17(comment wording)Martin Maechler
2019-12-12Fix docstring of ess-debug-command-upVitalie Spinu
2019-12-12Set next-error-last-buffer to process buffer on errorVitalie Spinu
2019-11-30Extract mpi message handler into ess-mpi:messageVitalie Spinu
2019-10-14Use cursor-intangible text properties instead of intangible propsAlex Branham
2019-07-28Refactor ess-show-traceback to remove nested indentationAlex Branham
2019-07-28Remove useless message statementAlex Branham
2019-07-27Fix many typosAlex Branham
2019-06-18Use sharp quotes in keymapsAlex Branham
2019-06-16[Fix #938] Use standard 2-char sequence in MPI delimitersVitalie Spinu
2019-06-14Port advice to new advice systemAlex Branham
2019-06-12Rewrite MPI with explicit start,end and field delimitersVitalie Spinu
2019-06-11Rename ess-mpi-alist -> ess-mpi-handlersVitalie Spinu
2019-06-11Recognize nil and t in mpiVitalie Spinu
2019-06-09Simplify MPI and add ess-mpi:readVitalie Spinu
2019-05-10Cleanup: Use setq-local instead of (set (make-local-variable ...))Vitalie Spinu
2019-04-18Cleanup require statementsAlex Branham
2019-04-11Use sharp-quote in keymapsAlex Branham
2019-04-08Make ess-watch-refresh-buffer-visibly noninteractiveAlex Branham
2019-04-08Simplify ess-watchAlex Branham
2019-04-02Remove many useless requires of ess-customAlex Branham
2019-03-25Require cl on compile in Emacs < 26Alex Branham
2019-03-25Remove last dependency on clAlex Branham
2019-03-13Remove ess--dbg-next-ref-functionAlex Branham
2019-03-13Make internal functions noninteractiveAlex Branham
2019-03-07Fix minor regex mistakesAlex Branham
2019-02-24Add a group for every modeAlex Branham
2019-02-06Prefer bound-and-true-pAlex Branham
2019-01-30* lisp/ess-tracebug.el (ess--flush-accumulated-output): Raise frame on errorAlex Branham