Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Nov 2001 07:57:47 +0000
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
Message-ID:  <20011130075747.A5042@chiark.greenend.org.uk>
In-Reply-To: <200111300740.fAU7e1A90802@freefall.freebsd.org>; from gnats-admin@FreeBSD.org on Thu, Nov 29, 2001 at 11:40:01PM -0800
References:  <E169iBe-0000aJ-00@hand.dotat.at> <200111300740.fAU7e1A90802@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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?20011130075747.A5042>