aboutsummaryrefslogtreecommitdiff
path: root/helpful.el
AgeCommit message (Expand)Author
2018-10-14Show values as rendered ('pretty') by defaultWilfred Hughes
2018-10-01Add .rs file extension to helpful--primitive-pNick Drozd
2018-10-01Fix function aliases of primitive functionsWilfred Hughes
2018-10-01Enable movement in helpful callee buffersWilfred Hughes
2018-09-23Merge pull request #157 from nickdrozd/kbdWilfred Hughes
2018-09-23Ensure helpful-mode-map is a keymap (oops!)Wilfred Hughes
2018-09-23Only set the keybindings inside a defvar formWilfred Hughes
2018-09-22Ensure we can go to definitions when the buffer is narrowedWilfred Hughes
2018-09-21Ensure we don't quote keywords or nil in variable assignment promptWilfred Hughes
2018-09-13Add support for named keyboard macrosNick Drozd
2018-09-13Improve button wording based on feedback in #49Wilfred Hughes
2018-09-13More accurate extraction of DEFVAR source codeWilfred Hughes
2018-08-16Add helpful--display-callee-groupNick Drozd
2018-08-16Sort callees into (compound) functions and primitivesNick Drozd
2018-08-16Add helpful--sort-symbolsNick Drozd
2018-08-12Tweak comments for readabilityWilfred Hughes
2018-08-12Clearly separate library names from absolute pathsWilfred Hughes
2018-08-12Roll versionWilfred Hughes
2018-08-06Show the default value in the minibuffer promptWilfred Hughes
2018-08-02Extract source code for advised primitivesWilfred Hughes
2018-08-02Fix hard-coded symbol in helpful--keymaps-containing-aliasesWilfred Hughes
2018-08-02Clarify commentWilfred Hughes
2018-08-02Use normal let where we don't have destructuringWilfred Hughes
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-25Simplify headingsWilfred Hughes
2018-07-24Syntax-highlight variable valueNick Drozd
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 helpful--make-callees-buttonNick Drozd
2018-07-22Allow users to view all the buffer-local valuesWilfred Hughes
2018-07-22Another TODOWilfred Hughes
2018-07-22Say when variables are buffer-localWilfred Hughes
2018-07-22Show the variable value before the docstringWilfred Hughes
2018-07-16Look up global-keycodes just onceNick Drozd
2018-07-16Check against global-keycodes before parent-keycodesNick Drozd
2018-07-08Roll versionWilfred Hughes
2018-07-08Add n and p as movement keybindings0.12Wilfred Hughes
2018-07-08Adding todoWilfred Hughes
2018-07-07Consider mapconcat tooWilfred Hughes
2018-07-07Detect more forms of function callsWilfred Hughes
2018-07-07Skip running find-file-hook (#135)Jonathan Hayase
2018-07-06Don't try to find definitions for primitives if we don't have a source pathWilfred Hughes
2018-07-06Only kill the buffer once, at the endWilfred Hughes
2018-07-06Cut repeated calls to helpful--definitionNick Drozd
2018-07-06Minor refactor in -can-edebug-pNick Drozd
2018-07-06Handle anonymous functions in keymapsWilfred Hughes
2018-07-06Allow viewing callees from a function tooWilfred Hughes