[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to setopt mm-inline-media-tests?
From: |
Michael Heerdegen |
Subject: |
Re: How to setopt mm-inline-media-tests? |
Date: |
Fri, 12 Jul 2024 02:22:30 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Tomas Volf <~@wolfsden.cz> writes:
> [..] does not match type (repeat (list (regexp :tag MIME type)
> (function :tag Display function) (function :tag Display test)))
>
> I even get this warning when I just set the variable to its default value
> (executed under emacs -Q):
>
> (require 'mm-decode)
> (setopt mm-inline-media-tests mm-inline-media-tests)
>
> Could someone please point me into the right direction what is the
> expected way
> to modify the value without getting the warning?
Make all of the referred functions defined:
(require 'mm-decode)
(require 'mm-view) ; <- !
(setopt mm-inline-media-tests mm-inline-media-tests)
Michael.