[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Fontifying large buffers in idlwave?



davidf@dfanning.com (David Fanning) wrote:

> Todd Clements (mole6e23@hotmail.com) writes:
> 
> > I have some IDL code that is > 250K in 
> > size (not my own code, otherwise I'd break it up...)
> 
> Todd, let me know. I have gift certificates for
> my book. :-)

In your .emacs file:

(custom-set-variables
 '(font-lock-maximum-size (* 512 1024)))

Where you can set any random maximum you want by changing that 512 (the 
defult is 256, i.e. 256*1024 = 256K).

Works on my xemacs.

When can I expect my book? ;>

Todd