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

[bigloo-ude] Does not install with emacs-snapshot/emacs22



Hello,

loading cc-mode with emacs-snapshot I get a
  Cannot open load file cee-hook
message (similar, from memory).
Turns out, that bigloo-ude does not install for that flavour of emacs
and it won't for emacs22 either ...

This will help:

$ diff -u bigloo-ude.dist bigloo-ude
--- bigloo-ude.dist     2005-11-21 22:03:22.000000000 +0100
+++ bigloo-ude  2006-01-14 18:53:55.000000000 +0100
@@ -13,6 +13,7 @@
 case ${FLAVOR} in
 xemacs*) BRAND=xemacs ;;
 emacs21) BRAND=emacs21 ;;
+emacs22) BRAND=emacs22 ;;
+emacs-snapshot) BRAND=emacs22 ;;
 *) exit 0 ;;
 esac

$

Since this is emacs-snapshot I refrain from opening a bug at BTS.

Cheers,
Erich



Reply to: