This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; Might want to customize helm-candidate-number-limit, because by | |
;; default it shows 100 matches maximum. | |
;; FIXME: collect line count, and display if it's past helm-candidate-number-limit. | |
(defun helm-headlines (headline buffer-name good-regex exception-regex) | |
"Display headlines for the current file. | |
Displays lines where good-regex matches, except for those | |
which also match exception-regex." |