Results 52 comments of Aaron Zeng

Hmm, I'm not the maintainer of the nixpkgs package for cmdliner, but I don't think there would be any objection to updating to the new build procedure. It's probably just...

It should be simple enough with an OOP approach...

Strange. I was able to reproduce with magit using both macos and linux. I don't have any issue with `find-file`; I'm using ivy, which doesn't use a header-line unlike helm....

I found a few threads mentioning similar issues: - https://github.com/tonsky/FiraCode/issues/158 - https://github.com/emacsorphanage/helm-ag/issues/308 - https://www.reddit.com/r/emacs/comments/icem4s/emacs_271_freezes_when_using_font_ligatures/ Apparently this might be fixed in Emacs by https://github.com/emacs-mirror/emacs/commit/fe903c5ab7354b97f80ecf1b01ca3ff1027be446, which should hopefully be part of Emacs...

You can actually search for the special tag `_untagged_` (press `t s` to tag search), which will give you the list of articles with no tags. This is explained on...

Ah, good catch. They were introduced in emacs 27.1. I can also reimplement them using `next-single-property-change`, which is much older (I'm not sure when it was added, but they got...

I don't have a particular opinion on how ocaml-re should handle this, but I got nerd-sniped so here's what I found: FWIW, in sufficiently new perl (v5.22 and newer), this...

Sorry to revive an old thread, but perhaps `prettier` could infer a reasonable extension from the major mode when there is no `buffer-file-name`, as is the case in org-mode source...

Thanks for the suggestion, @mroch. Do you have a use case in mind for where this function might come up commonly?

I tried messing around with it, but it seems hard to get a tail-recursive implementation of `all` for different kinds of `bind` (e.g., it changes depending on whether bind calls...