Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to call git-link from another interactive function? #118

Open
ldeck opened this issue Feb 28, 2024 · 1 comment
Open

How to call git-link from another interactive function? #118

ldeck opened this issue Feb 28, 2024 · 1 comment

Comments

@ldeck
Copy link

ldeck commented Feb 28, 2024

The git-link interactive function requires 3 params is seems which works somehow when calling M-x git-link.

How do you correctly call git-link from another interactive function in order to use the resulting url?

@sshaw
Copy link
Owner

sshaw commented Mar 3, 2024

This is an ongoing issue. There is not a correct way to do it, see #38, #69
I suppose you can say (call-interactively 'git-link) but in general this has problems outside of the problems mentioned in #38 and #69.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants