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

Integration with help-fns and find-func #6

Open
1 of 2 tasks
ubolonton opened this issue Apr 22, 2019 · 2 comments
Open
1 of 2 tasks

Integration with help-fns and find-func #6

ubolonton opened this issue Apr 22, 2019 · 2 comments

Comments

@ubolonton
Copy link
Owner

ubolonton commented Apr 22, 2019

  • Signature should use argument names defined in Rust, instead of ARG1, ARG2, like currently. This can be done by either:
    • Using advertised-signature-table.
    • Adding usage: to the end of the docstring.
  • find-function should be able to find the correct location in Rust source.
    • Source files should be packaged together with the dylib (e.g. in a tar archive).
    • The dylib should contain more metadata for each exported function.
@ubolonton
Copy link
Owner Author

Function signatures were fixed in 0.10.3.

@cireu
Copy link
Contributor

cireu commented Nov 23, 2019

I check the Remacs's implementation of find-func integration. They add extra Elisp function to the source tree to do this.

My opinion is create another package in Elisp and submit it to some ELPA.

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

No branches or pull requests

2 participants