Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Nov 2001 00:00:03 -0800 (PST)
From:      Tony Finch <dot@dotat.at>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/32391: psgml-emacs20 breaks emacs's standard html-mode
Message-ID:  <200111300800.fAU803s93189@freefall.freebsd.org>

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

From: Tony Finch <dot@dotat.at>
To: freebsd-gnats-submit@FreeBSD.org, freebsd-ports@FreeBSD.org
Cc: Tony Finch <dot@dotat.at>
Subject: Re: ports/32391: psgml-emacs20 breaks emacs's standard html-mode
Date: Fri, 30 Nov 2001 07:57:47 +0000

 A suitable script for brutally fixing the psgml elisp files is:
 
 	for file in *.el
 	do
 		mv $file $file.gaga
 		sed -e 's/\([^p-]\)sgml-/\1psgml-/g' < $file.gaga > $file
 	done
 
 But this has the problem that some people may be depending
 on the old variable names in their configuration of psgml :-(
 
 Tony.

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?200111300800.fAU803s93189>