This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-03-29
Channels
- # admin-announcements (1)
- # announcements (20)
- # babashka (43)
- # beginners (134)
- # calva (2)
- # clerk (7)
- # cljdoc (9)
- # clojars (8)
- # clojure (91)
- # clojure-europe (21)
- # clojure-nl (1)
- # clojure-norway (13)
- # clojure-uk (1)
- # clojurescript (5)
- # datahike (3)
- # docker (2)
- # emacs (6)
- # fulcro (7)
- # graphql (9)
- # honeysql (24)
- # improve-getting-started (5)
- # introduce-yourself (1)
- # lambdaisland (1)
- # luminus (3)
- # malli (3)
- # nbb (19)
- # off-topic (22)
- # pathom (1)
- # portal (3)
- # practicalli (1)
- # rdf (26)
- # reagent (29)
- # reitit (9)
- # shadow-cljs (15)
- # spacemacs (3)
- # sql (4)
- # tools-build (30)
- # xtdb (41)
is there a way to automatically display big numbers in a more readable format? I tried to look everywhere but I can't really find anything useful. For example 23232323 should just display as 23,232,323 at least. Emacs now supports https://github.com/harfbuzz/harfbuzz/wiki in theory, but it's still not trivial to get to that sort of result
I'd love for more of the HarfBuzz internals to be available to emacs for purposes like these (plus support for variable fonts!), but it seems like a pretty big project
https://github.com/adamsmd/digit-groups may be worth a try. Slightly less intrusive
I'm surprised noone felt the need for it in the long history of Emacs, but it could just because I've been staring at massive numbers for a couple of days now, it's the first time I also feel this need