summaryrefslogtreecommitdiff
path: root/audio/mpg123.el/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'audio/mpg123.el/pkg-descr')
-rw-r--r--audio/mpg123.el/pkg-descr15
1 files changed, 15 insertions, 0 deletions
diff --git a/audio/mpg123.el/pkg-descr b/audio/mpg123.el/pkg-descr
new file mode 100644
index 000000000000..3a549c75c9e1
--- /dev/null
+++ b/audio/mpg123.el/pkg-descr
@@ -0,0 +1,15 @@
+The mpg123.el Emacs-Lisp program is a front-end to mpg123 audio player.
+You can select and play an mp3 files from the list in your Emacs's buffer with
+familiar interface.
+
+Because mpg123.el is an Emacs-Lisp program and is written carefully to
+preserve portability, it must run on almost all variant of Emacs, especially
+recent one. Here is the list of environment where mpg123.el is reported to be
+available. If you find mpg123 running on other platforms than below, please
+tell me your environment.
+
+Put the expression below into your ~/.emacs.
+
+(autoload 'mpg123 "mpg123" "A Front-end to mpg123" t)
+
+WWW: http://www.gentei.org/~yuuji/software/mpg123el/