From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: david@adboyd.com (J. David Boyd) Newsgroups: gmane.emacs.help Subject: Re: Syntax Highlighting is toooo slow Date: Wed, 03 Aug 2005 08:49:50 -0400 Message-ID: <813bpr5gnl.fsf@adboyd.com> References: <87irynfkxx.fsf@narke.yellow.line> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1123075238 11193 80.91.229.2 (3 Aug 2005 13:20:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 3 Aug 2005 13:20:38 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Aug 03 15:20:35 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1E0J9R-0002RZ-Q6 for geh-help-gnu-emacs@m.gmane.org; Wed, 03 Aug 2005 15:19:18 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E0JCC-0000T3-Ep for geh-help-gnu-emacs@m.gmane.org; Wed, 03 Aug 2005 09:22:08 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1E0J5I-0006xf-1M for help-gnu-emacs@gnu.org; Wed, 03 Aug 2005 09:15:00 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1E0J5B-0006vA-8s for help-gnu-emacs@gnu.org; Wed, 03 Aug 2005 09:14:53 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E0J59-0006i2-7e for help-gnu-emacs@gnu.org; Wed, 03 Aug 2005 09:14:51 -0400 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtp (TLS-1.0:RSA_AES_128_CBC_SHA:16) (Exim 4.34) id 1E0Ix9-0002aV-TR for help-gnu-emacs@gnu.org; Wed, 03 Aug 2005 09:06:36 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1E0Iiu-00070P-Ji for help-gnu-emacs@gnu.org; Wed, 03 Aug 2005 14:51:52 +0200 Original-Received: from rrcs-67-78-201-138.se.biz.rr.com ([67.78.201.138]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 03 Aug 2005 14:51:52 +0200 Original-Received: from david by rrcs-67-78-201-138.se.biz.rr.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 03 Aug 2005 14:51:52 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: help-gnu-emacs@gnu.org Original-Lines: 14 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: rrcs-67-78-201-138.se.biz.rr.com User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (cygwin) Cancel-Lock: sha1:oG6HJ+bPSemXXaVupn8QfC56SXU= X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:28388 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:28388 Steven Woody writes: > in varity of programming modes such as c-abbrev, c++-mode syntax > highlighting is a kind friend. but i found these days that my syntax > highting act too slow to make feeling good. it is always when i type in the > last half of the code, the first half of code got colored correctly. what's > the problem? > Are you using the ctypes functions, and have you defined many of your own types? I've had that slow me down some... Dave