emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#17772: closed ([PATCH] Dangling channels' buffer)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#17772: closed ([PATCH] Dangling channels' buffer)
Date: Mon, 30 Jun 2014 03:00:04 +0000

Your message dated Mon, 30 Jun 2014 10:59:32 +0800
with message-id <address@hidden>
and subject line Re: bug#17772: [PATCH] Dangling channels' buffer
has caused the debbugs.gnu.org bug report #17772,
regarding [PATCH] Dangling channels' buffer
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
17772: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=17772
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] Dangling channels' buffer Date: Fri, 13 Jun 2014 19:41:55 +0900 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)
Hi,

In the attached patch, I propose a fix for the recent change of the
function `rcirc-buffer-process'. This function used to return the rcirc
server process when it existed, or nil. However, since a78d87e7ed it
raises an error.

This is a problem if the user kills the server buffer before it kills
the channels' buffer because it is not possible to kill them after that.
(The function `rcirc-clean-up-buffer' is called via `kill-buffer-hook'
and it calls `rcirc-buffer-process'.)

WDYT?

Regards,

Attachment: 0001-lisp-net-rcirc.el-rcirc-clean-up-buffer-Explicitly-c.patch
Description: Text Data

--
Daimrod/Greg

--- End Message ---
--- Begin Message --- Subject: Re: bug#17772: [PATCH] Dangling channels' buffer Date: Mon, 30 Jun 2014 10:59:32 +0800 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (CentOS 6.5)
Version: 24.5

On 2014-06-14 10:20 +0900, Daimrod wrote:
> Here is a new patch with your proposal:

Committed and thanks,

Leo


--- End Message ---

reply via email to

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