info-gnus-english
[Top][All Lists]
Advanced

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

failure to attach file


From: Sebastian P. Luque
Subject: failure to attach file
Date: Wed, 21 May 2008 21:52:07 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

Hi,

It seems as if the string produced after `C-c C-a' (mml-attach-file) is
not correct.  Attempting to actually send an attachment (an empty file
as text/plain: ~/tmp/mml-bug) results in the trace:

---<---------------cut here---------------start-------------->---
Debugger entered--Lisp error: (file-error "Opening input file" "no such file or 
directory" "/home/sluque/#(\"~/tmp/mml-bug\" 0 13 (auto-composed t))")
  insert-file-contents("#(\"~/tmp/mml-bug\" 0 13 (auto-composed t))" nil nil 
nil nil)
  mm-insert-file-contents("#(\"~/tmp/mml-bug\" 0 13 (auto-composed t))" nil nil 
nil nil t)
  mml-compute-boundary-1((part (type . "#(\"text/plain\" 0 10 (auto-composed 
t))") (filename . "#(\"~/tmp/mml-bug\" 0 13 (auto-composed t))") (disposition . 
"attachment") (tag-location . 636) (contents . "| ")))
  mapc(mml-compute-boundary-1 ((part (type . "text/plain") (contents . 
"Hi,\n\nIt seems as if the string produced after `C-c C-a' (mml-attach-file) 
is\nnot correct.  Below is the string produced for attaching an empty 
file\n~/tmp/mml-bug:\n\n\n,-----\n| ")) (part (type . "#(\"text/plain\" 0 10 
(auto-composed t))") (filename . "#(\"~/tmp/mml-bug\" 0 13 (auto-composed t))") 
(disposition . "attachment") (tag-location . 636) (contents . "| ")) (part 
(type . "text/plain") (contents . "`-----\n\n\nAttempting to actually send this 
attachment results in the trace:\n\n\n\nCheers,\n\n-- \nSeb\n")) (part (type . 
"#(\"text/plain\" 0 10 (auto-composed t))") (filename . "#(\"~/tmp/mml-bug\" 0 
13 (auto-composed t))") (disposition . "attachment") (tag-location . 868) 
(contents . ""))))
  mml-compute-boundary-1((multipart (type . "mixed") (part (type . 
"text/plain") (contents . "Hi,\n\nIt seems as if the string produced after `C-c 
C-a' (mml-attach-file) is\nnot correct.  Below is the string produced for 
attaching an empty file\n~/tmp/mml-bug:\n\n\n,-----\n| ")) (part (type . 
"#(\"text/plain\" 0 10 (auto-composed t))") (filename . "#(\"~/tmp/mml-bug\" 0 
13 (auto-composed t))") (disposition . "attachment") (tag-location . 636) 
(contents . "| ")) (part (type . "text/plain") (contents . 
"`-----\n\n\nAttempting to actually send this attachment results in the 
trace:\n\n\n\nCheers,\n\n-- \nSeb\n")) (part (type . "#(\"text/plain\" 0 10 
(auto-composed t))") (filename . "#(\"~/tmp/mml-bug\" 0 13 (auto-composed t))") 
(disposition . "attachment") (tag-location . 868) (contents . ""))))
  mml-compute-boundary((multipart (type . "mixed") (part (type . "text/plain") 
(contents . "Hi,\n\nIt seems as if the string produced after `C-c C-a' 
(mml-attach-file) is\nnot correct.  Below is the string produced for attaching 
an empty file\n~/tmp/mml-bug:\n\n\n,-----\n| ")) (part (type . 
"#(\"text/plain\" 0 10 (auto-composed t))") (filename . "#(\"~/tmp/mml-bug\" 0 
13 (auto-composed t))") (disposition . "attachment") (tag-location . 636) 
(contents . "| ")) (part (type . "text/plain") (contents . 
"`-----\n\n\nAttempting to actually send this attachment results in the 
trace:\n\n\n\nCheers,\n\n-- \nSeb\n")) (part (type . "#(\"text/plain\" 0 10 
(auto-composed t))") (filename . "#(\"~/tmp/mml-bug\" 0 13 (auto-composed t))") 
(disposition . "attachment") (tag-location . 868) (contents . ""))))
  mml-generate-mime-1((multipart (type . "mixed") (part (type . "text/plain") 
(contents . "Hi,\n\nIt seems as if the string produced after `C-c C-a' 
(mml-attach-file) is\nnot correct.  Below is the string produced for attaching 
an empty file\n~/tmp/mml-bug:\n\n\n,-----\n| ")) (part (type . 
"#(\"text/plain\" 0 10 (auto-composed t))") (filename . "#(\"~/tmp/mml-bug\" 0 
13 (auto-composed t))") (disposition . "attachment") (tag-location . 636) 
(contents . "| ")) (part (type . "text/plain") (contents . 
"`-----\n\n\nAttempting to actually send this attachment results in the 
trace:\n\n\n\nCheers,\n\n-- \nSeb\n")) (part (type . "#(\"text/plain\" 0 10 
(auto-composed t))") (filename . "#(\"~/tmp/mml-bug\" 0 13 (auto-composed t))") 
(disposition . "attachment") (tag-location . 868) (contents . ""))))
  mml-generate-mime()
  message-encode-message-body()
  message-send-news(nil)
  message-send-via-news(nil)
  message-send(nil)
  message-send-and-exit(nil)
  call-interactively(message-send-and-exit nil nil)
---<---------------cut here---------------end---------------->---


The same occurs with any other file.

Cheers,

-- 
Seb





reply via email to

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