Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Jan 1999 08:57:56 +0200
From:      Vallo Kallaste <vallo@matti.ee>
To:        Nik Clayton <nik@nothing-going-on.demon.co.uk>
Cc:        freebsd-doc@FreeBSD.ORG
Subject:   Re: About Emacs and PSGML
Message-ID:  <19990128085756.A2533@matti.ee>
In-Reply-To: <19990127193500.A3201@catkin.nothing-going-on.org>; from Nik Clayton on Wed, Jan 27, 1999 at 07:35:01PM %2B0000
References:  <19990127085501.A58549@matti.ee> <19990127193500.A3201@catkin.nothing-going-on.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Jan 27, 1999 at 07:35:01PM +0000, Nik Clayton <nik@nothing-going-on.demon.co.uk> wrote:

> It's not true. At least, not for Xemacs, which is what I use.
> 
> If you've loaded a .sgml file in Xemacs, go
> 
>    SGML -> File Options
> 
> on the menu, and make sure "Indent data" is set to true. You can also set
> the sgml-indent-data variable in the usual way.
> 
> My .emacs has the following hook defined;
> 
> (add-hook 'sgml-mode-hook
>           (function
>            (lambda()
>              (setq sgml-omittag nil)
>              (setq sgml-indent-data t))))
> 
> which does the right thing.

Thank you very much, I try it out.
--

Vallo Kallaste
vallo@matti.ee

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990128085756.A2533>