aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2018-07-06Only kill the buffer once, at the endWilfred Hughes
2018-07-06Cut repeated calls to helpful--definitionNick Drozd
2018-07-06Handle anonymous functions in keymapsWilfred Hughes
2018-07-06Allow viewing callees from a function tooWilfred Hughes
2018-06-30Fix helpful--keymap-keys to handle smerge-mode-map (#131)Nick Drozd
2018-06-19Handle another docstring URL syntaxWilfred Hughes
2018-06-18Handle references to non-existent keymaps in docstringsWilfred Hughes
2018-06-07Handle non-keymaps in minor-mode-map-alist robustlyWilfred Hughes
2018-05-30Fix test that relied on ido-mode being loadedWilfred Hughes
2018-05-30Extract keybindings from minor-mode-map-alist tooWilfred Hughes
2018-05-22Show preceding comments and autoload cookies in source0.10Wilfred Hughes
2018-04-28Smoke test for helpful-visit-referenceWilfred Hughes
2018-04-28Ensure we don't linkify escaped backticksWilfred Hughes
2018-04-28Restoring undercoverWilfred Hughes
2018-04-28Add unit tests for helpful--bound-pWilfred Hughes
2018-04-28Load signature from functions that (declare ...) the signatureWilfred Hughes
2018-04-07Also linkify bare URLsWilfred Hughes
2018-04-07Add unit test for linkifying URLsWilfred Hughes
2018-03-31Ensure we can find the definitions of interactively defined functionsWilfred Hughes
2018-03-29Handle 'info anchor' references tooWilfred Hughes
2018-03-16Fix keymap rendering with prefix keysWilfred Hughes
2018-03-16Handle aliases separatelyWilfred Hughes
2018-03-12Mark new variable buffers as openedWilfred Hughes
2018-03-12Split helpful--definition test into two distinct testsWilfred Hughes
2018-03-02Fix references to top-level formsWilfred Hughes
2018-02-18Ensure we still show the source code of the functionWilfred Hughes
2018-02-17Handle unnamed functions bound to keysWilfred Hughes
2018-02-17Fix broken testWilfred Hughes
2018-02-14Fix a crash for functions whose body ends with a symbolWilfred Hughes
2018-02-10Display keymap references in docstringsWilfred Hughes
2018-01-20Ensure we handle edebug info correctlyWilfred Hughes
2018-01-20More robust `foo' handling in docstring highlightingWilfred Hughes
2018-01-15Don't error if a symbol is only defined in a .elc fileWilfred Hughes
2018-01-07Stricter regexps for highlighting `foo' in docstringsWilfred Hughes
2018-01-01Handle keymap references in docstringsWilfred Hughes
2017-12-30Handle command key substitution correctlyWilfred Hughes
2017-12-21Convert command keys references to buttonsWilfred Hughes
2017-12-18Show aliasesWilfred Hughes
2017-12-16Make tests quieterWilfred Hughes
2017-12-16Don't crash when the underlying buffer has been killedWilfred Hughes
2017-12-16Make it easier to download emacs source codeWilfred Hughes
2017-12-16Add unit tests for helpful--pretty-printWilfred Hughes
2017-12-13Fix crash on definition of primitive variablesWilfred Hughes
2017-12-13Calculate C paths relative to find-function-C-source-directoryWilfred Hughes
2017-12-12Add unit test for helpful on macrosWilfred Hughes
2017-12-10Don't crash on edebugged functionsWilfred Hughes
2017-12-10Only try to kill the buffer we've createdWilfred Hughes
2017-12-10Ensure that we handle interactively defined functionsWilfred Hughes
2017-12-10Better handling of special formsWilfred Hughes
2017-12-10helpful-update now returns nil, so don't use 'shouldWilfred Hughes