This is a version of MMM Mode for Emacs by Michael Abraham Shulman prepackaged for Debian GNU/Linux. MMM Mode is a minor mode for Emacs that allows Multiple Major Modes (hence the name) to coexist in one buffer. It is particularly well-suited to editing embedded code, such as Mason server-side Perl, or HTML output in CGI scripts. The package was assembled by Michael Alan Dorman . The latest version of MMM Mode should always be available from http://mmm-mode.sourceforge.net/. The mmm-mode copyright is: ;;; mmm-mode.el --- Allow Multiple Major Modes in a buffer ;; Copyright (C) 1999 by Michael Abraham Shulman ;; Emacs Lisp Archive Entry ;; Package: mmm-mode ;; Author: Michael Abraham Shulman ;; Keywords: convenience, faces, languages, tools ;; Version: 0.4.7 ;; Revision: $Id: copyright,v 1.1 2001/04/22 16:21:49 mdorman Exp $ ;;{{{ GPL ;; This file is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published ;; by the Free Software Foundation; either version 2, or (at your ;; option) any later version. ;; This file is distributed in the hope that it will be useful, but ;; WITHOUT ANY WARRANTY; without even the implied warranty of ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ;; General Public License for more details. ;; You should have received a copy of the GNU General Public License ;; along with GNU Emacs; see the file COPYING. If not, write to the ;; Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, ;; Boston, MA 02110-1301, USA. ;;}}} On Debian systems, the full text of the GPL can be found in /usr/share/common-licenses/GPL