Daniel Brooks

Results 248 comments of Daniel Brooks

So that’s what’s going on. I tried stracing it as well, but I must have missed the problem amongst all the nonsense.

I still don’t see failing renames when I strace it. I suspect that either there is more than one way this bug can happen (yay), or they fixed the first...

Then I’m going to assume that there is more than one bug that can cause this, because the workaround doesn’t work for me. Yay.

@altaway: That would be fun, though I can't really recommend it. There's over a million lines of elisp with all kinds of great functionality that really make Emacs what it...

The OKURI-NASI stuff is part of the process of building a Japanese dictionary. I'm surprised that it's slow, but I'm not surprised that `-j4` doesn't help; this step isn't parallelizable....

No, the bug is still there. `list/leim/ja-dic/ja-dic.el` is not deleted by a `make clean`, and so if you cancel the build before it finishes that file, even running `make clean`...

Yea, I feel like `if` should have a trait the way `for` does. Maybe we should write a proposal. Maybe there already is one? I haven't looked, but it seems...

No, it doesn’t break RTL messages: ![Screenshot from 2021-11-08 01-02-40](https://user-images.githubusercontent.com/228849/140713546-aab25d9a-c69e-4e05-a635-ba0b30d90ac6.png) The message from Rust is conveyed to Emacs via the LSP protocol, and I don’t think that it is supposed...

I want to make a pull request for this, but `make check` is reporting that the file is misformatted. It doesn’t say why, or what line number is misformatted, but...

> > The message from Rust is conveyed to Emacs via the LSP protocol, and I don’t think that it is supposed to contain any extra formatting. > > Does...