Ruiyang Wu

Results 11 issues of Ruiyang Wu

In section 5.3.2, it is said that `repeat` is more flexible than `while`. This doesn't make sense to me. To rewrite `repeat` in terms of `while`, one can simply write...

With `ivy` mode on, typing in `/ssh:` in `dired` mode followed by `C-j` will return irrelevant completion entries. For example, it returns the local hostname; it also returns a `nil`...

Thanks for maintaining this great software. Here is a bug I recently found. Use `dired` mode to open a directory with 500 files with `ivy` mode on. Mark all the...

I have these lines near the top of my .emacs file: ``` (package-initialize) (eval-when-compile (require 'use-package)) (require 'use-package-ensure) (setq use-package-always-ensure t) (use-package diminish :demand t) ``` If I manually delete...

Difference from 37bbe86: Set temporary directory path in runtime using environment variable: "TMP" for Windows and "TMPDIR" for Unix-like. This is because "P_tmpdir" does not expand correctly on Windows. If...

## Description As the title suggests, the spacing between a bold italic math letter and a punctuation is extremely small. ## Add info or delete as appropriate: - Relevant for...

With `tramp` 2.6.0.2 and above, in a `dired` minibuffer, type in "//ssh:" followed by "C-j" (ivy-alt-done) gives the error "Reading directory: No such file or directory, /ssh:". Previously the output...

Hi there, I just installed your package and tried the toy example ``` #+begin_src R :async :session Sys.sleep(5) "this won't hang your emacs" #+end_src ``` However, I could not get...

The `with-ivy-window` wrapper became redundant in actions after https://github.com/abo-abo/swiper/commit/55a90c919411b71f50713e8fa52ae23021ded3bc. Its usage was subsequently replaced by `(select-window (ivy--get-window ivy-last))` in https://github.com/abo-abo/swiper/commit/1c09e99153b36626fcb3d272973e7ef3cb5ee679. Its obselote status was also confirmed by abo-abo in https://github.com/abo-abo/swiper/issues/1727#issuecomment-418703805....

Moving a window with `yabai -m window --display` or `yabai -m window --space` to a space inside a different monitor/display leaves the "x" and "y" values (under "frame" entry in...