Re: no syntax color for big files

[email protected] Thu, 16 Jun 2005 10:34:00 -0400
Newsgroups gmane.emacs.xemacs.general
Message-ID <OF251B5058.2796D977-ON85257022.004FF925-85257022.005004A1@iqfinancial.com>
(setq font-lock-maximum-decoration t)     ; Indicate max colorization.
(global-font-lock-mode t)           ; Do it in all modes...
(setq font-lock-maximum-size nil)   ; Size is irrelevant when fontifying.




|---------+------------------------------>
|         |           Alexander          |
|         |           Beck-Ratzka        |
|         |           <abr-d@betasystems.|
|         |           com>               |
|         |           Sent by:           |
|         |           xemacs-news-bounces|
|         |           @xemacs.org        |
|         |                              |
|         |                              |
|         |           06/16/2005 07:46 AM|
|         |                              |
|---------+------------------------------>
  >-----------------------------------------------------------------------------------------------------------------------|
  |                                                                                                                       |
  |       To:       [email protected]                                                                                |
  |       cc:                                                                                                             |
  |       Subject:  Re: no syntax color for big files                                                                     |
  >-----------------------------------------------------------------------------------------------------------------------|








Heelo list,

>
> Rishikesh Vaidya <[email protected]> writes:
>
> > Hello,
> >
> > I have noticed that whenever I open a large file, for instance a
fortran
> > file of more than 10,000 lines in xemacs it shows in plain black and
> > white. Different colors I typically see for different syntax in program

> > does not seem to work. For all normal (not so large) files it works
> > fine. Ofcourse I have enabled syntax highlight. Any idea or similar
> > experience ? I am using linux RH 9.0.
>
> C-h v font-lock-maximum-size RET
>

Does anyone no, how I can change the font-lock-maximum-size im my init.el?

Greetings

Alexander