2
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected 1 day ago.
Aug 28, 2025 — Aug 28, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fixed bug in doctest-mark-examples More... about 19 years ago
- Added support for mmm-mode! More... about 19 years ago
- fixed a bug in doctest-next-failure -- it wasn't checking if a regexp More... about 19 years ago
- Fixed compat def for doctest-line-number More... about 19 years ago
- Added a mode hook (doctest-mode-hook) More... about 19 years ago
- Separated out compatibility functions from other helper functions. More... about 19 years ago
- doctest-results-buffer-name can now contain special escape sequences More... about 19 years ago
- Added new option flag doctest-follow-output, which causes the output More... about 19 years ago
- Fixed bug that was preventing doctest-mode from jumping to the the first More... about 19 years ago
- In doctest-next-failure, use set-window-point, rather than changing More... about 19 years ago
- Removed comment about known bug (it's been fixed) More... about 19 years ago
- Removed some redundant setq's. More... about 19 years ago
- Made doctest-example-markers buffer-local. More... about 19 years ago
- Use doctest-results-py-version instead of doctest-results-are-pre-24. More... about 19 years ago
- made doctest-results-buffer a buffer-local variable More... about 19 years ago
- Changed a couple (message...) calls to (doctest-warn...) More... about 19 years ago
- Removed all uses of (warn ...), which isn't compatible w/ gnu emacs More... about 19 years ago
- When we're done with markers, delete them with (set-marker m nil). More... about 19 years ago
- Fixed bug in settinf font-lock-defaults local var (use setq instead of More... about 19 years ago
- Added comments & docstrings, and a toc; and rearranged code slightly. More... about 19 years ago
- Rearranged the sections a little (no functional changes) More... about 19 years ago
- Set the local variable font-lock-defaults in the major modes. More... about 19 years ago
- There were a couple functions & variables that didn't start with the More... about 19 years ago
- Define a custom auto-fill-function which will only call do-auto-fill More... about 19 years ago
- Don't set indent-line-function = doctest-indent-source-line. Doing so More... about 19 years ago
- When the examples pass, hide *doctest-output* windows using More... about 19 years ago
- Added back missing parens (from previous checkin) More... about 19 years ago
- When hiding the doctest-results-buffer after all tests pass, check More... about 19 years ago
- Replaced (setq L (cons X L)) with more idiomatic (push X L) More... about 19 years ago
Fixed a bug in restarting doctest-execute-buffer, which caused it to More... about 19 years ago