Not sure why I ever spend time screwing around with regexp strings when rx exists.

#emacs

My answer is only partly adequate, because I use Common Lisp with Slime sometimes and without Slime sometimes.

I find Slime to be fine.

I also run REPLs in Emacs comint buffers, so this gives me way, way more than the `readline' stuff.

Anyway, as they say,
"Punch cards?
You had _punch cards_?!"

#CommonLisp
#Emacs

@screwlisp

And this led me to find
<https://github.com/FemtoEmacs/Sumerian>:

«There are two ways of typesetting Sumerian. The first uses Unicode and a scriptable text editor like Emacs to perform the typesetting. The other one is to write your fonts using Bezier curves and an image manipulation program, such as GIMP. In this tutorial, you will learn to typeset Sumerian in Emacs, but I provide a Gimp directory where you can learn how to design your Sumerian fonts.»

I still can't remember the name of the Sumerian prototype for Noah (I don't think it's Enki), though, but I'll leave that for another time.

#Emacs

@dougmerritt

GitHub - FemtoEmacs/Sumerian: A short course on reading and writing Sumerian cuneiform

A short course on reading and writing Sumerian cuneiform - FemtoEmacs/Sumerian

GitHub

We're meeting in-person-only again, tomorrow evening, Tuesday, at 19:00 at c-base in Berlin.

Repost with hashtags #emacs #berlin

Second observation: why is the #Emacs pretest 31.0.90 double the size of previous versions?

I have tried the #Emacs pretest 31.0.90 from https://emacsformacosx.com/builds and it fails to start with an error related to dyld[94594]: Library not loaded: /nix/store/f3anvg741m7059d0gx42gr27fw5kg1qh-libiconv-109.100.2/lib/libcharset.1.dylib

Anyone has got it working? TY

svg-line: Better Status Bars for Emacs

2 comments

Lobsters
svg-line: Better Status Bars for Emacs

Emacs provides four useful status bars (mode-line, header-line, tab-bar, and tab-line), but each imposes different, inconsistent limits on multi-line layout, al...

Charlie Holland's Blog

New blog post! This one demonstrates an Emacs package I created called svg-line, inspired by @rougier 's dual-header gist. For all status bars it provides support for multi-line bars, icons, wrapping, buttons, and left/right/center alignment.

https://www.chiply.dev/post-svg-line

#emacs #foss #software #programming #coding #lisp

svg-line: Better Status Bars for Emacs

Emacs provides four useful status bars (mode-line, header-line, tab-bar, and tab-line), but each imposes different, inconsistent limits on multi-line layout, al...

Charlie Holland's Blog
Absolutely brilliant how seamlessly #Emacs' architecture integrates with LLM-based workflows. Almost as if Emacs had been designed for this purpose all along. Amazing retroactive validation of many of Emacs's peculiar design choices ... and my choice to get so deeply invested in this ecosystem.