Re: Ligature support

2021-11-20 Thread chad
nt-specific icons as part of a font, so I looked a bit to make sure that there was reasonable libre license, and SIL seemed to be a reasonable choice. If something changed or I missed something, I'm interested.) Thanks in advance, ~Chad

Re: Links to many issues of Emacs News (in a weird format)

2022-06-10 Thread chad
/sachachua.com/blog/feed/"; " > http://planet.emacslife.com/atom.xml";)) or (setq elfeed-feeds '("https://sachachua.com/blog/feed/";)) is pretty good IMO. ~Chad

Re: Display of undisplayable characters: \U01F3A8 instead of diamond

2022-09-02 Thread chad
s bit from XKCD: https://xkcd.com/1172/ I'm sharing this here in the hopes that it adds some levity to someone else's day. Thanks (again) to you all for making emacs (better). ~Chad

Re: Display of undisplayable characters: \U01F3A8 instead of diamond

2022-09-02 Thread chad
ent from fixing the problem for all users, then we've arrived at "That's horrifying." ala XKCD 1172. ~Chad

Re: [External] : Re: master 127ab231be 1/2: Attempt to clarify Input Focus documentation

2022-09-22 Thread chad
e to run a private email server these days, GNOME, Wayland, and "choose: Win95 or Mac OS appearance" have made the days of things like gwm and exwm all but numbered. While there are definitely upsides, this is definitely not a strictly better world. ~Chad

Re: [NonGNU ELPA] New package: llm

2023-08-31 Thread chad
macs-tangents or even gnu-misc-discuss, so I'm changing the CC there. Apologies if this causes an accidental fork. I hope that helps, ~Chad

Re: Shrinking the C core

2023-09-12 Thread chad
sis and editing across multiple cores and perhaps machines", but that probably just reflects a bunch of my personal interests. ~Chad

Re: Info: No GIL Multithreading strat for Python

2024-03-04 Thread chad
if my somewhat clumsy attempt to do so goes awry. Thanks! ~Chad --- via emacs-tangents mailing list (https://lists.gnu.org/mailman/listinfo/emacs-tangents)

Re: Re: C-o

2024-07-02 Thread chad
er hand it surely seems like conversation and cooperation via emacs-devel is vastly worse than it was in the 90's, 2000's, and 2010's. Is there anything that can/should be done, aside from "everyone try to do a better job with their own communication"? Thanks, ~Chad --- via emac

dog-wagging systems

2024-07-13 Thread chad
t another corollary of Greenspun's Tenth? ~Chad --- via emacs-tangents mailing list (https://lists.gnu.org/mailman/listinfo/emacs-tangents)

Re: Emacs User Survey 2020 Results

2020-12-10 Thread chad
complaint). There was a mention of matplotlib, which someone mistook as a reference to Matlab, rather than the reference to Python package that it is. Whatever the cause of the mistake (read error, parse error, etc.) I hope the group can let this one go. Hope that helps, ~Chad

License of the Emacs website (was: Re: First draft of the Emacs website)

2015-12-03 Thread Chad Brown
ks of opinion. Please be specific about which Creative Commons license is being used. This seems like a discussion for someplace other than the emacs-devel list, so I tried (perhaps crudely?) to redirect it to emacs-tangents. Thanks, ~Chad

Clojure namespaces (was: Re: Emacs Lisp's future)

2016-10-11 Thread Chad Brown
> <http://clojure.org/reference/namespaces> Thanks for the ref! Did anyone else find it odd that Clojure’s namespace-related functions use all three namespace affix conventions? For example, name-: (ns-unmap, ns-name), -name: (all-ns, find-ns), and neither: (import, intern). That caught my clojure-ignorant eye. Thanks, ~Chad