aboutsummaryrefslogtreecommitdiff
path: root/helpful.el
AgeCommit message (Expand)Author
2017-12-06Allow moving with TAB and S-TABWilfred Hughes
2017-12-06Silence info lookupsWilfred Hughes
2017-12-06Improve buffer nameWilfred Hughes
2017-12-06Document usageWilfred Hughes
2017-11-29Fix byte compiler warningWilfred Hughes
2017-11-20Go to the source when pressing RET on the code excerptWilfred Hughes
2017-11-16Cleanup temporary info bufferWilfred Hughes
2017-11-16Update tests broken in 3e10f70Wilfred Hughes
2017-11-16Merge pull request #53 from narendraj9/masterWilfred Hughes
2017-11-12Add autoload for helpful-callableWilfred Hughes
2017-11-12Fix helpful-find-var for variables defined in C-SourceNarendra Joshi
2017-11-03Show the value of buffer-local valuesWilfred Hughes
2017-10-16Simplify and rename helpful--position-headWilfred Hughes
2017-10-16Strip extra newline when we can't load a docstringWilfred Hughes
2017-10-15Require a match when choosing a symbolWilfred Hughes
2017-10-08Don't open extra buffers when finding source codeWilfred Hughes
2017-10-05helpful-at-point eldoc fixup.Alexander Miller
2017-10-05Also handle variables in helpful-at-point.Alexander Miller
2017-10-02Fix grammar of logged lineNarendra Joshi
2017-09-30Add symbol information to error messageNarendra Joshi
2017-09-29Guard helpful-update against keys bound to undefined commandsNarendra Joshi
2017-09-29Merge pull request #42 from narendraj9/masterWilfred Hughes
2017-09-28Use indirect-function rather than our own loopWilfred Hughes
2017-09-27Handle not yet loaded functions gracefullyNarendra Joshi
2017-09-24Roll versionWilfred Hughes
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
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
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
2017-09-04Syntax highlight function signaturesWilfred Hughes
2017-09-02Adding a helpful-callable commandWilfred Hughes
2017-09-02Also show the value of variablesWilfred Hughes
2017-09-02Add the project URL to the package headerChunyang Xu
2017-08-31Format docstring consistently, even if text-quoting-style is setWilfred Hughes
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-270.1 is now released, next will be 0.2Wilfred Hughes
2017-08-27Format references with a consistent horizontal positionWilfred 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
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