Akira Komamura

Results 180 comments of Akira Komamura

> Given that, I don't really see why new code would ever call parse-time-string in preference to parse-iso8601-time-string. If a time string is obviously not ISO-8601, the user would want...

Granted that nix commands support the [docopt](http://docopt.org/) syntax, I think [docopt.el](https://github.com/r0man/docopt.el) can help with this issue. I don't know if it does. `nix-build` doesn't seem to provide `--help` flag, and...

I am currently working on a transient wrapper for flake commands (see #140). As there are [so many commands](https://nixos.org/manual/nix/unstable/command-ref/experimental-commands.html) in Nix and some of them are even experimental, I have...

It would be possible to add this to [manual-packages.nix](https://github.com/NixOS/nixpkgs/blob/master/pkgs/applications/editors/emacs/elisp-packages/manual-packages.nix) after resolving the bugs, with `meta.platforms` limited to Linux.

Hello, after experimenting with this package for a while, I reached the following solution: ```emacs-lisp (defcustom fancy-dabbrev-expansion-key "TAB" "" :type 'string) (defun fancy-dabbrev-remap (map) (let* ((mode-cmd (keymap-lookup map fancy-dabbrev-expansion-key)) (remapped-cmd...

FYI: ~Straight.el can't install `taxy-magit-section` right now, because it cannot check out multiple branches of the same repository. It is possible for users to work around this issue (e.g. by...

> Welcome to the club. I didn't even know it was a club.

> It seems even better would be to let `straight.el` handle that case. @monnier I guess the author chose to keep it simple stupid. Mirror repositories are a good compromise...

> Does the bug only happen on the GitHub Action CI? No, the bug reproduces on interactive sessions as well, with my extensively customized config. `org-make-toc` seems to produce exactly...

I'm sorry, but the culpit was `:include siblings`, which should have been `:include descendants`. I don't remember why I got it wrong, but correctly specifying the property has fixed the...