unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#9774: 24.0.90; interrupting smtpmail
@ 2011-10-17  7:53 emacs user
  2011-11-03 20:28 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 7+ messages in thread
From: emacs user @ 2011-10-17  7:53 UTC (permalink / raw)
  To: 9774

Not exactly a bug, more like a feature request:

When moving from office to home, I need to change my smtp server.  I
sometime forget to do so, attempt to send an email with the wrong
server (using vm), and then I need to wait for smtpmail to fail (long
time) before I can change the server to the right one and retry.  c-g
does not seem to have any effect on emacs while this is going on.  It
seems that it
would be useful to be able to interrupt smtpmail while it's trying to
contact a server by C-g?

In GNU Emacs 24.0.90.3 (x86_64-apple-darwin11.1.0, NS apple-appkit-1138.00)
 of 2011-10-15 on MacBook-Air.local
Windowing system distributor `Apple', version 10.3.1138
configured using `configure  '--with-ns' '--without-x''





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

* bug#9774: 24.0.90; interrupting smtpmail
  2011-10-17  7:53 bug#9774: 24.0.90; interrupting smtpmail emacs user
@ 2011-11-03 20:28 ` Lars Magne Ingebrigtsen
  2011-11-06  7:39   ` emacs user
  0 siblings, 1 reply; 7+ messages in thread
From: Lars Magne Ingebrigtsen @ 2011-11-03 20:28 UTC (permalink / raw)
  To: emacs user; +Cc: 9774

emacs user <user.emacs@gmail.com> writes:

> It seems that it would be useful to be able to interrupt smtpmail
> while it's trying to contact a server by C-g?

I'm unable to reproduce this -- I can `C-g' smtpmail when it's talking
to the server.

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/





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

* bug#9774: 24.0.90; interrupting smtpmail
  2011-11-03 20:28 ` Lars Magne Ingebrigtsen
@ 2011-11-06  7:39   ` emacs user
  2011-11-09 18:33     ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 7+ messages in thread
From: emacs user @ 2011-11-06  7:39 UTC (permalink / raw)
  To: Lars Magne Ingebrigtsen; +Cc: 9774

On Thu, Nov 3, 2011 at 10:28 PM, Lars Magne Ingebrigtsen <larsi@gnus.org> wrote:
> emacs user <user.emacs@gmail.com> writes:
>
>> It seems that it would be useful to be able to interrupt smtpmail
>> while it's trying to contact a server by C-g?
>
> I'm unable to reproduce this -- I can `C-g' smtpmail when it's talking
> to the server.

thanks for responding.  I see this problem when I try to use google's
smtp server, when behind a firewall that does not allow me to access
it, for example.  emacs still tries hard to connect, this takes a
while, and during this time c-g doesn't have an effect.  I don't know
how to reproduce this without this situation, but perhaps this
additional information helps?  thanks again...





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

* bug#9774: 24.0.90; interrupting smtpmail
  2011-11-06  7:39   ` emacs user
@ 2011-11-09 18:33     ` Lars Magne Ingebrigtsen
  2011-11-09 20:37       ` emacs user
  0 siblings, 1 reply; 7+ messages in thread
From: Lars Magne Ingebrigtsen @ 2011-11-09 18:33 UTC (permalink / raw)
  To: emacs user; +Cc: 9774

emacs user <user.emacs@gmail.com> writes:

> thanks for responding.  I see this problem when I try to use google's
> smtp server, when behind a firewall that does not allow me to access
> it, for example.  emacs still tries hard to connect, this takes a
> while, and during this time c-g doesn't have an effect.  I don't know
> how to reproduce this without this situation, but perhaps this
> additional information helps?  thanks again...

I see...  hm...  I just tried setting smtpmail to point to an external
SMTP server on port 25.  That port is blocked by my ISP, too, so
smtpmail.el hangs when trying to talk to that port.

But `C-g' works for me when this happens.  Could this be an OS
X-specific bug?

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/





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

* bug#9774: 24.0.90; interrupting smtpmail
  2011-11-09 18:33     ` Lars Magne Ingebrigtsen
@ 2011-11-09 20:37       ` emacs user
  2015-12-27 22:55         ` Lars Ingebrigtsen
  0 siblings, 1 reply; 7+ messages in thread
From: emacs user @ 2011-11-09 20:37 UTC (permalink / raw)
  To: Lars Magne Ingebrigtsen; +Cc: 9774

2011/11/9 Lars Magne Ingebrigtsen <larsi@gnus.org>:
> emacs user <user.emacs@gmail.com> writes:
>
>> thanks for responding.  I see this problem when I try to use google's
>> smtp server, when behind a firewall that does not allow me to access
>> it, for example.  emacs still tries hard to connect, this takes a
>> while, and during this time c-g doesn't have an effect.  I don't know
>> how to reproduce this without this situation, but perhaps this
>> additional information helps?  thanks again...
>
> I see...  hm...  I just tried setting smtpmail to point to an external
> SMTP server on port 25.  That port is blocked by my ISP, too, so
> smtpmail.el hangs when trying to talk to that port.
>
> But `C-g' works for me when this happens.  Could this be an OS
> X-specific bug?

perhaps...  anything I could do to look into this?





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

* bug#9774: 24.0.90; interrupting smtpmail
  2011-11-09 20:37       ` emacs user
@ 2015-12-27 22:55         ` Lars Ingebrigtsen
  2016-02-29  5:30           ` Lars Ingebrigtsen
  0 siblings, 1 reply; 7+ messages in thread
From: Lars Ingebrigtsen @ 2015-12-27 22:55 UTC (permalink / raw)
  To: emacs user; +Cc: 9774

emacs user <user.emacs@gmail.com> writes:

> 2011/11/9 Lars Magne Ingebrigtsen <larsi@gnus.org>:
>> emacs user <user.emacs@gmail.com> writes:
>>
>>> thanks for responding.  I see this problem when I try to use google's
>>> smtp server, when behind a firewall that does not allow me to access
>>> it, for example.  emacs still tries hard to connect, this takes a
>>> while, and during this time c-g doesn't have an effect.  I don't know
>>> how to reproduce this without this situation, but perhaps this
>>> additional information helps?  thanks again...
>>
>> I see...  hm...  I just tried setting smtpmail to point to an external
>> SMTP server on port 25.  That port is blocked by my ISP, too, so
>> smtpmail.el hangs when trying to talk to that port.
>>
>> But `C-g' works for me when this happens.  Could this be an OS
>> X-specific bug?
>
> perhaps...  anything I could do to look into this?

Try running Emacs under gdb and get a C backtrace when Emacs hangs.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





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

* bug#9774: 24.0.90; interrupting smtpmail
  2015-12-27 22:55         ` Lars Ingebrigtsen
@ 2016-02-29  5:30           ` Lars Ingebrigtsen
  0 siblings, 0 replies; 7+ messages in thread
From: Lars Ingebrigtsen @ 2016-02-29  5:30 UTC (permalink / raw)
  To: emacs user; +Cc: 9774

Lars Ingebrigtsen <larsi@gnus.org> writes:

> Try running Emacs under gdb and get a C backtrace when Emacs hangs.

More information was requested, but no response was given within a few
months, so I'm closing this bug report.  If the problem still exists,
please reopen this bug report.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





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

end of thread, other threads:[~2016-02-29  5:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-17  7:53 bug#9774: 24.0.90; interrupting smtpmail emacs user
2011-11-03 20:28 ` Lars Magne Ingebrigtsen
2011-11-06  7:39   ` emacs user
2011-11-09 18:33     ` Lars Magne Ingebrigtsen
2011-11-09 20:37       ` emacs user
2015-12-27 22:55         ` Lars Ingebrigtsen
2016-02-29  5:30           ` Lars Ingebrigtsen

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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