Make klink, elink, ilink, glink higher priority than action buttons; prevent ilinks from linking to other ilinks#975
Merged
Conversation
- ibut:label-set - Make 'label' arg optional. When omitted or nil,
reuse the existing label or if that is null, set it to "temp". This
behavior is used by the ibtypes: elink, glink, and ilink.
- hbut:act - Change from (< delim-text-start (point)) to
(<= delim-text-start (point)) since actions
can move point to the starting delimiter of a button.
- ebut:get - Allow a buffer name for 'buffer' argument and prioritize
'buffer' argument over 'key-src' argument.
- link-to-ebut, link-to-ibut - Rewrite to support links to buttons
in buffers without attached files.
- hactypes:link-to-file-interactively - Fix to handle buffer-type
'loc attribute.
- hyrolo-file-list): Explain that dirs and file wildcards are allowed.
Point to doc of 'hyrolo-expand-path-list' for how entries are expanded.
- ibtypes::ilink-test - Update match to ilink error.
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.
ibut:label-set - Make 'label' arg optional. When omitted or nil, reuse the existing label or if that is null, set it to "temp". This behavior is used by the ibtypes: elink, glink, and ilink.
hbut:act - Change from (< delim-text-start (point)) to
(<= delim-text-start (point)) since actions can move point to the starting delimiter of a button.
ebut:get - Allow a buffer name for 'buffer' argument and prioritize 'buffer' argument over 'key-src' argument.
link-to-ebut, link-to-ibut - Rewrite to support links to buttons in buffers without attached files.
hactypes:link-to-file-interactively - Fix to handle buffer-type 'loc attribute.
hyrolo-file-list - Explain that dirs and file wildcards are allowed. Point to doc of 'hyrolo-expand-path-list' for how entries are expanded.
link-to-ibut - Fix infinite loop in ilink:label by preventing ilinks from linking to other ilinks.
ibtypes::ilink-test - Update match to ilink error.