Matus Goljer
Matus Goljer
I would be very interested in some numbers here. Often in Elisp, accessing two variables is slower than running `length`. In practice, these things are rarely slow and the code...
Yes, it needs to count each cdr, but unless you have literal billions of them it doesn't matter. Counting 20 or 30 conses takes microseconds. So here the fact that...
I decided not to merge this: - the performance impact is minimal - the readability really suffers, the entry-1, entry-2 are not really clear about their purpose.
Hey @Vifon This looks like a great improvement! I'll try to review it after the holidays! Have a nice Christmas!
Maybe it could be added to the fringe. But that would mean all the indicators would be lined-up at the edge rather than in front of the direcotry name. But...
Is that a desirable behaviour? Maybe testing if a nil wasn't returned would be better. Is there a practical use-case for inserting a subtree for `.`? If you think there...
The functions are not interactive so you won't be able to run them with `M-x`.
This is an example from my config ```elisp (use-package dired-rainbow :config (progn (dired-rainbow-define html "#4e9a06" ("htm" "html" "xhtml")) (dired-rainbow-define xml "#b4fa70" ("xml" "xsd" "xsl" "xslt" "wsdl")) (dired-rainbow-define document font-lock-function-name-face ("doc"...
The last number of the triplet maps through this: https://jonasjacek.github.io/colors/ The `;1` part marks bold. This is indeed pretty cool, maybe a simple sed/awk script could turn LS_COLORS into the...
These outputs can also depend on the platform and versions of many other packages/commands. Maybe we can come up with a regexp that works for everything out of the box.