mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
16 lines
657 B
Plaintext
16 lines
657 B
Plaintext
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/
|