Hello,

attached is a patch to skip install of python-mode for Xemacs21.

Regards
        Racke

-- 
Ecommerce and Linux consulting + Perl and web application programming.
Debian and Sympa administration. Provisioning with Ansible.
--- python-mode-6.2.3/debian/emacsen-install	2017-01-17 22:33:55.000000000 +0100
+++ python-mode-6.2.3-fixed/debian/emacsen-install	2018-12-01 11:21:02.899381546 +0100
@@ -20,6 +20,11 @@
     exit 0
 fi
 
+if [ ${FLAVOR} = xemacs21 ]; then
+    echo "$PACKAGE fails on ((string-to-syntax)) - see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=909383";
+    exit 0
+fi
+
 echo install/${PACKAGE}: Handling install for emacsen flavor ${FLAVOR}
 
 FLAVORTEST=`echo $FLAVOR | cut -c-6`

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to