unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
To: emacs-devel@gnu.org
Cc: Katsumi Yamaoka <yamaoka@jpl.org>, Michael Sperber <mike@xemacs.org>
Subject: Re: [Emacs-diffs] master 90e9cf8: * lisp/gnus/mailcap.el (mailcap-mime-data):
Date: Tue, 20 Oct 2015 10:15:09 -0400	[thread overview]
Message-ID: <jwva8rdzkyi.fsf-monnier+emacsdiffs@gnu.org> (raw)
In-Reply-To: <E1ZoUwg-0000RB-JB@vcs.savannah.gnu.org> (Katsumi Yamaoka's message of "Tue, 20 Oct 2015 11:19:11 +0000")

>       ("pdf"
>        (viewer . doc-view-mode)
>        (type . "application/pdf")
> -      (test . (eq window-system 'x)))
> +      (test . (and (fboundp 'doc-view-mode)
> +		   (eq window-system 'x))))

Should this be redundant?  I mean shouldn't the generic code check
fboundp of the `viewer' anyway?


        Stefan



       reply	other threads:[~2015-10-20 14:15 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20151020111910.1636.10529@vcs.savannah.gnu.org>
     [not found] ` <E1ZoUwg-0000RB-JB@vcs.savannah.gnu.org>
2015-10-20 14:15   ` Stefan Monnier [this message]
2015-10-21  0:32     ` [Emacs-diffs] master 90e9cf8: * lisp/gnus/mailcap.el (mailcap-mime-data): Katsumi Yamaoka
2015-10-21 16:11       ` Stefan Monnier
2015-10-21 22:22         ` Katsumi Yamaoka
2015-10-22  0:10           ` Katsumi Yamaoka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=jwva8rdzkyi.fsf-monnier+emacsdiffs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=emacs-devel@gnu.org \
    --cc=mike@xemacs.org \
    --cc=yamaoka@jpl.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).