From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Adam Hardy Newsgroups: gmane.emacs.help Subject: xml sgml & psgml Date: Wed, 05 Feb 2003 12:19:48 +0100 Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <3E40F354.6060401@cyberspaceroad.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1044444299 20597 80.91.224.249 (5 Feb 2003 11:24:59 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 5 Feb 2003 11:24:59 +0000 (UTC) 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 18gNfm-0005Ly-00 for ; Wed, 05 Feb 2003 12:24:58 +0100 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 18gNeD-0006pD-01 for gnu-help-gnu-emacs@m.gmane.org; Wed, 05 Feb 2003 06:23:21 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18gNda-0006Kr-00 for help-gnu-emacs@gnu.org; Wed, 05 Feb 2003 06:22:42 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18gNb4-0004d3-00 for help-gnu-emacs@gnu.org; Wed, 05 Feb 2003 06:20:11 -0500 Original-Received: from moutng.kundenserver.de ([212.227.126.189]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18gNaA-0003pp-00 for help-gnu-emacs@gnu.org; Wed, 05 Feb 2003 06:19:10 -0500 Original-Received: from [212.227.126.205] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 18gNa9-0004Vd-00 for help-gnu-emacs@gnu.org; Wed, 05 Feb 2003 12:19:09 +0100 Original-Received: from [212.202.192.70] (helo=cyberspaceroad.com) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 18gNa9-0003Cv-00 for help-gnu-emacs@gnu.org; Wed, 05 Feb 2003 12:19:09 +0100 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2) Gecko/20021202 X-Accept-Language: en-us, en 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:6321 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:6321 Hi All, I'm editing some xml files and I am having a few problems. I installed the latest version of psgml from sourceforge and put some config code in my .emacs but I am unable to get indentation to work. I also put the latest version of sgml.el in my lisp directory because I read on the archives here that it enables indents. I'm not the world's most experienced lisp programmer so I'm not sure about the following: does psgml disable the functionality in sgml.el or build on it ? does the sgml.el code get loaded alright or do I have to do that in my .emacs ? how can I tell whether I'm using psgml or just sgml code? Can anyone help? TIA Adam