Dieter Deyke <[EMAIL PROTECTED]> writes: > I am trying to use bongo-insert-uri on my emacs running natively on > Windows XP, but do get a missing function error for x-get-selection. > Could it be that the code using it is X windows specific? > > BTW, it would be nice to be able to insert .m3u files into a playlist > buffer.
Sorry, the exact error was: Debugger entered--Lisp error: (void-function x-get-selection-internal) x-get-selection-internal(CLIPBOARD STRING) x-get-clipboard() (let ((clipboard ...)) (and (bongo-uri-p clipboard) clipboard)) (and (x-selection-exists-p (quote CLIPBOARD)) (let (...) (and ... clipboard))) (or (and (x-selection-exists-p) (let ... ...)) (and (x-selection-exists-p ...) (let ... ...))) (let* ((default-uri ...) (uri ...) (title ...)) (list uri title)) call-interactively(bongo-insert-uri) -- Dieter Deyke mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] Vs lbh pna ernq guvf, lbh unir jnl gbb zhpu gvzr. _______________________________________________ bongo-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/bongo-devel
