Conversation
hyrolo-hdr-to-first-line-p, hyrolo-hdr-move-after-p - Simplify and rewrite
for efficiency. This sped up 'hyrolo-fgrep' with 1000 matches almost 10-fold.
hyrolo-to-previous-entry, hyrolo-to-next-entry - Add to programmatically
sequentially move through headers and entries whether visible or not.
hyrolo-to-previous-hdr, hyrolo-to-next-hdr - Add to move between file headers
in a HyRolo match buffer. Bound to '{' and '}' respectively.
hyrolo-to-previous-loc - Change to always move to the start of a loc before
moving to another one, to match 'hyrolo-to-previous-loc'.
hyrolo-hdr-at-p - Add to test if point is at the start of a file hdr or not
in a HyRolo match buffer.
hyrolo-hdr-in-p - Simplify.
hyrolo-mode - Prevent 'org-element-at-point' warnings in *HyRolo* buffer when
'which-func' minor mode is active by nullifying relevant variables at the top
of this function.
hyrolo-grep-file - Add :hyrolo-hdr property at the start of a file/buf header
within the *HyRolo* match buffer.
hyrolo-outline-next-heading - Add.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
hyrolo-hdr-to-first-line-p, hyrolo-hdr-move-after-p - Simplify and rewrite for efficiency. This sped up 'hyrolo-fgrep' with 1000 matches almost 10-fold.
hyrolo-to-previous-entry, hyrolo-to-next-entry - Add to programmatically sequentially move through headers and entries whether visible or not.
hyrolo-to-previous-hdr, hyrolo-to-next-hdr - Add to move between file headers in a HyRolo match buffer. Bound to '{' and '}' respectively.
hyrolo-to-previous-loc - Change to always move to the start of a loc before moving to another one, to match 'hyrolo-to-previous-loc'.
hyrolo-hdr-at-p - Add to test if point is at the start of a file hdr or not in a HyRolo match buffer.
hyrolo-hdr-in-p - Simplify.
hyrolo-mode - Prevent 'org-element-at-point' warnings in HyRolo buffer when 'which-func' minor mode is active by nullifying relevant variables at the top of this function.
hyrolo-grep-file - Add :hyrolo-hdr property at the start of a file/buf header within the HyRolo match buffer.
hyrolo-outline-next-heading - Add.