From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard G Riley Newsgroups: gmane.emacs.help Subject: emacs, w3m and wav files Date: Thu, 17 Apr 2008 04:11:02 +0200 Organization: http://www.gnu.org/software/emacs/ Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1208400052 1192 80.91.229.12 (17 Apr 2008 02:40:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 17 Apr 2008 02:40:52 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Apr 17 04:41:30 2008 connect(): Connection refused Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JmK3o-00078l-EA for geh-help-gnu-emacs@m.gmane.org; Thu, 17 Apr 2008 04:41:16 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JmK39-00068t-Sg for geh-help-gnu-emacs@m.gmane.org; Wed, 16 Apr 2008 22:40:35 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!news-fra1.dfn.de!feeder.erje.net!news.motzarella.org!motzarella.org!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 15 Original-X-Trace: feeder.motzarella.org U2FsdGVkX1+OGHrCWqMIZW7g89b8lJrXHQ92+RPJpBnorsBPcRJc8mRHoqlsYNlvg0LKByMKqLtlL3xSI6fbUvvee4Hf32M3X8aJdoFqYmi6iGirFhSDSUTnvohmXyN2yI1A0M3K9Qbo/w+m30zz1Q== Original-X-Complaints-To: Please send complaints to abuse@motzarella.org with full headers Original-NNTP-Posting-Date: Thu, 17 Apr 2008 02:11:07 +0000 (UTC) X-Auth-Sender: U2FsdGVkX19cfIEySevhwwuckjFwfF3LvY4GEzXU7BW66oR74KUi5Q== Cancel-Lock: sha1:QMYTu4BLPZvsXme2alBPC650YGU= Original-Xref: shelby.stanford.edu gnu.emacs.help:157980 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:53346 Archived-At: Could someone point out how to play wav files from w3m in emacs? I have a mailcap entry in ~/.mailcap but how to tell w3m in emacs to play file at the link http:/someplace/file.wav? Hitting enter (w3m-view-this-url) just opens the file as a binary. e.g the alphabet here: http://german.about.com/library/anfang/blanfang_abc.htm Do I need to write a function to save the file and then invoke the mime handler? I tried to add wav types to w3m-content-type-alist but hitting enter on a wav file just gave me "Cannot run two w3m processes simultaneously (Type `C-c C-k' to stop asynchronous process)" (obviously a general solution would be nice).