index
:
helpful.git
fix_advice
master
smarter-syms
summary
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Age
Commit message (
Expand
)
Author
2018-01-20
Ensure we handle edebug info correctly
Wilfred Hughes
2018-01-20
More robust `foo' handling in docstring highlighting
Wilfred Hughes
2018-01-15
Don't error if a symbol is only defined in a .elc file
Wilfred Hughes
2018-01-07
Stricter regexps for highlighting `foo' in docstrings
Wilfred Hughes
2018-01-01
Handle keymap references in docstrings
Wilfred Hughes
2017-12-30
Handle command key substitution correctly
Wilfred Hughes
2017-12-21
Convert command keys references to buttons
Wilfred Hughes
2017-12-18
Show aliases
Wilfred Hughes
2017-12-16
Make tests quieter
Wilfred Hughes
2017-12-16
Don't crash when the underlying buffer has been killed
Wilfred Hughes
2017-12-16
Make it easier to download emacs source code
Wilfred Hughes
2017-12-16
Add unit tests for helpful--pretty-print
Wilfred Hughes
2017-12-13
Fix crash on definition of primitive variables
Wilfred Hughes
2017-12-13
Calculate C paths relative to find-function-C-source-directory
Wilfred Hughes
2017-12-12
Add unit test for helpful on macros
Wilfred Hughes
2017-12-10
Don't crash on edebugged functions
Wilfred Hughes
2017-12-10
Only try to kill the buffer we've created
Wilfred Hughes
2017-12-10
Ensure that we handle interactively defined functions
Wilfred Hughes
2017-12-10
Better handling of special forms
Wilfred Hughes
2017-12-10
helpful-update now returns nil, so don't use 'should
Wilfred Hughes
2017-12-06
Improve buffer name
Wilfred Hughes
2017-11-16
Disable undercover until we've fixed tests
Wilfred Hughes
2017-10-14
Ensure that we don't leave any temporary buffers lying about
Wilfred Hughes
2017-10-14
Fix typo
Wilfred Hughes
2017-09-27
Handle not yet loaded functions gracefully
Narendra Joshi
2017-09-10
Ensure we handle aliased primitive functions
Wilfred Hughes
2017-08-27
Update tests for new reference formatting
Wilfred Hughes
2017-08-27
Fix failing docstring tests
Wilfred Hughes
2017-08-26
Allow viewing variables defined in C
Wilfred Hughes
2017-08-26
Gracefully fail if we can't find variable definitions
Wilfred Hughes
2017-08-26
Only propertize links to bound variables/functions
Wilfred Hughes
2017-08-26
Fix misleading variable name from copy-pasting
Wilfred Hughes
2017-07-22
Format quotes in macro calls
Wilfred Hughes
2017-07-22
Ensure the first line of the docstring is clearly separated
Wilfred Hughes
2017-06-04
Fix tests
Wilfred Hughes
2017-04-02
Handle absent properties.
Wilfred Hughes
2017-04-02
Handle compiled functions, or functions with only usage specified.
Wilfred Hughes
2017-04-02
Handle function not having a docstring.
Wilfred Hughes
2017-04-02
Basic docstring extraction
Wilfred Hughes
2017-04-02
Set up unit testing
Wilfred Hughes