unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Peter Dyballa <Peter_Dyballa@Web.DE>
To: Goran <argoxo@yahoo.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: cperl-mode
Date: Fri, 31 Aug 2007 20:19:40 +0200	[thread overview]
Message-ID: <00A84914-1FB1-468E-AD8B-70504E9A2005@Web.DE> (raw)
In-Reply-To: <46D7DDEF.80304@yahoo.com>


Am 31.08.2007 um 11:22 schrieb Goran:

> Tried on both systems:
>    ./configure --without-x
>    ./configure --with-gtk
> Also tried to compile under /opt directory
>
> With
>   emacs --no-site-file and
>   emacs -Q
> symptoms remains the same.

Can you check font-lock? It certainly plays no role which X widgets  
you use. My largest Perl file is about 64 K. Scrolling becomes slow  
when the lines are around 100 characters wide and get broken into the  
next line.

	(cond ((fboundp 'global-font-lock-mode)
	   ;; Turn on font-lock in all modes that support it
	   (global-font-lock-mode 1)
	;   (setq font-lock-multiline 'undecided')
	   (setq jit-lock-stealth-verbose t)
	   (setq jit-lock-mode t)
	;   (setq jit-lock-stealth-load 80)
	   ;; Maximum colors
	;   (setq font-lock-maximum-decoration t)
	  (setq font-lock-maximum-decoration '((tex-mode . 2) (latex-mode .  
2) (t . t)))
	))

Check whether you can reduce fontification with faces and colours. In  
my example it's maximal for all but tex- or latex-mode.

--
Greetings

   Pete

Math illiteracy affects 7 out of every 5 Americans.

  reply	other threads:[~2007-08-31 18:19 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.5390.1188205514.32220.help-gnu-emacs@gnu.org>
2007-08-31  3:25 ` cperl-mode Ilya Zakharevich
2007-08-31  5:24   ` cperl-mode Tim X
2007-08-31  9:22   ` cperl-mode Goran
2007-08-31 18:19     ` Peter Dyballa [this message]
     [not found]   ` <mailman.109.1188567372.18990.help-gnu-emacs@gnu.org>
2007-08-31 20:51     ` cperl-mode Ilya Zakharevich
2007-09-01  4:38       ` cperl-mode Tim X
2007-09-01 10:17         ` cperl-mode rahed
2007-09-02  8:23         ` cperl-mode Ilya Zakharevich
2007-09-29 19:28           ` cperl-mode David Combs
2007-09-30 19:48             ` cperl-mode Ilya Zakharevich
2010-05-21 20:09 cperl-mode Terrence Brannon
     [not found] ` <874ohy7yy1.fsf@castleamber.com>
     [not found]   ` <0964e194-b8a7-4588-b686-d5e4c501262a@b21g2000vbh.googlegroups.com>
     [not found]     ` <87d3wl3ut4.fsf@castleamber.com>
2010-05-24 21:12       ` cperl-mode LanX
2010-05-24 22:11         ` cperl-mode John Bokma
2010-05-25 10:36           ` cperl-mode LanX
2010-05-26  5:20             ` cperl-mode Ilya Zakharevich
2010-05-26 12:41               ` cperl-mode LanX
2010-05-26 20:33                 ` cperl-mode Ilya Zakharevich
2010-05-26 21:13                   ` cperl-mode LanX
2010-05-27  7:01                     ` cperl-mode Ilya Zakharevich
2010-05-24 21:45 ` cperl-mode Andreas Politz
     [not found] <mailman.133.1188636475.18990.help-gnu-emacs@gnu.org>
2007-09-02  8:28 ` cperl-mode Ilya Zakharevich
2007-09-03  7:41   ` cperl-mode Goran
2007-09-03 20:13     ` cperl-mode Ilya Zakharevich
     [not found]   ` <mailman.222.1188805400.18990.help-gnu-emacs@gnu.org>
2007-09-03 20:19     ` cperl-mode Ilya Zakharevich
2007-09-07  4:43 ` cperl-mode Stefan Monnier
2007-09-07 23:25   ` cperl-mode Ilya Zakharevich
2007-09-08  7:33     ` cperl-mode Eli Zaretskii
     [not found]     ` <mailman.483.1189236797.18990.help-gnu-emacs@gnu.org>
2007-09-10  8:33       ` cperl-mode Ilya Zakharevich
2007-09-10 19:48         ` cperl-mode Eli Zaretskii
     [not found]         ` <mailman.654.1189453685.18990.help-gnu-emacs@gnu.org>
2007-09-11  1:08           ` cperl-mode Ilya Zakharevich
2007-09-11  3:28             ` cperl-mode Eli Zaretskii
     [not found]             ` <mailman.673.1189481287.18990.help-gnu-emacs@gnu.org>
2007-09-11 19:58               ` cperl-mode Ilya Zakharevich
2007-09-12  6:44                 ` cperl-mode Eli Zaretskii
2007-09-11  8:11           ` cperl-mode Tim X
2007-09-11 19:44             ` cperl-mode Eli Zaretskii
2007-09-11 19:53             ` cperl-mode Ilya Zakharevich
2007-09-13  8:48               ` cperl-mode Tim X
     [not found]             ` <mailman.723.1189539876.18990.help-gnu-emacs@gnu.org>
2007-09-13  8:43               ` cperl-mode Tim X
2007-09-13  8:45               ` cperl-mode Tim X
     [not found] <200708312051.l7VKpe2C020707@powdermilk.math.berkeley.edu>
2007-09-01  8:47 ` cperl-mode gordon gordon
     [not found] <200708310325.l7V3PP1e017798@powdermilk.math.berkeley.edu>
2007-08-31  8:04 ` cperl-mode gordon gordon
  -- strict thread matches above, loose matches on Subject: below --
2007-08-25 13:02 cperl-mode Goran

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=00A84914-1FB1-468E-AD8B-70504E9A2005@Web.DE \
    --to=peter_dyballa@web.de \
    --cc=argoxo@yahoo.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).