Ar an ceathrú lá déag de mí Eanair, scríobh Stephen J. Turnbull:
Wulf, can you elicit the bug and give us the value of
message-font-lock-keywords?
This should reflect that:
http://www.mailstation.de/f-l-k-snp.png
Cf.
http://mid.gmane.org/86zm8pmey7.fsf@janus.mailstation.de , where Wulf
gives the value of font-lock-keywords.
Aidan Kehoe writes:
> It seems the lambda is too deep for the automatic compilation that happens
> for lambda forms to kick in.
?? AFAIK lambda forms are supposed to get compiled when they appear in a
functional context, and not otherwise. The arguments to defvar are not a
functional context, so you'd need to explicitly byte-compile:
(defvar matcher (eval-when-compile (byte-compile (lambda (limit) 42))))
Are you reading what I write lately? Look at what happens when you byte
compile your form as a file’s only contents, and when you byte compile the
same form without the eval-when-compile and byte-compile calls; the only
difference is the compilation date.
--
When I was in the scouts, the leader told me to pitch a tent. I couldn't
find any pitch, so I used creosote.
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta