[Bug: 21.5-b27] font-lock-fontify-* / infinite loop

Aidan Kehoe kehoea at parhasard.net
Fri Jan 12 04:02:04 EST 2007


 Ar an dara lá déag de mí Eanair, scríobh Stephen J. Turnbull: 

 > Why not just change the `(featurep 'bytecomp)' form to
 > 
 > (and (featurep 'bytecomp) gnus-use-byte-compile)
 > 
 > ?  Has that variable been deprecated or obsoleted?

Because then the lambda would never get byte-compiled--the
non-byte-compilation of the lambda expression is the problem, not the
solution. As I understand it, which I may not. Cf. Wulf’s second error
message:

(40) (general/warning) Error in unknown: Invalid function: (macro .
#<compiled-function (&rest cdr) “...(6)” [cdr function lambda] 3 737017>) 

and the output of 

(symbol-function 'lambda)
=> (macro . #<compiled-function (&rest cdr) "...(6)" [cdr function lambda] 3 674424>)

Whether this addresses his first error message is an open question. 

-- 
When I was in the scouts, the leader told me to pitch a tent. I couldn't
find any pitch, so I used creosote.



More information about the XEmacs-Beta mailing list