From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Perry Smith Newsgroups: gmane.emacs.devel Subject: mmm-mode in emacs 22 Date: Sat, 10 Dec 2005 08:16:12 -0600 Message-ID: <670136BD-5112-43E0-9FF2-ECEDACD9A182@easesoftware.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1134224273 17913 80.91.229.2 (10 Dec 2005 14:17:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 10 Dec 2005 14:17:53 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Dec 10 15:17:47 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1El5X6-0006Kh-5e for ged-emacs-devel@m.gmane.org; Sat, 10 Dec 2005 15:17:04 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1El5XT-0004Hu-7V for ged-emacs-devel@m.gmane.org; Sat, 10 Dec 2005 09:17:27 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1El5Wj-0004HC-Mv for emacs-devel@gnu.org; Sat, 10 Dec 2005 09:16:41 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1El5Wi-0004Gy-PR for Emacs-devel@gnu.org; Sat, 10 Dec 2005 09:16:41 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1El5Wi-0004Gu-EU for Emacs-devel@gnu.org; Sat, 10 Dec 2005 09:16:40 -0500 Original-Received: from [64.192.143.210] (helo=easeserver.easesoftware.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1El5Y6-0006Re-0s for Emacs-devel@gnu.org; Sat, 10 Dec 2005 09:18:06 -0500 Original-Received: from [64.192.143.212] (unknown [64.192.143.212]) by easeserver.easesoftware.net (Postfix) with ESMTP id C35C44FA172 for ; Sat, 10 Dec 2005 08:16:13 -0600 (CST) Original-To: Emacs-devel@gnu.org X-Mailer: Apple Mail (2.746.2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:47389 Archived-At: I am having problems with mmm-mode in emacs 22 running on a Mac. I'm about to dive off and see if I can fix them. But before I do, I wanted to ask this group if there is a more supported method of having a buffer with multiple editing submodes mixed into it that has been implemented in emacs 22 that emacs 21 did not have. I also wanted to ask if anyone in this group has a suggestion of how would be best to implement such a concept given emacs 22 current design. The particular problem I have having is around the php submode. php mode is based upon cc-mode. There are a number of buffer local variables that are not being set up. I am not sure (yet) if they are getting set up and then clobbered or if they are just never getting set up at all. The cc-mode elisp from emacs 21 works (or appears to work). Thank you for your time, Perry Smith