[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [emms-help] Re: `mp3info' not found error
From: |
Tassilo Horn |
Subject: |
Re: [emms-help] Re: `mp3info' not found error |
Date: |
Sun, 04 Nov 2007 10:49:54 +0100 |
User-agent: |
Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.50 (gnu/linux) |
William Xu <address@hidden> writes:
>> How about a test to see if mp3info actually exists before inserting
>> emms-info-mp3info?
>
> Yes, that would be fine. But I don't know whether there are apropriate
> elisp functions/variables for checking this.
How about
,----[ C-h f executable-find RET ]
| executable-find is a compiled Lisp function in `files.el'.
| (executable-find COMMAND)
|
| Search for COMMAND in `exec-path' and return the absolute file name.
| Return nil if COMMAND is not found anywhere in `exec-path'.
`----
Bye,
Tassilo