From owner-freebsd-doc Wed Jan 27 15:47:55 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA01781 for freebsd-doc-outgoing; Wed, 27 Jan 1999 15:47:55 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from nothing-going-on.demon.co.uk (nothing-going-on.demon.co.uk [193.237.89.66]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA01758 for ; Wed, 27 Jan 1999 15:47:39 -0800 (PST) (envelope-from nik@nothing-going-on.demon.co.uk) Received: (from nik@localhost) by nothing-going-on.demon.co.uk (8.8.8/8.8.8) id TAA03986; Wed, 27 Jan 1999 19:35:01 GMT (envelope-from nik) Date: Wed, 27 Jan 1999 19:35:01 +0000 From: Nik Clayton To: Vallo Kallaste Cc: freebsd-doc@FreeBSD.ORG Subject: Re: About Emacs and PSGML Message-ID: <19990127193500.A3201@catkin.nothing-going-on.org> References: <19990127085501.A58549@matti.ee> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i In-Reply-To: <19990127085501.A58549@matti.ee>; from Vallo Kallaste on Wed, Jan 27, 1999 at 08:55:01AM +0200 Organization: Nik at home, where there's nothing going on Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, Jan 27, 1999 at 08:55:01AM +0200, Vallo Kallaste wrote: > Some time ago I posted question about Emacs PSGML package. Sorry, I must have missed it. > So I have now next question, is this true or are things different > when I use FreeBSD port of Emacs ? 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. N -- Bagel: The carbohydrate with the hole To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message