all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: SENTHIL S <senfunn@yahoo.com>
Subject: Editing large files usin Emacs 21.2
Date: Wed, 16 Mar 2005 20:54:20 -0800 (PST)	[thread overview]
Message-ID: <20050317045420.45791.qmail@web54403.mail.yahoo.com> (raw)

Hello,

The editor hangs when browsing thru large verilog
files
say 40,000 lines.I saw thru the known bugs and found
the below ... But it doesnt help .. 

Plz help me out with a solution .. 

The version is 21.2 and the machine UltraSPARC-IIIi
OS - SUN5.9
Thanks


* Font Lock displays portions of the bufefr in
incorrect faces.

By far the most frequent cause of this is a
parenthesis `(' or a brace
`{' in column zero.  Font Lock assumes that such a
paren is outside of
any comment or string.  This is of course not true in
general, but the
vast majority of well-formatted program source files
don't have such
parens, and therefore this assumption is used to allow
optimizations
in Font Lock's syntactical analysis.  These
optimizations avoid some
patological cases where jit-lock, the Just-in-Time
fontification
introduced with Emacs 21.1, could significantly slow
down scrolling
through the buffer, especially scrolling backwards,
and also jumping
to the end of a very large buffer.

If you don't use large buffers, or have a very fast
machine which
makes the delays insignificant, you can avoid the
incorrect
fontification by setting the variable
`font-lock-beginning-of-syntax-function' to a nil
value.  (This must
be done _after_ turning on Font Lock.)


		
__________________________________ 
Do you Yahoo!? 
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/ 

                 reply	other threads:[~2005-03-17  4:54 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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

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

  git send-email \
    --in-reply-to=20050317045420.45791.qmail@web54403.mail.yahoo.com \
    --to=senfunn@yahoo.com \
    /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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.