bongo-devel
[Top][All Lists]
Advanced

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

[bongo-devel] bongo not working on debian lenny


From: Richard Riley
Subject: [bongo-devel] bongo not working on debian lenny
Date: Mon, 29 Sep 2008 03:07:50 +0200
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/22.2 (gnu/linux)

I have in my init.el :

,----
| ; bongo - media player
| (autoload 'bongo "bongo"
|   "Start Bongo by switching to a Bongo buffer.")
| ;;(require 'bongo-mplayer)
`----

Unfortunately "M-x bongo" still does not work.

If I evaluate

"(require 'bongo-mplayer)"

I get:

,----
| Debugger entered--Lisp error: (search-failed "Available audio output drivers:
| ")
|   search-forward("Available audio output drivers:\n")
|   bongo-mplayer-available-drivers(audio)
|   (mapcar (lambda (entry) (\` ...)) (bongo-mplayer-available-drivers (quote 
audio)))
|   (append (mapcar (lambda ... ...) (bongo-mplayer-available-drivers ...)) 
(quote (...)))
|   (cons (quote (const :tag "System default" nil)) (append (mapcar ... ...) 
(quote ...)))
|   (cons (quote choice) (cons (quote ...) (append ... ...)))
|   (backquote-list* (quote choice) (quote (const :tag "System default" nil)) 
(append (mapcar ... ...) (quote ...)))
|   (\` (choice (const :tag "System default" nil) (\,@ ...) (string :tag "Other 
audio driver")))
|   (custom-declare-variable (quote bongo-mplayer-audio-driver) (quote nil) 
(quote ("/home/shamrock/.emacs.d/bongo-mplayer.elc" . 2960)) :type (\` (choice 
... ... ...)) :group (quote bongo-mplayer))
|   require(bongo-mplayer)
|   eval((require (quote bongo-mplayer)))
|   eval-last-sexp-1(nil)
|   eval-last-sexp(nil)
|   call-interactively(eval-last-sexp)
`----

Any ideas?

regards

Richard.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]