roife

Results 15 issues of roife

I'm using it on macOS and I'm wondering how I can use debugger as README.md said.

Fix #145 . This bug arises when a `persp-list` is passed to `persp-read-persp`, causing the function to execute incorrect filtering operations on the list. These filtering operations rely on the...

When calling `persp-load-from-file-by-names` to load certain perspective from file, the list it pops up doesn't show any names.

目前 respect-mode 的实现中用了 emulation-mode-map-alists 实现,这个实现和 meow/键盘宏等操作存在冲突,我参考 emacs-mac 中的 emacs-auto-ascii-mode,使用了下面的代码,似乎也能达到同样的效果,而且代码更加简单,不知道能否用来重新实现 respect-mode ```elisp (defun select-input-source () "Select the most-recently-used ASCII-capable keyboard input source. Expects to be added to normal hooks." (ime-set "com.apple.keylayout.ABC"))...

Partial fix for #16471. In the previous code, the indentation produced by macro expansion was set to 2 spaces. This PR modifies it to 4 spaces for the sake of...

S-waiting-on-author

- map `scroll-up-command` to `pdf-view-scroll-up-or-next-page` - map `scroll-down-command` to `pdf-view-scroll-down-or-previous-page` It also makes `scroll-other-window` work well.

Set proper `:language-id`. If it is not set properly, the language id `eglot` found will be `rustic`, which is not described in standard and causes rust-analyzer frequently crash.

Currently, rustic only supports `goto-error` in `rustic-compilation-mode`. ![image](https://github.com/brotzeit/rustic/assets/17700217/f67523b4-1755-46ef-8071-442b52222dd6) However, the output format of Clippy is the same as rustc. Thus, the parser in `rustic-compile-goto-error-hook` can be reused for `rustic-cargo-clippy-mode`

fix #506. The current implementation of `rustic-cargo-new` utilizes `D` within `interactive`, necessitating an existing path. However, the functionality of `cargo new` allows arguments for non-existing paths and automatically generates directories....

KaTeX already supports `\dotplus`, and I want to know if we can support its counterpart `\dotminus` (∸, U+2238). Although a similar symbol can be constructed using `\dot -` ($\dot -$),...

enhancement
fonts