unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Strange problem with Gnus.
@ 2008-11-29 16:06 Andy Stewart
  2008-11-30 18:10 ` Tassilo Horn
  2008-11-30 19:38 ` Drew Adams
  0 siblings, 2 replies; 3+ messages in thread
From: Andy Stewart @ 2008-11-29 16:06 UTC (permalink / raw)
  To: help-gnu-emacs

Hi, all.

I have setup `mml-default-directory' with "~/.gnus/", so when i attach a
file, Gnus will find files in "~/.gnus" default.

But when i use command `mml-attach-file' attach a file, example
"attach.el".

It will insert some part:

,------
| ... filename=#("~/.gnus/attach.el" 0 25 (face nil)) disposition=...
| ... 
`------

When i send mail, will got error information

:mm-insert-file-contents: Opening input file: no such file or directory,
/home/andy/MyEmacs/Gnus/#("~/.gnus/attach.el" 0 25 (face nil))"

And i think right is like this:

,------
| ... filename="~/.gnus/attach.el" disposition=...
| ...
`------

And now attach file success.

So i want to ask why `mml-attach-file' have to insert "#(" front of
filepath, and why insert "0 25 (face nil))" after filepath?

Is my configuration wrong?

Any help?

Thank you very much.





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

end of thread, other threads:[~2008-11-30 19:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-29 16:06 Strange problem with Gnus Andy Stewart
2008-11-30 18:10 ` Tassilo Horn
2008-11-30 19:38 ` Drew Adams

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).