[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#30639: 25.1; ERC buffer name not unique, broken on reconnect [patch]
From: |
Lars Ingebrigtsen |
Subject: |
bug#30639: 25.1; ERC buffer name not unique, broken on reconnect [patch] |
Date: |
Sat, 14 Apr 2018 20:11:15 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) |
John Goerzen <jgoerzen@complete.org> writes:
> The comments in the function as given are reasonable, but the logic
> differs. In particular, the test in the dolist always fails when
> (get-buffer candidate) is nil; that is, the test always fails when the
> buffer does not already exist. This causes the test to drop through to
> the section at the bottom every time, which results not only in the
> server appending logic never being used, but also in the concatenation
> of /server never being attempted.
>
> Here is a working replacement:
Thanks; applied to Emacs 27.1.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- bug#30639: 25.1; ERC buffer name not unique, broken on reconnect [patch],
Lars Ingebrigtsen <=