aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-09-24Define a helpful-symbol command0.2Wilfred Hughes
2017-09-24Clarify whether we're looking at a variable, function or macroWilfred Hughes
2017-09-10Ensure we handle aliased primitive functionsWilfred Hughes
Fixes #34
2017-09-07Merge pull request #35 from Alexander-Miller/poptobufferWilfred Hughes
Use pop-to-buffer instead of switch-to-buffer.
2017-09-07Use pop-to-buffer instead of switch-to-buffer.Alexander Miller
2017-09-05Add a link to the manual, if this symbol is documentedWilfred Hughes
Fixes #7
2017-09-05Use helpful-variable when propertizing cross-referencesWilfred Hughes
2017-09-05Don't talk about C code unless function is a primitiveWilfred Hughes
2017-09-04Add a helpful-key commandWilfred Hughes
Fixes #14
2017-09-04Syntax highlight function signaturesWilfred Hughes
This is useful when they contain &optional.
2017-09-02Adding a helpful-callable commandWilfred Hughes
We already have helpful-function, helpful-macro and helpful-command, which are specific. However, describe-function offers both macros and functions, which is useful when reading new code. Provide a clearly named command with this ability. Closes #13
2017-09-02Update changelogWilfred Hughes
2017-09-02Also show the value of variablesWilfred Hughes
Closes #15
2017-09-01Merge pull request #20 from xuchunyang/patch-1Wilfred Hughes
Add the project URL to the package header
2017-09-02Add the project URL to the package headerChunyang Xu
2017-08-31Format docstring consistently, even if text-quoting-style is setWilfred Hughes
Fixes #17
2017-08-30Merge pull request #11 from DamienCassou/add-missing-space-to-promptWilfred Hughes
Add missing space at end of prompts
2017-08-29Add missing space at end of promptsDamien Cassou
2017-08-27Convert closures to equivalent defun formsWilfred Hughes
2017-08-27Return a definition path even if we don't have a positionWilfred Hughes
2017-08-27Simplify docstring screenshotWilfred Hughes
2017-08-27Show a comparison of docstring renderingWilfred Hughes
2017-08-27Update tests for new reference formattingWilfred Hughes
2017-08-270.1 is now released, next will be 0.2Wilfred Hughes
2017-08-27Update and expand screenshots0.1Wilfred Hughes
2017-08-27Format references with a consistent horizontal positionWilfred Hughes
2017-08-27Add Lines Of Code badgeWilfred Hughes
2017-08-27Fix failing docstring testsWilfred Hughes
2017-08-26Remove completed todoWilfred Hughes
2017-08-26Show references to variables tooWilfred Hughes
2017-08-26Add initial valueWilfred Hughes
Not necessary, but helpful for code comprehension.
2017-08-26Don't append whitespace when we don't have a previous sectionWilfred Hughes
2017-08-26Allow viewing variables defined in CWilfred Hughes
2017-08-26Gracefully fail if we can't find variable definitionsWilfred Hughes
2017-08-26Don't offer nil or t as variablesWilfred Hughes
2017-08-26Basic helpful-variable implementationWilfred Hughes
2017-08-26Remove completed todoWilfred Hughes
2017-08-26Only propertize links to bound variables/functionsWilfred Hughes
2017-08-26Fix misleading variable name from copy-pastingWilfred Hughes
2017-07-22Only show docs or props if we have something to showWilfred Hughes
2017-07-22Convenience command for help at pointWilfred Hughes
2017-07-22Don't claim everything is advised!Wilfred Hughes
2017-07-22sort symbol propertiesWilfred Hughes
2017-07-22Report when functions/macros are advisedWilfred Hughes
2017-07-22Don't show compiled functions on symbol propertiesWilfred Hughes
They're often messy and rarely interesting. See cadr for an example.
2017-07-22Format quotes in macro callsWilfred Hughes
2017-07-22Ensure the first line of the docstring is clearly separatedWilfred Hughes
2017-07-22don't try to insert nil for source codeWilfred Hughes
2017-07-22Tweak formatting of debug sectionWilfred Hughes
2017-07-22Align reference countsWilfred Hughes