From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Michael McFarland" Newsgroups: gmane.emacs.help Subject: configuration: how to make emacs re-parse code more quickly Date: Wed, 17 Sep 2003 10:22:27 -0400 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1063808473 11476 80.91.224.253 (17 Sep 2003 14:21:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 17 Sep 2003 14:21:13 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Sep 17 16:21:08 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19zdB6-0004rm-00 for ; Wed, 17 Sep 2003 16:21:08 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.22) id 19zd94-0002nu-RP for geh-help-gnu-emacs@m.gmane.org; Wed, 17 Sep 2003 10:19:02 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.22) id 19zd8n-0002nH-3G for help-gnu-emacs@gnu.org; Wed, 17 Sep 2003 10:18:45 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.22) id 19zd8l-0002mm-MM for help-gnu-emacs@gnu.org; Wed, 17 Sep 2003 10:18:44 -0400 Original-Received: from [138.145.202.62] (helo=exchange.datalab.navy.mil) by monty-python.gnu.org with esmtp (Exim 4.22) id 19zd8l-0002mO-EK for help-gnu-emacs@gnu.org; Wed, 17 Sep 2003 10:18:43 -0400 content-class: urn:content-classes:message X-MS-Has-Attach: X-MS-TNEF-Correlator: X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 Thread-Topic: configuration: how to make emacs re-parse code more quickly Thread-Index: AcN9Jx5ulz1IKIsmQy+YSBXMezvWbg== Original-To: X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:12589 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:12589 Whenever I'm writing code (perl,python,c++, etc) in emacs = (graphical) under emacs 21.2.1 under redhat/KDE, if I type a = double-quote character and don't type another quote within 3-4 seconds, = all code beneath that quote becomes colored as if it were part of a = string. What is annoying is this has happened and I type the closing = quote, it takes another 3-4 seconds before my code goes back to normal. = Is there any way to configure emacs to detect that closing quote more = quickly? Or else, is there anything I can bind a key to that will = manually re-parse the code and determine that the string is terminated? - Michael