emacs-devel
[Top][All Lists]
Advanced

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

Re: Last change to process.c breaks fetching pop3 mail (gnus/pop3.el)


From: Richard Stallman
Subject: Re: Last change to process.c breaks fetching pop3 mail (gnus/pop3.el)
Date: Tue, 01 Jun 2004 23:43:48 -0400

    This was actually the first way I tried to do it, but something bothered me
    about the fact that the sentinel for a network process can be called while
    the buffer is still live;

Do you mean "while the process is still live"?  It is normal to call
the sentinel for a subprocess while its buffer is still live.
But what does this have to do with the buffer, anyway?

We could eliminate the difference between network connections and
subprocesses in this context by making Fdelete_process call
Fkill_process for network connections too.  I am not sure whether that
change is correct, but it sounds plausible.




reply via email to

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