I am an Emacs enjoyer. My biggest issue with Emacs is that development is still done via a mailing list and patches. I wish they would adopt a Git front-end (web UI) workflow.
There's probably also a lot of emacs contributors that use emacs as their mail client that would be disrupted by replacing it with something web based.
> There's probably also a lot of emacs contributors that use emacs as their mail client that would be disrupted by replacing it with something web based.
The further I get into "emacs for everything" the more I appreciate using email for everything.
As an occasional developer of PostgreSQL which also does development on the mailing list I see pros and cons with it. It is harder to discuss lines of codes in a review on the mailing list but the nature of the mailing list (threading, etc) promotes much more nuanced and constructive discussions about patches on a higher level. Something which I have yet to see in any project on Github.
Gitlab has some threading support but not very good one.
broodbucket|2 years ago
https://git-send-email.io/ has a great tutorial for getting started.
There's probably also a lot of emacs contributors that use emacs as their mail client that would be disrupted by replacing it with something web based.
joobus|2 years ago
ParetoOptimal|2 years ago
The further I get into "emacs for everything" the more I appreciate using email for everything.
charcircuit|2 years ago
jeltz|2 years ago
Gitlab has some threading support but not very good one.