all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#51600: 29.0.50; Entries in ~/.mailcap are overruled (Win10)
@ 2021-11-04 10:35 Arash Esbati
  2021-11-04 11:08 ` Gregory Heytings
  0 siblings, 1 reply; 4+ messages in thread
From: Arash Esbati @ 2021-11-04 10:35 UTC (permalink / raw)
  To: 51600

Hi all,

I slightly changed the entry for "application/pdf" in my ~/.mailcap and
while trying out the result, I see that Emacs overrules my entries when
I start Gnus and write a message.  I'm on Win10 where for example I have
these 2 entries in ~/.mailcap:

    application/ms-tnef; wmopener.exe "%s"
    application/pdf;     start AcroRd32.exe %s

When I start Emacs and eval these forms in *scratch*, I get:

    (mailcap-mime-info "application/pdf")
    "start AcroRd32.exe %s"

    (mailcap-mime-info "application/ms-tnef")
    "wmopener.exe \"%s\""

As I'm writing this message, I get:

    (mailcap-mime-info "application/pdf")
    doc-view-mode

    (mailcap-mime-info "application/ms-tnef")
    nil

It used to work for me for a long time, so I suspect something went
wrong (at least for Windows) after this commit: daea9b3b44

Can others reproduce this?

Best, Arash





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-11-04 19:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-04 10:35 bug#51600: 29.0.50; Entries in ~/.mailcap are overruled (Win10) Arash Esbati
2021-11-04 11:08 ` Gregory Heytings
2021-11-04 17:48   ` Lars Ingebrigtsen
2021-11-04 19:04   ` Arash Esbati

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.