[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gnus opening attachments
From: |
Lars Magne Ingebrigtsen |
Subject: |
Re: gnus opening attachments |
Date: |
Thu, 03 Nov 2011 22:17:21 +0100 |
User-agent: |
Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.90 (gnu/linux) |
moabi2000 <moabi2000@gmail.com> writes:
> I tracked this down to line 94 of mailcap.el associates gnumeric with
> vnd.ms-excel files.
>
> ("vnd\\.ms-excel"
> (viewer . "gnumeric %s")
> (test . (getenv "DISPLAY"))
> (type . "application/vnd.ms-excel"))
>
> Replacing gnumeric with libreoffice and doing make clean && make had
> me on my way.
>
> So there seem to be significant issues in gnus parsing of mailcap
> files.
So basically, the built-in alist in mailcap.el seems to override your
.mailcap file?
I'm unable to reproduce this. If I put something in my .mailcap file,
start Emacs, and then try to view something, the entries from the
.mailcap file ends up first in my `mailcap-mime-data' variable.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog http://lars.ingebrigtsen.no/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: gnus opening attachments,
Lars Magne Ingebrigtsen <=