Gnus development mailing list
 help / color / mirror / Atom feed
* [patch][trivial] gnus-audio.el
@ 2003-01-13 23:56 Jhair Tocancipa Triana
  2003-01-14  7:25 ` Kai Großjohann
  2003-01-14 18:23 ` Lars Magne Ingebrigtsen
  0 siblings, 2 replies; 4+ messages in thread
From: Jhair Tocancipa Triana @ 2003-01-13 23:56 UTC (permalink / raw)


Hi,

Changes described in the proposed Changelog entry.

Thanks and regards,

-- 
--Jhair

Public Key fingerprint:
81FF 3ADF BF6B CECB C593  4018 27AE D7D2 BAA6 00D0


2003-01-13  Jhair Tocancipa Triana <jhair_tocancipa@@gmx.net>

	* gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player): Use
	  /usr/bin/play as default player. 
	  (gnus-audio-play): Added ARG-DESCRIPTOR to prompt for a file to play.

Index: gnus-audio.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/gnus-audio.el,v
retrieving revision 6.1
diff -u -r6.1 gnus-audio.el
--- gnus-audio.el	2000/12/19 22:18:39	6.1
+++ gnus-audio.el	2003/01/13 23:31:32
@@ -47,12 +47,12 @@
   :type '(choice directory (const nil))
   :group 'gnus-audio)
 
-(defcustom gnus-audio-au-player "/usr/bin/showaudio"
+(defcustom gnus-audio-au-player "/usr/bin/play"
   "Executable program for playing sun AU format sound files."
   :group 'gnus-audio
   :type 'string)
 
-(defcustom gnus-audio-wav-player "/usr/local/bin/play"
+(defcustom gnus-audio-wav-player "/usr/bin/play"
   "Executable program for playing WAV files."
   :group 'gnus-audio
   :type 'string)
@@ -93,7 +93,7 @@
 ;;;###autoload
 (defun gnus-audio-play (file)
   "Play a sound FILE through the speaker."
-  (interactive)
+  (interactive "fSound file name: ")
   (let ((sound-file (if (file-exists-p file)
 			file
 		      (expand-file-name file gnus-audio-directory))))




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-01-14 18:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-01-13 23:56 [patch][trivial] gnus-audio.el Jhair Tocancipa Triana
2003-01-14  7:25 ` Kai Großjohann
2003-01-14 18:24   ` Lars Magne Ingebrigtsen
2003-01-14 18:23 ` Lars Magne Ingebrigtsen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).