help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Strange problem with Gnus.


From: Andy Stewart
Subject: Strange problem with Gnus.
Date: Sun, 30 Nov 2008 00:06:19 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

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.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]