From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Lukasz Stafiniak" Newsgroups: gmane.emacs.help Subject: Re: anyone using mmm mode sucessfully with latest cvs emacs? Date: Fri, 16 Mar 2007 14:57:01 +0100 Message-ID: <4a708d20703160657m1f77f701p2efe5b118fd46b0c@mail.gmail.com> References: <4a708d20703160454j756f20b5l9c288debd7757079@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1174053448 15749 80.91.229.12 (16 Mar 2007 13:57:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 16 Mar 2007 13:57:28 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: "joakim@verona.se" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Mar 16 14:57:21 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HSCvo-0008QA-Qs for geh-help-gnu-emacs@m.gmane.org; Fri, 16 Mar 2007 14:57:21 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HSCwv-0006MZ-Nd for geh-help-gnu-emacs@m.gmane.org; Fri, 16 Mar 2007 08:58:29 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HSCwh-0006KK-Mw for help-gnu-emacs@gnu.org; Fri, 16 Mar 2007 09:58:15 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HSCwe-0006IV-IB for help-gnu-emacs@gnu.org; Fri, 16 Mar 2007 09:58:14 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HSCwe-0006IS-DF for help-gnu-emacs@gnu.org; Fri, 16 Mar 2007 08:58:12 -0500 Original-Received: from nf-out-0910.google.com ([64.233.182.184]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HSCvW-0003NL-Mu for help-gnu-emacs@gnu.org; Fri, 16 Mar 2007 09:57:02 -0400 Original-Received: by nf-out-0910.google.com with SMTP id n15so247932nfc for ; Fri, 16 Mar 2007 06:57:01 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=eFJ08jLEyugUwm1A9keXtNgjJtP6yVVcgNmBlhBCWPVZAwH6D8ipZawlVT90AfFj23TX9I5q7gb373yWr6tqkMFPy9UErQF3MEowSOceDfKcKKJ+4t06E8AY0tkfVKIW5r8Q4tQ6eIgDlGPxExzONwFYrGzRU3Cv4oEYwGG8qys= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=geJA9Hs76MIBRskGPJW/d9F1fJdACfqLO5x6yHu2niqg1EQmsaQwsOTqwpGzXblBkMrE4E4OvyFTeE92fq1ls2TqCEwfhu4P4D4jhnWRT6AETb8Ee4WwfOaRnCOB9fOlcdXkRJRbIV4hmvsgIzj57N6v6Dyu4ZUh6E+bjsIYEGo= Original-Received: by 10.82.175.2 with SMTP id x2mr3249038bue.1174053421631; Fri, 16 Mar 2007 06:57:01 -0700 (PDT) Original-Received: by 10.82.136.14 with HTTP; Fri, 16 Mar 2007 06:57:01 -0700 (PDT) In-Reply-To: <4a708d20703160454j756f20b5l9c288debd7757079@mail.gmail.com> Content-Disposition: inline X-detected-kernel: Linux 2.4-2.6 (Google crawlbot) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:42014 Archived-At: On 3/16/07, Lukasz Stafiniak wrote: > I'm trying to hack with `mmm-fontify-region' to get it working... It > is definitely not working. > I currently replace (when (get (car elt) 'mmm-font-lock-mode) with (when (and (consp elt) (consp (cdr elt)) (consp (cadr elt)) (number-or-marker-p (caadr elt)) (number-or-marker-p (cdadr elt))) in `mmm-fontify-region', it works. I hope mmm-mode functionality will be a feature of emacs 23.