all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* gzip Emacs source, see what happens
@ 2015-06-30  2:25 Emanuel Berg
  0 siblings, 0 replies; only message in thread
From: Emanuel Berg @ 2015-06-30  2:25 UTC (permalink / raw
  To: help-gnu-emacs

;; method:
;;
;;   $ cat *.el > all
;;   $ gzip -k all
;;   $ ls -lb all all.gz

;; w3m
(insert (format  " ; %.3g" (/ 482236.0 2045111))) ; 0.236

;; all Elisp on my computer, as in
;;
;;   $ cat /**/*.el > system.el
;;
;; then the above procedure
(insert (format " ; %.3g" (/ 4958011.0 20478081))) ; 0.242

;; Gnus
(insert (format " ; %.3g" (/ 1133727.0 4671219))) ; 0.243

;; my Elisp
(insert (format    " ; %.3g" (/ 36116.0 133360))) ; 0.271

It would seem, if you are at 0.24, then chances are you've
got some darn good Elisp :)

-- 
underground experts united
http://user.it.uu.se/~embe8573




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-06-30  2:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-30  2:25 gzip Emacs source, see what happens Emanuel Berg

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.