Akira Komamura

Results 180 comments of Akira Komamura

@progfolio A proper way to fix the byte-compile warning would be to add a `declare-function` clause: ```emacs-lisp (declare-function project-files "project") ``` Also note that, as far as I remember, older...

Thank you for the attention. It's becoming a controversial project (see the thread on the MELPA PR). Depending on responses of people on MELPA, I may change its name in...

I've closed the PR and will probably change the name. I have a lot to learn about Nix, so you may not have to write the comparison now :) Its...

> I workaround the issue with brew install bash. An alternative way to get a recent version of bash would be [Nix](https://nixos.org/guides/install-nix.html). It can be used to install [nix-emacs-ci](https://github.com/purcell/nix-emacs-ci) as...

@alphapapa Thank you for adding my software to your list. I am now obsessed with Nix, and the test runner is an experimental project. For now, I am eating my...

Thank you for your information, @basil-conto. Actually, Playground seems to work even for Windows. I've tried the GNU version on Windows 7 (the VM image with IE8), and `playground-checkout` command...

Besides, doom couldn't be installed onto Windows 7 even if I followed the default instruction, because Windows doesn't have `make` by default.

So what should I do? - Abandon support for doom - Try to support doom but drop support for Windows I don't know any other config that requires an external...

A configuration repository like this can be supported by adding an option to specify a command for build the config. It runs a given command like `make` in a compilation...

Thank you for your quick response. What I want is a unified completion API that can handle both existing entries (returning a marker) and non-existent ones (returning an olp). I...