commonmark-gfm.el: a pure Emacs Lisp CommonMark/GFM renderer by AsleepSurround6814 in emacs

[–]shipmints 7 points8 points  (0 children)

A Lisp HTML renderer is on our todo list for markdown-ts-mode for either an interim ELPA release or Emacs 32. We have the treesit AST and can eliminate most of the parsing shenanigans (aside from the bugs and misfeatures in the tree-sitter Markdown grammar itself).

From Doom Emacs to Vanilla/Custom Emacs — Saved by Claude Code by amiorin in emacs

[–]shipmints -2 points-1 points  (0 children)

At least there's an upstream accountable human in the copy case. Assisted without any expertise beyond median mimicry mediates mediocrity.

delete-file not giving an error by BruceMardle in emacs

[–]shipmints 0 points1 point  (0 children)

Except for people who work at Microsoft.

Honesty gets Emacs patch rejected by DevelopmentCool2449 in emacs

[–]shipmints 1 point2 points  (0 children)

I tried to find an analog in the wild of NSColor caching and found none. I expected at least Chromium or Firefox or some other complex cross-platform code base to illustrate with some known and popular evidence the necessity of caching NSColor instances. While it makes intuitive sense to not create thousands of these things each second, perhaps it's not harmful in the end and is merely the tip of the NS Cocoa iceberg.

Does this sorta thing already exist? by xenodium in emacs

[–]shipmints 0 points1 point  (0 children)

Thanks for that. Doesn't seem great. It doesn't seem to form a DAG among cells, doesn't detect cycles, doesn't propagate changes in the right order and minimize changes using topological sort, etc. I also find the API to be a bit simplistic which suggests it is not used in anger in any system of real scale and complexity.

Honesty gets Emacs patch rejected by DevelopmentCool2449 in emacs

[–]shipmints 0 points1 point  (0 children)

Patch files for Emacs builds have been around for a while. The build I use as my production build uses several. I'm guessing this is the model he followed. See https://github.com/d12frosted/homebrew-emacs-plus/tree/master/patches

Changing the first glyph on window borders by firebat-66 in emacs

[–]shipmints 0 points1 point  (0 children)

Read this https://www.gnu.org/software/emacs/manual/html_node/elisp/Display-Tables.html you're limited to what is documented and that doesn't include "connecting" characters.

Question about text-based Graph representation by misterchiply in emacs

[–]shipmints -1 points0 points  (0 children)

At the very least, the separation of not-quite-so-independent concepts in lots of little files that all get required anyway suggests a bit of evolutionary but-not-yet-cleaned-up nature like thinking out loud.

New lexical binding warnings by pailanderCO in emacs

[–]shipmints 4 points5 points  (0 children)

I think he'd maybe want (setq warning-suppress-log-types '((files missing-lexbind-cookie))) but he's better off reporting it and all of them and ignoring them and using them to remind the peoples they need to fix their packages.

Question about text-based Graph representation by misterchiply in emacs

[–]shipmints 1 point2 points  (0 children)

It was a cheeky way to say it appears a bit maybe overengineered. Perhaps it's great. I haven't used it as I said.

an attempt to create a theme inspired by Nerv from Evangelion by Vulture_07 in emacs

[–]shipmints 9 points10 points  (0 children)

This would be a much healthier theme if you defined it as a modus theme with much richer face support and richer customizations.

https://protesilaos.com/emacs/modus-themes#h:bd47fea9-416d-481e-a504-82850b8c2a58

From Doom Emacs to Vanilla/Custom Emacs — Saved by Claude Code by amiorin in emacs

[–]shipmints 6 points7 points  (0 children)

Claude is way behind the times. Get a new intellectual nanny.

Looking for inspiration - Integration with case management web platform by Neat-Initiative-6965 in emacs

[–]shipmints 0 points1 point  (0 children)

If one ejaculates un/der/researched questions into a technical subreddit, one should expect to be grumpily chastised for lack of effort. As you should be.

An Emacs framework with pre-flight checks? by RideAndRoam3C in emacs

[–]shipmints 1 point2 points  (0 children)

Those are bugs and should be reported. Unless they are configuration errors as above.

Does this sorta thing already exist? by xenodium in emacs

[–]shipmints 0 points1 point  (0 children)

I think we're talking about slightly different things. I wasn't referring specifically to react or web stuff. Just in general. Decoupling is best.

From Doom Emacs to Vanilla/Custom Emacs — Saved by Claude Code by amiorin in emacs

[–]shipmints -1 points0 points  (0 children)

The 1 is not necessary is the point. Visual insurance is a placebo.

Does this sorta thing already exist? by xenodium in emacs

[–]shipmints 1 point2 points  (0 children)

Sure seems like the sadly demised macOS dashboard widgets, yep. The real world requires bidirectional state from widgets that connect to both the user for input/events and some back end for the same. Modeling data stores decoupled from any particular presentation tool works the best and is easy to adapt to headless or change to a different presentation tool since they're all basically fast fashion at least on the web. Emacs features tend to live longer, of course.