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

Bug#311155: marked as done (tuareg-mode: error when loading an .ml file)



Your message dated Sun, 29 May 2005 14:47:10 -0400
with message-id <E1DcSoY-00049f-00@newraff.debian.org>
and subject line Bug#311155: fixed in tuareg-mode 1.45.0-beta1-1
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; 29 May 2005 10:36:35 +0000
>From remi.vanicat@laposte.net Sun May 29 03:36:35 2005
Return-path: <remi.vanicat@laposte.net>
Received: from bel.hittite.isp.9tel.net [62.62.156.5] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1DcL9m-0002tT-00; Sun, 29 May 2005 03:36:35 -0700
Received: from vanicat.homelinux.org (242.52.97-84.rev.gaoland.net [84.97.52.242])
	by bel.hittite.isp.9tel.net (Postfix) with ESMTP id 3771414808A
	for <submit@bugs.debian.org>; Sun, 29 May 2005 13:06:22 +0200 (CEST)
Received: from moi by vanicat.homelinux.org with local (Exim 4.50)
	id 1DcL9G-00040W-H9
	for submit@bugs.debian.org; Sun, 29 May 2005 12:36:02 +0200
From: Remi Vanicat <vanicat@debian.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: tuareg-mode: error when loading an .ml file
X-Debbugs-CC: Remi Vanicat <vanicat@debian.org>
Date: Sun, 29 May 2005 12:36:02 +0200
Message-ID: <[🔎] 87fyw65nfx.dlv@vanicat.homelinux.org>
User-Agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux)
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="=-=-="
X-SA-Exim-Connect-IP: <locally generated>
X-SA-Exim-Mail-From: remi.vanicat@laposte.net
X-SA-Exim-Scanned: No (on vanicat.homelinux.org); SAEximRunCond expanded to false
Delivered-To: submit@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-Status: No, hits=-11.0 required=4.0 tests=BAYES_00,HAS_PACKAGE,
	X_DEBBUGS_CC autolearn=ham version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

--=-=-=

Package: tuareg-mode
Version: 1.44.3-2
Severity: normal
Tags: patch

When opening the following file:
$ cat test.ml
(*
#require "lablgtk2";;
*)
$
tuareg report an error:
void-variable font-lock-preprocessor-face

It seem that the problem come from 03_fontlock.dpatch that make tuareg
mode not creating this variable if it do not exist already. I include a
patch (I could also just put it into the svn repositories if you which).


--=-=-=
Content-Disposition: attachment
Content-Description: The patch

--- debian/patches/03_fontlock.dpatch   (revision 1387)
+++ debian/patches/03_fontlock.dpatch   (working copy)
@@ -17,11 +17,11 @@
 -(if (facep 'font-lock-preprocessor-face) ()
 -  (defvar font-lock-preprocessor-face font-lock-keyword-face)
 -  (copy-face font-lock-keyword-face 'font-lock-preprocessor-face))
-+(if (boundp 'font-lock-constant-face)
++(if (boundp 'font-lock-reference-face)
 +    (if (facep 'font-lock-constant-face) ()
 +      (defvar font-lock-constant-face font-lock-reference-face)
 +      (copy-face font-lock-reference-face 'font-lock-constant-face)))
-+(if (boundp 'font-lock-preprocessor-face)
++(if (boundp 'font-lock-keyword-face)
 +    (if (facep 'font-lock-preprocessor-face) ()
 +      (defvar font-lock-preprocessor-face font-lock-keyword-face)
 +      (copy-face font-lock-keyword-face 'font-lock-preprocessor-face)))

--=-=-=
Content-Type: text/plain; charset=iso-8859-15
Content-Transfer-Encoding: quoted-printable




-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.10-1-k7
Locale: LANG=3Dfr_FR@euro, LC_CTYPE=3Dfr_FR@euro (charmap=3DISO-8859-15)

Versions of packages tuareg-mode depends on:
ii  emacs21 [emacsen]             21.4a-1    The GNU Emacs editor

-- no debconf information

--=20
R=E9mi Vanicat

--=-=-=--

---------------------------------------
Received: (at 311155-close) by bugs.debian.org; 29 May 2005 18:53:06 +0000
>From katie@ftp-master.debian.org Sun May 29 11:53:06 2005
Return-path: <katie@ftp-master.debian.org>
Received: from newraff.debian.org [208.185.25.31] (mail)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1DcSuH-0003xD-00; Sun, 29 May 2005 11:53:05 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
	id 1DcSoY-00049f-00; Sun, 29 May 2005 14:47:10 -0400
From: Ralf Treinen <treinen@debian.org>
To: 311155-close@bugs.debian.org
X-Katie: $Revision: 1.56 $
Subject: Bug#311155: fixed in tuareg-mode 1.45.0-beta1-1
Message-Id: <E1DcSoY-00049f-00@newraff.debian.org>
Sender: Archive Administrator <katie@ftp-master.debian.org>
Date: Sun, 29 May 2005 14:47:10 -0400
Delivered-To: 311155-close@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-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
X-Spam-Level: 

Source: tuareg-mode
Source-Version: 1.45.0-beta1-1

We believe that the bug you reported is fixed in the latest version of
tuareg-mode, which is due to be installed in the Debian FTP archive:

tuareg-mode_1.45.0-beta1-1.diff.gz
  to pool/main/t/tuareg-mode/tuareg-mode_1.45.0-beta1-1.diff.gz
tuareg-mode_1.45.0-beta1-1.dsc
  to pool/main/t/tuareg-mode/tuareg-mode_1.45.0-beta1-1.dsc
tuareg-mode_1.45.0-beta1-1_all.deb
  to pool/main/t/tuareg-mode/tuareg-mode_1.45.0-beta1-1_all.deb
tuareg-mode_1.45.0-beta1.orig.tar.gz
  to pool/main/t/tuareg-mode/tuareg-mode_1.45.0-beta1.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 311155@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ralf Treinen <treinen@debian.org> (supplier of updated tuareg-mode package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sun, 29 May 2005 20:06:34 +0200
Source: tuareg-mode
Binary: tuareg-mode
Architecture: source all
Version: 1.45.0-beta1-1
Distribution: unstable
Urgency: low
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Changed-By: Ralf Treinen <treinen@debian.org>
Description: 
 tuareg-mode - An emacs-mode for ocaml programs
Closes: 311155
Changes: 
 tuareg-mode (1.45.0-beta1-1) unstable; urgency=low
 .
   * New upstream version (called 1.45.0-rc1 by upstream)
   * Corrected variable settings in patch 03_fontlock - thanks to Remi Vanicat
     (closes: Bug# 311155).
   * Removed patch 04_version since obsolete for this upstream version.
Files: 
 9ca4bdf0659e978c904d7ae687301cd9 824 devel optional tuareg-mode_1.45.0-beta1-1.dsc
 73e08c7a709ac49a5d8daeedb802040a 52691 devel optional tuareg-mode_1.45.0-beta1.orig.tar.gz
 617c62a233aaf9c29f32e105f74a9acb 5697 devel optional tuareg-mode_1.45.0-beta1-1.diff.gz
 b3bfc0c06302fb42a459a56844cc224f 54752 devel optional tuareg-mode_1.45.0-beta1-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFCmgkftzWmSeC6BMERAsjNAJ41vQ/oEpx2vmyRzeivUPXliCWXYACgrO9t
4MnL1W0yBnTOaQpyRmLUZRY=
=3x8K
-----END PGP SIGNATURE-----



Reply to: