0> In article <[EMAIL PROTECTED]>,
0> Gian Uberto Lauri <URL:mailto:[EMAIL PROTECTED]> ("Gian") wrote:
Gian> Quoting Dan Jacobson <[EMAIL PROTECTED]>:
>> Would byte-compiling these speed things up?
>> Loading 50gnuserv (source)...done
>> Loading 50html-helper-mode (source)...done
>> Loading 50mmm-mode (source)...done
Gian> Does not slow down for sure. html-helper-mode has some loops inside
Gian> that could benefit from byte compiling.
Really? /etc/emacs/site-start.d/50html-helper-mode.el has (my counting):
5 setq
5 cons
4 quote
2 concat
1 symbol-name
1 autoload
Perhaps you're confusing the site-start file with the html-helper-mode
implementation (which *is* byte-compiled)?