Emanuel Berg writes: >> But all this is not really relevant for the code that you >> (or any one of us) write for their own personal use, it is >> only relevant to code contributed to Emacs. > > But we don't know what people who are starting to write Elisp > today for their personal use go on to contribute to Emacs > packages that make it to the ELPAs, or core Emacs for that > matter. That whole distinction does not make any sense to me. I have quite a few things in my .emmacs.d/init.el that are right for me but would not be suitable for core. That starts with (setq gc-cons-threshold (* 100 1024 1024)) ;; Make gc pauses faster by decreasing the threshold again (from the increased initial). (setq gc-cons-threshold (* 20 1024 1024)) ;; speed up reading from external processes (setq read-process-output-max (* 1024 1024)) ;; 1mb and continues through my exwm setup, reaching key-chords and interactive ido preview. Best wishes, Arne -- Unpolitisch sein heißt politisch sein, ohne es zu merken. draketo.de