summaryrefslogtreecommitdiff
path: root/lisp/ess-help.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-01-25Fix tests for emacs 29Vitalie Spinu
2021-03-26Cleanup ess-display-help-in-browserAlex Branham
2021-03-26Docstring fixesAlex Branham
2021-01-26Remove timeout from ess-help queryLionel Henry
2020-12-30Use larger timeout in help buffer flushingBill Evans
2020-12-29Fix argument position of timeoutLionel Henry
2020-12-29Make `??foo` a foreground commandLionel Henry
2020-12-29Bump timeout for help retrievalLionel Henry
2020-12-29Restart `browser()` sessions on background command timeout (#1082)Lionel Henry
2020-12-29Cache aliases on the R side (#1080)Lionel Henry
2020-12-22Bump timeout for help aliases commandLionel Henry
2020-05-26Update copyright and licenseAlex Branham
2019-10-12Fix help lookup default choiceIngo Lohmar
2019-10-08Correctly alight R help index pagesVitalie Spinu
2019-09-17Apply ansi color on regions in ess-describe-object-at-pointVitalie Spinu
2019-09-17Transfer ess vars to help pagesVitalie Spinu
2019-09-17Allow optional `package` argument in ess-display-package-indexVitalie Spinu
2019-08-14Move help-command builder on a cl-genericVitalie Spinu
2019-08-02Remove ess-reference-lookupAlex Branham
2019-08-02Move ess-manual-lookup to cl-defgenericAlex Branham
2019-08-02Move ess-help-web-search to use cl-defgenericAlex Branham
2019-07-28Remove a few unneeded autoloadsAlex Branham
2019-07-28Don't set k to kill-this-buffer across all special-mode buffersAlex Branham
2019-07-27Fix many typosAlex Branham
2019-07-01Ensure point is at the beginning of the section in help buffersAlex Branham
2019-06-18Use sharp quotes in keymapsAlex Branham
2019-06-10Implement ess-dialect specializer for cl-defmethodVitalie Spinu
2019-04-18Cleanup require statementsAlex Branham
2019-04-07Implement a generic for vignette displayAlex Branham
2019-04-06Force inferior when displaying vignettesLionel Henry
2019-03-25Cleanup several declare-function callsAlex Branham
2019-03-20cosmetic: downcase (& TABs)Martin Maechler
2019-03-13Make internal functions noninteractiveAlex Branham
2019-03-07Make ess--display-indexed-help-page noninteractiveAlex Branham
2019-02-24Move hook defcustoms to correct filesAlex Branham
2019-02-24Add a group for every modeAlex Branham
2019-02-23ess-help: Add a revert-buffer functionAlex Branham
2019-02-21ess--button-action: Remove interactive specAlex Branham
2019-02-09Documentation fixAlex Branham
2019-02-06Remove ess-display-help-on-object-functionAlex Branham
2019-02-04Backport display-buffer-reuse-mode-windowAlex Branham
2019-02-04Refactor ess--display-help as ess-display-helpAlex Branham
2019-01-31Make ess-help-get-topics genericAlex Branham
2019-01-31Remove ess-find-help-file-functionAlex Branham
2019-01-31Convert ess--help-major-mode to a genericAlex Branham
2019-01-22* lisp/ess-help.el (ess-skip-to-help-section): Leave point at bolAlex Branham
2019-01-07Remove unused ess-help-sec-mapAlex Branham
2019-01-02Reorganize ess.el, ess-mode.el and ess-utils.el slightlyVitalie Spinu