From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Peter Lee Newsgroups: gmane.emacs.help Subject: Re: Indentation problems in SGML mode Date: Thu, 15 May 2003 15:22:22 GMT Organization: Prodigy Internet http://www.prodigy.com Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <84el327h68.fsf@lucy.is.informatik.uni-duisburg.de> <84smrgli8r.fsf@lucy.is.informatik.uni-duisburg.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1053012645 1971 80.91.224.249 (15 May 2003 15:30:45 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 15 May 2003 15:30:45 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Thu May 15 17:30:38 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19GKbP-0008SJ-00 for ; Thu, 15 May 2003 17:25:03 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19GKbq-000640-00 for gnu-help-gnu-emacs@m.gmane.org; Thu, 15 May 2003 11:25:30 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!router1.news.adelphia.net!rip!news.webusenet.com!prodigy.com!newsmst01.news.prodigy.com!prodigy.com!postmaster.news.prodigy.com!newssvr30.news.prodigy.com.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (windows-nt) Cancel-Lock: sha1:1P+aBVglYgFfcV9uYPk2WYQtjGE= Original-Lines: 15 Original-NNTP-Posting-Host: 216.62.199.3 Original-X-Complaints-To: abuse@prodigy.net Original-X-Trace: newssvr30.news.prodigy.com 1053012142 ST000 216.62.199.3 (Thu, 15 May 2003 11:22:22 EDT) Original-NNTP-Posting-Date: Thu, 15 May 2003 11:22:22 EDT X-UserInfo1: FKPGGVSEAJWMAP\YKBCB^]\@PJ_^PBQLGPQRZ\YIJYWZUYICD^RAQBKZQTZTX\_I[^G_KGFNON[ZOE_AZNVO^\XGGNTCIRPIJH[@RQKBXLRZ@CD^HKANYVW@RLGEZEJN@\_WZJBNZYYKVIOR]T]MNMG_Z[YVWSCH_Q[GPC_A@CARQVXDSDA^M]@DRVUM@RBM Original-Xref: shelby.stanford.edu gnu.emacs.help:113274 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:9770 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:9770 kai.grossjohann@gmx.net (Kai Großjohann) writes: > That's because PSGML uses its own fontification mechanism, and avoids > font-lock. PSGML does fontification lazily, in a way, so it only > fontifies things that you change. You can also go to a line > and hit TAB -- then it will fontify everything up to that line. > > When PSGML was written, font-lock was probably not powerful enough for > proper SGML font-locking: you can change the < and > characters in > SGML, so regular expressions don't work. That's fine... I just wanted to make sure it wasn't a config issue on my end. Thanks for the info.