From: Nick Dokos <ndokos@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: face-at-point
Date: Fri, 14 Jun 2013 08:21:57 -0400 [thread overview]
Message-ID: <87d2royja2.fsf@pierrot.dokosmarshall.org> (raw)
In-Reply-To: 8738sl2cxk.fsf_-_@gilgamesch.quim.ucm.es
Uwe Brauer <oub@mat.ucm.es> 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
next prev parent reply other threads:[~2013-06-14 12:22 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-14 8:17 serious problems with org-8 under Xemacs-21.5.32 Uwe Brauer
2013-06-14 9:32 ` Nick Dokos
2013-06-14 10:40 ` face-at-point (was: serious problems with org-8 under Xemacs-21.5.32) Uwe Brauer
2013-06-14 12:21 ` Nick Dokos [this message]
2013-06-14 12:31 ` face-at-point Nick Dokos
2013-06-14 13:00 ` face-at-point Uwe Brauer
2013-06-14 20:17 ` face-at-point Nick Dokos
2013-06-14 20:55 ` face-at-point Eric S Fraga
2013-06-14 21:18 ` face-at-point Uwe Brauer
2013-06-14 22:32 ` face-at-point Nick Dokos
2013-06-15 11:45 ` face-at-point Michael Sperber
2013-06-14 11:06 ` [partically solved] (was: serious problems with org-8 under Xemacs-21.5.32) Uwe Brauer
2013-06-14 15:00 ` serious problems with org-8 under Xemacs-21.5.32 Eric S Fraga
2013-06-14 16:23 ` Nick Dokos
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.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87d2royja2.fsf@pierrot.dokosmarshall.org \
--to=ndokos@gmail.com \
--cc=emacs-orgmode@gnu.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/org-mode.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).