Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* Attach a file
@ 2002-08-02 17:20 Carsten Mueller
       [not found] ` <87it2t2ouk.fsf@mail.paradoxical.net>
  0 siblings, 1 reply; 7+ messages in thread
From: Carsten Mueller @ 2002-08-02 17:20 UTC (permalink / raw)


Hi all

Dumb Question but, how can i attach a file with gnus?
When i want to attach a file with M-m f then i get this Message:

"Containing expression ends prematuraly"

Whats wrong?
And when i attach a file with C-c C-x TAB then i send 2 messages but not
one.

I hope anyone can help me with this

Greatings Carsten


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

* Re: Attach a file
       [not found]   ` <87bs8knosv.fsf@malison.de>
@ 2002-08-03 10:26     ` Norbert Koch
  2002-08-03 16:25       ` Carsten Mueller
  0 siblings, 1 reply; 7+ messages in thread
From: Norbert Koch @ 2002-08-03 10:26 UTC (permalink / raw)


Carsten Mueller <malison@malison.de> writes:

> Thanx but i get the same error:
>
> "Containing expression ends prematurely"

In this case, can you set debug-on-error to t, repeat the action, and
post the backtrace?  M-x toggle-debug-on-error might work.

norbert.
-- 
I don't believe there really IS a GAS SHORTAGE..  I think it's all
 just a BIG HOAX on the part of the plastic sign salesmen--
 ..  to sell more numbers!!


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

* Re: Attach a file
  2002-08-03 10:26     ` Norbert Koch
@ 2002-08-03 16:25       ` Carsten Mueller
       [not found]         ` <vzheicgccn.fsf@viteno.dyns.net>
  0 siblings, 1 reply; 7+ messages in thread
From: Carsten Mueller @ 2002-08-03 16:25 UTC (permalink / raw)


Norbert Koch schrieb am 03.08.2002 um 10:26 Uhr in gnu.emacs.gnus :

> Carsten Mueller <malison@malison.de> writes:
> 
> > Thanx but i get the same error:
> >
> > "Containing expression ends prematurely"
> 
> In this case, can you set debug-on-error to t, repeat the action, and
> post the backtrace?  M-x toggle-debug-on-error might work.

,----[ Output von Backtrace ]
| Signaling: (error "Containing expression ends prematurely")
|   scan-sexps(554 1)
|   forward-sexp(1)
|   mml-read-tag()
|   mml-parse-1()
|   mml-parse()
|   mml-generate-mime()
|   message-encode-message-body()
|   message-send-mail(nil)
|   message-send-via-mail(nil)
|   message-send(nil)
|   message-send-and-exit(nil)
|   call-interactively(message-send-and-exit)
`----


Greatings Carsten


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

* Re: Attach a file
       [not found]           ` <87bs8j3fi1.fsf@malison.de>
@ 2002-08-03 18:09             ` Norbert Koch
  2002-08-04 21:39               ` Carsten Mueller
  0 siblings, 1 reply; 7+ messages in thread
From: Norbert Koch @ 2002-08-03 18:09 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 244 bytes --]

Carsten Mueller <malison@malison.de> writes:

> Ok here it comes:
>
> type="application/zip" filename="~/tstbftp.zip"
> disposition=attachment description=tstbftp.zip> 

Hmm, this is strange.  I've created a file named ~/tstbftp.zip, added
the 

[-- Attachment #2: Type: text/plain, Size: 266 bytes --]

 specifiers (sans the closing '>' in the first
case), and everything worked out right.  The only difference might be
the versions we run.  I use Oort Gnus v0.07 on a 21.5 (beta8)
"broccoli" XEmacs Lucid.

norbert.
-- 
AIEEEEE!  I am having an UNDULATING EXPERIENCE!

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

* Re: Attach a file
  2002-08-03 18:09             ` Norbert Koch
@ 2002-08-04 21:39               ` Carsten Mueller
       [not found]                 ` <k7n6s9kj.fsf@smtprelay.T-Online.De>
       [not found]                 ` <vafd6sxh6wc.fsf@lucy.cs.uni-dortmund.de>
  0 siblings, 2 replies; 7+ messages in thread
From: Carsten Mueller @ 2002-08-04 21:39 UTC (permalink / raw)


Norbert Koch schrieb am 03.08.2002 um 18:09 Uhr in gnu.emacs.gnus :

> Carsten Mueller <malison@malison.de> writes:
> 
> > Ok here it comes:
> >
> > type="application/zip" filename="~/tstbftp.zip"
> > disposition=attachment description=tstbftp.zip> 
> 
> Hmm, this is strange.  I've created a file named ~/tstbftp.zip, added
> the 
> 
>  specifiers (sans the closing '>' in the first
> case), and everything worked out right.  The only difference might be
> the versions we run.  I use Oort Gnus v0.07 on a 21.5 (beta8)
> "broccoli" XEmacs Lucid.

I think i know the problem. When i send an mail with an attachment then
it makes that:

,----
| type=3D"application/zip" filename=3D"~/tstbftp.zip" disposition=3D=
| attachment description=3Dtstbftp.zip>
`----

But i dont know why it inserts this "3D" after C-c C-c. Any reasons?

Greatings Carsten

-- 
There is no comparison. You run Win95 if you want to reboot a lot and
not learn a DAMN thing about your computer. You run Linux if you want
maximum performance, complete control, rock-solid stability, and you
want to really KNOW how your computer works.


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

* Re: Attach a file
       [not found]                 ` <k7n6s9kj.fsf@smtprelay.T-Online.De>
@ 2002-08-05  9:36                   ` Carsten Mueller
  0 siblings, 0 replies; 7+ messages in thread
From: Carsten Mueller @ 2002-08-05  9:36 UTC (permalink / raw)


Adrian Aichner schrieb am 04.08.2002 um 19:33 Uhr in gnu.emacs.gnus :


[...]


>     Carsten> I think i know the problem. When i send an mail with an attachment then
>     Carsten> it makes that:
> 
>     Carsten> ,----
>     Carsten> | type=3D"application/zip" filename=3D"~/tstbftp.zip" disposition=3D=
>     Carsten> | attachment description=3Dtstbftp.zip>
>     Carsten> `----
> 
>     Carsten> But i dont know why it inserts this "3D" after C-c
>     Carsten> C-c. Any reasons?
> 
> The above is indicative of
> 
> quoted-printable-encoding
> 
> = becomes =3D
> 
> See
> C-h a quoted-printable-encode-region

Hum, but when i manual change this "3D" after C-c C-c and the Error then
i can attach the file and the mail goes out without any error.
How can i attach a file without Gnus add this "3D"?
 
Greatings Carsten


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

* Re: Attach a file
       [not found]                 ` <vafd6sxh6wc.fsf@lucy.cs.uni-dortmund.de>
@ 2002-08-05 22:13                   ` Carsten Mueller
  0 siblings, 0 replies; 7+ messages in thread
From: Carsten Mueller @ 2002-08-05 22:13 UTC (permalink / raw)


Kai Gro schrieb am 05.08.2002 um 11:38 Uhr in gnu.emacs.gnus :

> Carsten Mueller <malison@malison.de> writes:
> 
> > But i dont know why it inserts this "3D" after C-c C-c. Any reasons?
> 
> Maybe you have two packges installed that do MIME?  For example, SEMI
> and Gnus 5.8 conflict.

Yeah. I found an second mime package and removed it now it works,
thanks.

Greatings Carsten


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

end of thread, other threads:[~2002-08-05 22:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-08-02 17:20 Attach a file Carsten Mueller
     [not found] ` <87it2t2ouk.fsf@mail.paradoxical.net>
     [not found]   ` <87bs8knosv.fsf@malison.de>
2002-08-03 10:26     ` Norbert Koch
2002-08-03 16:25       ` Carsten Mueller
     [not found]         ` <vzheicgccn.fsf@viteno.dyns.net>
     [not found]           ` <87bs8j3fi1.fsf@malison.de>
2002-08-03 18:09             ` Norbert Koch
2002-08-04 21:39               ` Carsten Mueller
     [not found]                 ` <k7n6s9kj.fsf@smtprelay.T-Online.De>
2002-08-05  9:36                   ` Carsten Mueller
     [not found]                 ` <vafd6sxh6wc.fsf@lucy.cs.uni-dortmund.de>
2002-08-05 22:13                   ` Carsten Mueller

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 NNTP newsgroup(s).