emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Rewriting make-docfile.c in Lisp?


From: sbaugh
Subject: Rewriting make-docfile.c in Lisp?
Date: Wed, 05 May 2021 11:56:03 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

I was recently trawling through make-docfile.c and wondered:

Couldn't this be written in Lisp?

It seems like this complex parsing code would be much simpler in Lisp,
and there's no reason the make-docfile step couldn't run after Emacs is
built.  It would be a fair bit of work, but I think the resulting
make-docfile.el would be much smaller and easier to understand.

I'm not about to go do it, but it would be a good self-contained
project, I think, so maybe a good addition to TODO?

Does anyone have any objections or reasons why this shouldn't be done?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]