From owner-cvs-all Sun Nov 11 17:46:26 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3864337B405; Sun, 11 Nov 2001 17:46:23 -0800 (PST) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAC1kNQ85344; Sun, 11 Nov 2001 17:46:23 -0800 (PST) (envelope-from kuriyama) Message-Id: <200111120146.fAC1kNQ85344@freefall.freebsd.org> From: Jun Kuriyama Date: Sun, 11 Nov 2001 17:46:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/psgml-emacs Makefile ports/editors/psgml-emacs/files psgml-startup.el.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kuriyama 2001/11/11 17:46:22 PST Modified files: editors/psgml-emacs Makefile editors/psgml-emacs/files psgml-startup.el.in Log: o Use sgml-mode for *.html files instead of html-mode. o Turn on syntax highlighting by default. If you want to disable this, please add (setq sgml-set-face nil) after (require 'psgml-startup) line. Revision Changes Path 1.14 +2 -1 ports/editors/psgml-emacs/Makefile 1.7 +45 -0 ports/editors/psgml-emacs/files/psgml-startup.el.in To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message