[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: smtpmail.el and 1msg
From: |
Jonathan Glauner |
Subject: |
Re: smtpmail.el and 1msg |
Date: |
Wed, 10 Mar 2004 17:05:34 -0600 |
>>>>> "Simon" == Simon Josefsson <address@hidden> writes:
> Thanks for the reference. I'm not sure about your patch -- it
> appears wrong to look for /1msg. I think the right fix would be
> to fix the code so that smtpmail.el doesn't hang forever waiting
> for response to QUIT. So it should work without detecting
> "/1msg".
Agreed! :-)
> Does this patch help? If not, can you pinpoint exactly
> where does smtpmail.el hang, using (setq debug-on-quit t) and
> pressing C-g when it spins?
The patch didn't help, and here's the backtrace from C-g:
--SNIP--
Debugger entered--Lisp error: (quit)
accept-process-output(#<process SMTP>)
smtpmail-read-response(#<process SMTP>)
byte-code("\x83 r\xC2!q\x88\xC3\xC4\"\x88\xC5!\x88\xC6!\x88
\x84 \xC7\n!\x88)\xC2\x87" [process smtpmail-debug-info process-buffer
smtpmail-send-command "QUIT" smtpmail-read-response delete-process kill-buffer]
3)
smtpmail-via-smtp((#("address@hidden" 0 17 (fontified nil))) #<buffer
smtpmail temp<2>>)
smtpmail-send-it()
mail-send()
vm-mail-send()
vm-mail-send-and-exit(nil)
call-interactively(vm-mail-send-and-exit)
recursive-edit()
byte-code("\xC6\xC7 !\x88\xC8
\x88\xC9\n!\x88\x83B \xCAed\"\fV\x836 eb\x88\xCB\f\xA5y\x88`db\x88\xCB\f\xA5\fZy\x88
`|\x88)\xCCc\x88eb\x88洋\xCF \"\x88\xD0 address@hidden"\x88\xD5
\x88蓉!\x88墸\xD4
- smtpmail.el and 1msg, jglauner, 2004/03/08
- Re: smtpmail.el and 1msg, Simon Josefsson, 2004/03/10
- Re: smtpmail.el and 1msg, Simon Josefsson, 2004/03/11
- Re: smtpmail.el and 1msg, jglauner, 2004/03/11
- Re: smtpmail.el and 1msg, Simon Josefsson, 2004/03/11
- Re: smtpmail.el and 1msg,
Jonathan Glauner <=
- Re: smtpmail.el and 1msg, Simon Josefsson, 2004/03/11
- Re: smtpmail.el and 1msg, Jonathan Glauner, 2004/03/11
- Re: smtpmail.el and 1msg, Jonathan Glauner, 2004/03/13
- Re: smtpmail.el and 1msg, Simon Josefsson, 2004/03/13
- Re: smtpmail.el and 1msg, Stefan Monnier, 2004/03/12
Re: smtpmail.el and 1msg, Stefan Monnier, 2004/03/13