summaryrefslogtreecommitdiff
path: root/lisp/ess-mode.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
2020-08-15Do not call `set-buffer` in `run-ess-r`Lionel Henry
2020-05-26Update copyright and licenseAlex Branham
2020-01-03Fix `M-j' on dev emacs (#975)Lionel Henry
2019-08-13Remove ess-switch-to-ESS-deprecatedAlex Branham
2019-08-02Obsolete ess-mouse and mousemeAlex Branham
2019-07-28Remove a few unneeded autoloadsAlex Branham
2019-07-27Fix many typosAlex Branham
2019-07-08Fix ess-narrow-to-defun-or-para and add testAlex Branham
2019-06-27Move R-specific indentation setting to ess-r-modeAlex Branham
2019-06-27Remove unneeded lineAlex Branham
2019-06-18Use sharp quotes in keymapsAlex Branham
2019-06-18Obsolete ess-list-object-completionsAlex Branham
2019-06-18Remove unneeded comint-related code from 'ess-mode'Alex Branham
2019-06-10ess-set-style: Keep local style values only when ess-style is globalVitalie Spinu
2019-05-30Use cond instead of nested ifs in ess-dump-object-into-edit-bufferAlex Branham
2019-05-30Don't call ess-mode directly in ess-find-dump-file-other-windowAlex Branham
2019-05-30fix: convert to standard filename when dump objectShuguang Sun
2019-05-15[Fix #819] Fix navigation of paragraphsVitalie Spinu
2019-05-14[Fix #911] Don't overwrite local user indentation settingsVitalie Spinu
2019-05-14Fix beg/end function navigation and add new ess-r-beg/end-defun functionsVitalie Spinu
2019-04-18Cleanup require statementsAlex Branham
2019-04-11Use sharp-quote in keymapsAlex Branham
2019-04-07Remove ess-customize-alistAlex Branham
2019-04-02Remove many useless requires of ess-customAlex Branham
2019-03-29Fix typoAlex Branham
2019-03-20Add Quit and Reload process to menu (#870)Lionel Henry
2019-03-13Prefer tab-always-indent over ESS-specific tab variablesAlex Branham
2019-03-13Prefer indent-line-function over ess-indent-lineAlex Branham
2019-03-12Make 'ess-r-runners-prefixes' a defcustomAlex Branham
2019-03-11Remove ess-noweb-mode from ESS menuVitalie Spinu
2019-03-09[Fix #850] Don't rely on the return value of ess-indent-commandVitalie Spinu
2019-02-24Move hook defcustoms to correct filesAlex Branham
2019-02-24Add a group for every modeAlex Branham
2019-02-04Remove unused defcustom ess-auto-newlineAlex Branham
2019-01-21Deprecate 'ess-default-style'Alex Branham
2019-01-21Implement effectful style configurationAlex Branham
2019-01-02Reorganize ess.el, ess-mode.el and ess-utils.el slightlyVitalie Spinu
2018-11-16ess.el, ess-mode.el: Enable lexical bindingAlex Branham
2018-11-01Add placeholder ess-mode.elVitalie Spinu
2018-07-13Rename ess-mode.el to ess.elAlex Branham
2018-07-09Fix runner definition on WindowsAlex Branham
2018-07-03Remove ess-r-s-versions-creation+menu from menus; we don't have it any longerVitalie Spinu
2018-07-02Separate R/S runner definitionAlex Branham
2018-07-02Remove ess-smart-S-assign, new function ess-cycle-assignmentAlex Branham
2018-06-25Remove unnecessary file local variablesAlex Branham
2018-06-24Obsolete ess-r-args.elAlex Branham
2018-06-24Move package.el meta-data into ess.elVitalie Spinu
2018-06-24Use magic autoloads rather than autoload from fileAlex Branham