bongo-patches
[Top][All Lists]
Advanced

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

[bongo-patches] Pass --rc-quiet to VLC on W32


From: Daniel Brockman
Subject: [bongo-patches] Pass --rc-quiet to VLC on W32
Date: Mon, 05 Feb 2007 04:06:26 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.51 (gnu/linux)

Mon Feb  5 04:17:31 CET 2007  Daniel Brockman <address@hidden>

 * Pass --rc-quiet to VLC on W32.

diff -rN -u old-bongo/bongo.el new-bongo/bongo.el
--- old-bongo/bongo.el  2007-02-05 04:06:17.000000000 +0100
+++ new-bongo/bongo.el  2007-02-05 04:06:17.000000000 +0100
@@ -4745,7 +4745,9 @@
   (let* ((process-connection-type nil)
          (arguments (append
                      (when bongo-vlc-interactive
-                       (list "-I" "rc" "--rc-fake-tty"))
+                       (append (list "-I" "rc" "--rc-fake-tty")
+                               (when (eq system-type 'windows)
+                                 (list "--rc-quiet"))))
                      (bongo-evaluate-program-arguments
                       bongo-vlc-extra-arguments)
                      extra-arguments
-- 
Daniel Brockman <address@hidden>

reply via email to

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