[Bug 254757] Re: sepia won't work with emacs-snapshot

Darwin Award Winner darwinawdwinner at gmail.com
Thu Jun 18 15:30:27 UTC 2009


The fix seems to be to edit /usr/lib/emacsen-
common/packages/install/sepia and .../remove/sepia to include emacs-
snapshot as a valid flavor in the case statement near the beginning.
That is,


--- usr/lib/emacsen-common/packages/install/sepia       2009-05-17 18:43:18.000000000 -0400
+++ /usr/lib/emacsen-common/packages/install/sepia      2009-06-18 09:03:23.567541130 -0400
@@ -9,7 +9,7 @@
 PACKAGE=sepia

 case ${FLAVOR} in
-    emacs22)
+    emacs22|emacs-snapshot)
        echo install/${PACKAGE}: Handling install for emacsen flavor ${FLAVOR}
        ;;
     *)


--- usr/lib/emacsen-common/packages/remove/sepia        2009-05-17 18:43:18.000000000 -0400
+++ /usr/lib/emacsen-common/packages/remove/sepia       2009-06-18 09:03:43.695541604 -0400
@@ -5,7 +5,7 @@
 PACKAGE=sepia

 case ${FLAVOR} in
-    emacs22)
+    emacs22|emacs-snapshot)
        echo install/${PACKAGE}: Handling remove for emacsen flavor ${FLAVOR}
        ;;
     *)


Then, sudo /usr/lib/emacsen-common/emacs-package-install sepia
This will do the install for the newly-enabled flavor.

-- 
sepia won't work with emacs-snapshot
https://bugs.launchpad.net/bugs/254757
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs




More information about the universe-bugs mailing list