From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: face-at-point Date: Fri, 14 Jun 2013 08:31:08 -0400 Message-ID: <878v2cyiur.fsf@pierrot.dokosmarshall.org> References: <87zjut2jk1.fsf@gilgamesch.quim.ucm.es> <87obb9xckp.fsf@pierrot.dokosmarshall.org> <8738sl2cxk.fsf_-_@gilgamesch.quim.ucm.es> <87d2royja2.fsf@pierrot.dokosmarshall.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55854) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UnTA6-0000C9-EV for emacs-orgmode@gnu.org; Fri, 14 Jun 2013 08:31:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UnTA1-0007E5-Lc for emacs-orgmode@gnu.org; Fri, 14 Jun 2013 08:31:26 -0400 Received: from plane.gmane.org ([80.91.229.3]:60654) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UnTA1-0007Dy-Fb for emacs-orgmode@gnu.org; Fri, 14 Jun 2013 08:31:21 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UnT9z-0004b5-M4 for emacs-orgmode@gnu.org; Fri, 14 Jun 2013 14:31:19 +0200 Received: from pool-108-7-96-134.bstnma.fios.verizon.net ([108.7.96.134]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 14 Jun 2013 14:31:19 +0200 Received: from ndokos by pool-108-7-96-134.bstnma.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 14 Jun 2013 14:31:19 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Nick Dokos writes: > Uwe Brauer writes: > > >> > The error is[fn:1]: >> >> I am sorry, this is also the fault of >> gnus-dired-attach >> >> Which by default uses this type of attachment, I have to look into it, >> how to change it on demand. >> >> > > gnus-dired-attach uses mm-default-file-encoding to figure things out. > That in turn calls mailcap-extension-to-mime which uses your mailcap > file (see the mailcap man page) and the file extension. If you give your > backtrace files a .txt extension, chances are good that they will end up > with mime type "text/plain". Evaluate this to make sure: > > (mailcap-extension-to-mime "txt") > "text/plain" > > Or look through your mailcap file and find a mime-type that is > appropriate and use whatever extension it needs. Sorry - /etc/mime.types is the file that maps extensions to mime-types, not mailcap. -- Nick