rustic
rustic copied to clipboard
Rust development environment for Emacs
Whenever I open a rust source file a window pops up on the bottom of the frame that says XYZ.rs is not part of any project. If I select 'i',...
**Issue** The funcion `rustic-cargo-new` in “rustic-cargo.el” has a logical problem. When I execute the command `cargo new --lib mylib` in terminal, cargo will automatically create a directory named "mylib" for...
`rust-ts-mode` will add itself to `auto-mode-alist` so we need to remove it.
Hmm I had took a look lately with `ripgrep` and it seems that this package only uses `xterm-color` for `xterm-color-filter`, correct me if I am wrong. If I am right...
Currently rustic will override the `default-directory` to the workspace root after a compilation is finished. This enables it to correctly find the paths in error messages. But it also means...
### OrangeRed3 Example: ### RoyalBlue3 Example:
`rustic-cargo-add` with a prefix command called `read-from-minibuffer` with erroneous arguments. The current master produces this error message: `funcall-interactively: Wrong type argument: keymapp, " add "` This is due to the...
This code is based on https://github.com/brotzeit/rustic/pull/480, but there are some changes based on my testing.
I'm trying to use jinx-mode spelling, but it simply does not work with rustic-mode. https://github.com/minad/jinx/discussions/130 Wonder if it does not ring a bell what it could be.