Gnus development mailing list
 help / color / mirror / Atom feed
From: Steven L Baur <steve@miranova.com>
Subject: Play MIDI for me!
Date: 03 Feb 1996 12:23:00 -0800	[thread overview]
Message-ID: <m2rawc9n17.fsf_-_@miranova.com> (raw)
In-Reply-To: Lars Magne Ingebrigtsen's message of 03 Feb 1996 06:27:32 -0800

I forgot to submit this earlier.

===================================================================
RCS file: RCS/ChangeLog,v
retrieving revision 1.33
diff -u -r1.33 ChangeLog
--- ChangeLog	1996/02/03 19:52:04	1.33
+++ ChangeLog	1996/02/03 19:57:21
@@ -1,3 +1,8 @@
+Sat Feb  3 11:56:53 1996  Steven L. Baur  <steve@miranova.com>
+
+	* gnus-uu.el (gnus-uu-default-view-rules): Added rule for playing of
+	decoded midi files.
+
 Sat Feb  3 15:07:38 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
 
 	* gnus.el (gnus-summary-read-group): Wouldn't score anything.

===================================================================
RCS file: RCS/gnus-uu.el,v
retrieving revision 1.12
diff -u -r1.12 gnus-uu.el
--- gnus-uu.el	1996/02/03 19:52:04	1.12
+++ gnus-uu.el	1996/02/03 19:56:45
@@ -40,6 +40,7 @@
     ("\\.\\(wav\\|aiff\\|hcom\\|u[blw]\\|s[bfw]\\|voc\\|smp\\)$" 
      "sox -v .5 %s -t .au -u - > /dev/audio")
     ("\\.au$" "cat %s > /dev/audio")
+    ("\\.mid?i$" "playmidi -f")
     ("\\.mod$" "str32")
     ("\\.ps$" "ghostview")
     ("\\.dvi$" "xdvi")


-- 
steve@miranova.com baur
Unsolicited commercial e-mail will be proofread for $250/hour.


  reply	other threads:[~1996-02-03 20:23 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-02-03 14:27 September Gnus 0.34 is released Lars Magne Ingebrigtsen
1996-02-03 20:23 ` Steven L Baur [this message]
1996-02-04  0:21 ` Mark Borges
1996-02-04 19:52   ` Mark Borges

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m2rawc9n17.fsf_-_@miranova.com \
    --to=steve@miranova.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).