help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Size of startup files


From: Emanuel Berg
Subject: Re: Size of startup files
Date: Tue, 22 Nov 2022 00:20:03 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

> (defun percent (nom &optional denom str)
>   (or denom (setq denom 1))
>   (let ((perc (/ nom denom 0.01)))
>     (if str
>         (format "%.1f%%" perc)
>       perc)))

And if we had such a library, maybe someone would improve this
by makin the string branch output with the correct number of
significant digits!

It's just an example, but it's a good one as it makes sense.

It should be like this:

* Everyone does their own customization (obviously)

* Everyone does their own original/creative projects (or ditto
  just-for-fun elisping)

* But everyone should not do this basic stuff over and over,
  instead it should be found in libraries - incomplete and
  poor as they may be day one, in time they will be improved
  to become a huge asset.

-- 
underground experts united
https://dataswamp.org/~incal




reply via email to

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