aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2019-05-28Do not require shut-up packageJonas Bernoulli
2019-04-07Render keyboard maros in keymap pretty viewWilfred Hughes
2019-03-16Ensure backslashes in string literals are escapedWilfred Hughes
2019-03-16Don't interpret "`foo'" as a symbol referenceWilfred Hughes
2019-03-16Don't interpret command references inside doublequoted stringsWilfred Hughes
2019-03-09Fix type error for unbound symbolsNick Drozd
2019-03-03Fix docstring rendering when keymap references have their own lineWilfred Hughes
2019-03-03Always autoload callables if they aren't loaded0.16Wilfred Hughes
2019-02-28Handle C-style names in helpful-symbolNick Drozd
2019-02-28Remove all advice before determining source of functionCeleritasCelery
2019-02-27Better source detection for functions defined by macrosWilfred Hughes
2019-02-16Fix viewing the value of inhibit-read-onlyWilfred Hughes
2019-01-13Read and display symbols with spaces correctlyWilfred Hughes
2019-01-13Ensure helpful--definition-buffer-opened skips when appropriateWilfred Hughes
2019-01-08Cut repeated calls to helpful--aliasesNick Drozd
2018-12-29Define our own function/variable for unit testing obsolescence dataWilfred Hughes
2018-12-29Add obsolescence information.Nathan Moreau
2018-10-27Use syntax-ppss to find the outer sexpWilfred Hughes
2018-10-21Fix mistake in commentWilfred Hughes
2018-10-01Fix function aliases of primitive functionsWilfred Hughes
2018-09-13Add support for named keyboard macrosNick Drozd
2018-08-12Clearly separate library names from absolute pathsWilfred Hughes
2018-08-12Make tests less verboseWilfred Hughes
2018-08-12Rename file to avoid confusion with other projects' unit tests0.13Wilfred Hughes
2018-08-02Extract source code for advised primitivesWilfred Hughes
2018-08-02Add failing helpful--primitive-p testNick Drozd
2018-07-28Fix an issue with detecting autoloaded core Emacs functionsWilfred Hughes
2018-07-28Show keybindings for command aliases tooWilfred Hughes
2018-07-28Merge pull request #137 from nickdrozd/key-sequencesWilfred Hughes
2018-07-24Merge pull request #145 from nickdrozd/lambda-calleesWilfred Hughes
2018-07-23Don't describe special forms as functionsWilfred Hughes
2018-07-23Fix helpful--show-callees to handle anonymous functionsNick Drozd
2018-07-23Add callees button smoke testsNick Drozd
2018-07-16Add ido remapping test caseNick Drozd
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