Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Jan 2002 21:50:01 -0800 (PST)
From:      Kimura Fuyuki <fuyuki@mj.0038.net>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/33573: Update port: editors/psgml xml-mode for xml files
Message-ID:  <200201090550.g095o1r78512@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/33573; it has been noted by GNATS.

From: Kimura Fuyuki <fuyuki@mj.0038.net>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/33573: Update port: editors/psgml xml-mode for xml files
Date: Wed, 09 Jan 2002 14:40:45 +0900

 better patch.
 
 cvs server: Diffing .
 cvs server: Diffing files
 Index: files/psgml-startup.el.in
 ===================================================================
 RCS file: /home/ncvs/ports/editors/psgml/files/psgml-startup.el.in,v
 retrieving revision 1.7
 diff -u -r1.7 psgml-startup.el.in
 --- files/psgml-startup.el.in	2001/11/12 01:46:22	1.7
 +++ files/psgml-startup.el.in	2002/01/09 05:39:21
 @@ -13,7 +13,8 @@
  (autoload 'xml-mode "psgml" "Major mode to edit XML files." t)
 
  (setq auto-mode-alist
 -      (append (list '("\\.s?html?\\'" . sgml-mode))
 +      (append (list '("\\.s?html?\\'" . sgml-mode)
 +		    '("\\.xml\\'" . xml-mode))
  	auto-mode-alist))
 
  (setq sgml-custom-dtd
 cvs server: Diffing scripts
 

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




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