overtone / emacs-live

M-x start-hacking
http://overtone.github.com/emacs-live/
Other
1.52k stars 241 forks source link

window-number.el Confilicts with Aquamacs #156

Open andelf opened 10 years ago

andelf commented 10 years ago

got error: Error running timer tabbar-window-update-tabsets ... blah..

packs/stable/foundation-pack/lib/window-number.el conflicts with /Applications/Aquamacs.app/Contents/Resources/lisp/aquamacs/tabbar/tabbar-window.el

because they all define the window-number function with different parameter list.

andelf commented 10 years ago

possible workaround, comment it. :(

index 6c18724..4e05813 100644
--- a/packs/stable/foundation-pack/init.el
+++ b/packs/stable/foundation-pack/init.el
@@ -26,7 +26,7 @@
 (live-load-config-file "mouse-conf.el")
 (live-load-config-file "ibuffer-git-conf.el")
 (live-load-config-file "key-chord-conf.el")
-(live-load-config-file "window-number-conf.el")
+;;(live-load-config-file "window-number-conf.el")
 (live-load-config-file "recentf-conf.el")
 (live-load-config-file "elisp-slime-nav-conf.el")
 (live-load-config-file "popwin-conf.el")