From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Christian Gudrian Newsgroups: gmane.emacs.help Subject: font-locking mysteries Date: Sat, 26 Jun 2004 15:42:15 +0200 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <2k5cpnF1864nlU1@uni-berlin.de> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1088538890 27895 80.91.224.253 (29 Jun 2004 19:54:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 29 Jun 2004 19:54:50 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jun 29 21:54:35 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BfOgd-00010v-00 for ; Tue, 29 Jun 2004 21:54:35 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BfOiJ-0008SV-0B for geh-help-gnu-emacs@m.gmane.org; Tue, 29 Jun 2004 15:56:19 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsmi-us.news.garr.it!newsmi-eu.news.garr.it!NewsITBone-GARR!fu-berlin.de!uni-berlin.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 15 Original-X-Trace: news.uni-berlin.de L5+oG/zw9oQHjDMViC+SwQGdTCu3EdYd4wmQGLW1e0b80pZ5M= User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7) Gecko/20040607 Thunderbird/0.6+ Mnenhy/0.6.0.101 X-Accept-Language: en Original-Xref: shelby.stanford.edu gnu.emacs.help:123971 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.4 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:19333 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:19333 Hello, there! I am using Emacs 21.3.50 on WinXP-Cygwin with AUCTeX version CVS-5.383. I have configured my LaTeX environment so that Emacs automagically inserts the characters `«' and `»' when pressing `"' on the keyboard. Usually, AUCTeX highlights text enclosed in `«' and `»'. However this only works correctly, when entering `«' and `»' directly via Alt-Gr-Y and Alt-Gr-X. When these quotes are inserted automagically they do not triger font-locking, instead I need to revert the buffer for font-locking to become active for the quoted text. Which part needs tweaking? Which handles have to be turned? Christian