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

Bug#917072: mmm-mode: fails to byte-compile with emacs-26



Source: mmm-mode
Version: 0.5.7-2
Severity: serious
Justification: fails to install

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256


I'm not quite sure whether this is a bug in emacs 26 or in mmm-mode,
but in any case it seems the file mmm-sample.el doesn't really need to
be byte compiled.

Attached is an nmudiff that I plan to upload to DELAYED/5

- -- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 4.18.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8), LANGUAGE=en_CA:en (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

- -- no debconf information

-----BEGIN PGP SIGNATURE-----

iQGzBAEBCAAdFiEE3VS2dnyDRXKVCQCp8gKXHaSnniwFAlwd6OIACgkQ8gKXHaSn
niyJmQv/fnUdj6larMpf7Af/5qVgwAeZyOzIdlDoSbjZ9NA6n99LYagXPUKAPyUD
ohbKFueDSU5OwAeLN6h07F47vKBcDe7sVfTOX0ntEPY8Eh5u5EXsRuEpBKnBqhwg
NAgwlwKHpVUdzpT8XUKcZEhEeisyqbP3ZdtYNvrgz2DoLFBLcJdgCJcVopl1/CJD
PTFOEdW5JaATGcPeoSf8Hdzj74SK3NiFPoaeryNkV4SRvCyNqRMPJDD8/tmZTE26
8f7YbWMVcmciZnjwx2HRsYxIjpL5nczkTtDM9bYucq+zCah/k5cx760fGw0XdAtf
caDlGrDmJbyIxqtrff90tU0KnmKNUI39/WzmtqDrWCjxKYF0bA78AlZCDgT3ITpf
j0iXs02ESIq4YPB9v3dfY0oTuJdEUD0laubeY9wNMgHiB42PZzpNi/K0I0nIhe7A
X02Bk9vFqb61d1HqQcJLQZe+xiHPvi0lNd35rRWueWqKrRFDBt9eIslvFeI5nrsF
oD7IQw8C
=kLlK
-----END PGP SIGNATURE-----
diff --git a/debian/changelog b/debian/changelog
index f44b0bb..76a7b5d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+mmm-mode (0.5.7-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Disable byte compilation of mmm-sample.el as this hangs with emacs-26
+
+ -- David Bremner <bremner@debian.org>  Sat, 22 Dec 2018 16:27:49 +0900
+
 mmm-mode (0.5.7-2) unstable; urgency=high
 
   * fix function and file conflicts between emacs and xemacs
diff --git a/mmm-sample.el b/mmm-sample.el
index 5ee4419..58cebd4 100644
--- a/mmm-sample.el
+++ b/mmm-sample.el
@@ -1,4 +1,4 @@
-;;; mmm-sample.el --- Sample MMM submode classes
+;;; mmm-sample.el --- Sample MMM submode classes -*- no-byte-compile: t; -*-
 
 ;; Copyright (C) 2000-2004, 2012-2015, 2018  Free Software Foundation, Inc.
 

Reply to: