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

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

bug#17772: [PATCH] Dangling channels' buffer


From: Daimrod
Subject: bug#17772: [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

reply via email to

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