[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Emacs-diffs] master 90e9cf8: * lisp/gnus/mailcap.el (mailcap-mime-d
From: |
Katsumi Yamaoka |
Subject: |
Re: [Emacs-diffs] master 90e9cf8: * lisp/gnus/mailcap.el (mailcap-mime-data): |
Date: |
Thu, 22 Oct 2015 07:22:43 +0900 |
User-agent: |
Gnus/5.130014 (真 Gnus v0.14) Emacs/25.0.50 (i686-pc-cygwin) |
On Wed, 21 Oct 2015 12:11:12 -0400, Stefan Monnier wrote:
>>> Should this be redundant? I mean shouldn't the generic code check
>>> fboundp of the `viewer' anyway?
>> Well, do you mean we should not add non-existent viewer to
>> mailcap-mime-data in like this way?
> No, I mean that which ever code runs the `test' field should also check
> that the `viewer' actually exists.
I see. I'll remove the fboundp checks from `mailcap-mime-data'
and make `mailcap-mailcap-entry-passes-test' do it. Thanks.