From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: face-at-point Date: Fri, 14 Jun 2013 08:21:57 -0400 Message-ID: <87d2royja2.fsf@pierrot.dokosmarshall.org> References: <87zjut2jk1.fsf@gilgamesch.quim.ucm.es> <87obb9xckp.fsf@pierrot.dokosmarshall.org> <8738sl2cxk.fsf_-_@gilgamesch.quim.ucm.es> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53436) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UnT1E-0003rd-O7 for emacs-orgmode@gnu.org; Fri, 14 Jun 2013 08:22:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UnT1B-0003sy-Rs for emacs-orgmode@gnu.org; Fri, 14 Jun 2013 08:22:16 -0400 Received: from plane.gmane.org ([80.91.229.3]:46372) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UnT1B-0003s6-Js for emacs-orgmode@gnu.org; Fri, 14 Jun 2013 08:22:13 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UnT1A-0006jW-8B for emacs-orgmode@gnu.org; Fri, 14 Jun 2013 14:22:12 +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:22:12 +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:22:12 +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 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: --8<---------------cut here---------------start------------->8--- (mailcap-extension-to-mime "txt") "text/plain" --8<---------------cut here---------------end--------------->8--- Or look through your mailcap file and find a mime-type that is appropriate and use whatever extension it needs. -- Nick