bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#46318: 28.0.50; mailcap-file-default-commands missing entries


From: Lars Ingebrigtsen
Subject: bug#46318: 28.0.50; mailcap-file-default-commands missing entries
Date: Fri, 05 Feb 2021 10:34:22 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Mark Oteiza <mvoteiza@udel.edu> writes:

>>From -Q:
> 1. ~/.mailcap contains lines:
> audio/*; mpv %s;
> audio/*; play %s;
> 2. (require 'mailcap)
>    (mailcap-file-default-commands '("lol.mp3"))
>    ; => ("mpv")
>
> I'd expect it to return '("mpv" "play" ...)

The function will only return the commands that are actually installed.
Do you have "play" installed?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

[Prev in Thread] Current Thread [Next in Thread]