[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#113435: marked as done (mmm-mode: references unbound variable when used with emacs19.34)



Your message dated Wed, 03 Aug 2005 01:18:35 -0700
with message-id <87wtn3qvqc.fsf@windlord.stanford.edu>
and subject line Bug#113435: mmm-mode: references unbound variable when used with emacs19.34
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 25 Sep 2001 04:49:43 +0000
>From az@bond.edu.au Mon Sep 24 23:49:43 2001
Return-path: <az@bond.edu.au>
Received: from f03-pc-5d044-1.it.bond.edu.au [131.244.8.132] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 15lkAA-00075b-00; Mon, 24 Sep 2001 23:49:43 -0500
Received: from cluon.it.bond.edu.au (localhost [127.0.0.1])
        by localhost (8.12.0.Beta19/8.12.0.Beta19/Debian 8.12.0.Beta19) with ESMTP id f8P4nboF017452;
	Tue, 25 Sep 2001 14:49:37 +1000
Received: (from az@localhost)
        by cluon.it.bond.edu.au (8.12.0.Beta19/8.12.0.Beta19/Debian 8.12.0.Beta19) id f8P4naI9017445;
	Tue, 25 Sep 2001 14:49:36 +1000
Date: Tue, 25 Sep 2001 14:49:36 +1000
Message-Id: <200109250449.f8P4naI9017445@cluon.it.bond.edu.au>
From: Alexander Zangerl <az@bond.edu.au>
Subject: mmm-mode: references unbound variable when used with emacs19.34
To: submit@bugs.debian.org
X-Mailer: bug 3.2.10
Delivered-To: submit@bugs.debian.org

Package: mmm-mode
Version: 0.4.7-2
Severity: normal

in line 354 of mmm-region.el, the major mode is tried for being in the 
list font-lock-keywords-alist. unfortunately there is no such list
in the fontlock package provided with emacs 19.34, and mmm-mode does
not even survive its own mode startup.

ugly workaround:
ignore this variable if it's not bound, code snippet below.

;; az fixme emacs 19.34's fontlock comes with no font-lock-keywords-alist...
;; ignore the checking of that var, then...
(or (not (boundp 'font-lock-keywords-alist))
(assq major-mode font-lock-keywords-alist))

instead of just 

(assq major-mode font-lock-keywords-alist)

regards
az

-- System Information
Debian Release: 2.2
Kernel Version: Linux cluon 2.2.19 #1 Thu Aug 23 15:39:47 EST 2001 i686 unknown

Versions of the packages mmm-mode depends on:
emacs20	Not installed or no info
ii  emacs19        19.34-26.5     The GNU Emacs editor.
	^^^ (Provides virtual package emacsen)

---------------------------------------
Received: (at 113435-done) by bugs.debian.org; 3 Aug 2005 08:18:38 +0000
>From rra@stanford.edu Wed Aug 03 01:18:37 2005
Return-path: <rra@stanford.edu>
Received: from smtp2.stanford.edu [171.67.16.125] 
	by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
	id 1E0EST-00062a-00; Wed, 03 Aug 2005 01:18:37 -0700
Received: from windlord.stanford.edu (windlord.Stanford.EDU [171.64.19.147])
	by smtp2.Stanford.EDU (8.12.11/8.12.11) with ESMTP id j738IZLw005019;
	Wed, 3 Aug 2005 01:18:35 -0700
Received: by windlord.stanford.edu (Postfix, from userid 1000)
	id 6EE1EE79D7; Wed,  3 Aug 2005 01:18:35 -0700 (PDT)
From: Russ Allbery <rra@stanford.edu>
To: 113435-done@bugs.debian.org
Cc: he@debian.org
Subject: Re: Bug#113435: mmm-mode: references unbound variable when used with emacs19.34
Organization: The Eyrie
Date: Wed, 03 Aug 2005 01:18:35 -0700
Message-ID: <87wtn3qvqc.fsf@windlord.stanford.edu>
User-Agent: Gnus/5.110004 (No Gnus v0.4) XEmacs/21.4.17 (linux)
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Delivered-To: 113435-done@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02

Emacs 19 (and, for that matter, Emacs 20) are no longer available from
Debian even in stable, so I'm pretty sure that no one cares about making
the Debian mmm-mode package compatible with Emacs 19 any longer.

-- 
Russ Allbery (rra@stanford.edu)             <http://www.eyrie.org/~eagle/>



Reply to: