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: Tue, 13 May 2003 23:21:46 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> 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 1052868437 19651 80.91.224.249 (13 May 2003 23:27:17 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 13 May 2003 23:27:17 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Wed May 14 01:27:16 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 19FjAx-00056o-00 for ; Wed, 14 May 2003 01:27:15 +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 19Fj9c-0002C6-03 for gnu-help-gnu-emacs@m.gmane.org; Tue, 13 May 2003 19:25:52 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!arclight.uoregon.edu!wn13feed!wn12feed!worldnet.att.net!207.115.63.142!prodigy.com!newsmst01.news.prodigy.com!prodigy.com!postmaster.news.prodigy.com!newssvr11.news.prodigy.com.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.1001 (Gnus v5.10.1) Emacs/21.3 (windows-nt) Cancel-Lock: sha1:6kfLoDVzCD1lMvk96P9O4ggBhc8= Original-Lines: 23 Original-NNTP-Posting-Host: 216.62.199.3 Original-X-Complaints-To: abuse@prodigy.net Original-X-Trace: newssvr11.news.prodigy.com 1052868106 ST000 216.62.199.3 (Tue, 13 May 2003 19:21:46 EDT) Original-NNTP-Posting-Date: Tue, 13 May 2003 19:21:46 EDT X-UserInfo1: OH]YBTSEJCUYRTH]]ZN@_TDAYZOZ@GXOXR]ZMVMHQAVTUZ]CLNTCPFK[WDXDHV[K^FCGJCJLPF_D_NCC@FUG^Q\DINVAXSLIFXYJSSCCALP@PB@\OS@BITWAH\CQZKJMMD^SJA^NXA\GVLSRBD^M_NW_F[YLVTWIGAXAQBOATKBBQRXECDFDMQ\DZFUE@\JM Original-Xref: shelby.stanford.edu gnu.emacs.help:113198 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:9694 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:9694 kai.grossjohann@gmx.net (Kai Großjohann) writes: > jeff.rancier@softechnics.com (Jeffery B. Rancier) writes: > >> I'm seeing peculiar indentation in some of my XML files. For example, >> if I start with the following: I'm having problems with fontification myself. I have the following in my .emacs: autoload 'xml-mode "psgml" "psgml" t) (defun my-xml-mode-hook () (cond (window-system (setq sgml-set-face t) (setq sgml-indent-data t)))) (add-hook 'sgml-mode-hook 'my-xml-mode-hook) When I open an xml file it is initially not fontified. However if I select a region and do C-M-\ it then fontifies. Any ideas why that would be ?