help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Indentation problems in SGML mode


From: Peter Lee
Subject: Re: Indentation problems in SGML mode
Date: Tue, 13 May 2003 23:21:46 GMT
User-agent: Gnus/5.1001 (Gnus v5.10.1) Emacs/21.3 (windows-nt)

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 ?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]